xmake.lua 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. package("opencv")
  2. set_homepage("https://opencv.org/")
  3. set_description("A open source computer vision library.")
  4. set_license("Apache-2.0")
  5. add_urls("https://github.com/opencv/opencv/archive/$(version).tar.gz",
  6. "https://github.com/opencv/opencv.git")
  7. add_versions("4.11.0", "9a7c11f924eff5f8d8070e297b322ee68b9227e003fd600d4b8122198091665f")
  8. add_versions("4.10.0", "b2171af5be6b26f7a06b1229948bbb2bdaa74fcf5cd097e0af6378fce50a6eb9")
  9. add_versions("4.9.0", "ddf76f9dffd322c7c3cb1f721d0887f62d747b82059342213138dc190f28bc6c")
  10. add_versions("4.8.0", "cbf47ecc336d2bff36b0dcd7d6c179a9bb59e805136af6b9670ca944aef889bd")
  11. add_versions("4.6.0", "1ec1cba65f9f20fe5a41fda1586e01c70ea0c9a6d7b67c9e13edf0cfe2239277")
  12. add_versions("4.5.5", "a1cfdcf6619387ca9e232687504da996aaa9f7b5689986b8331ec02cb61d28ad")
  13. add_versions("4.5.4", "c20bb83dd790fc69df9f105477e24267706715a9d3c705ca1e7f613c7b3bad3d")
  14. add_versions("4.5.3", "77f616ae4bea416674d8c373984b20c8bd55e7db887fd38c6df73463a0647bab")
  15. add_versions("4.5.2", "ae258ed50aa039279c3d36afdea5c6ecf762515836b27871a8957c610d0424f8")
  16. add_versions("4.5.1", "e27fe5b168918ab60d58d7ace2bd82dd14a4d0bd1d3ae182952c2113f5637513")
  17. add_versions("4.2.0", "9ccb2192d7e8c03c58fee07051364d94ed7599363f3b0dce1c5e6cc11c1bb0ec")
  18. add_versions("3.4.9", "b7ea364de7273cfb3b771a0d9c111b8b8dfb42ff2bcd2d84681902fb8f49892a")
  19. add_resources("4.11.0", "opencv_contrib", "https://github.com/opencv/opencv_contrib/archive/4.11.0.tar.gz", "2dfc5957201de2aa785064711125af6abb2e80a64e2dc246aca4119b19687041")
  20. add_resources("4.10.0", "opencv_contrib", "https://github.com/opencv/opencv_contrib/archive/4.10.0.tar.gz", "65597f8fb8dc2b876c1b45b928bbcc5f772ddbaf97539bf1b737623d0604cba1")
  21. add_resources("4.9.0", "opencv_contrib", "https://github.com/opencv/opencv_contrib/archive/4.9.0.tar.gz", "8952c45a73b75676c522dd574229f563e43c271ae1d5bbbd26f8e2b6bc1a4dae")
  22. add_resources("4.8.0", "opencv_contrib", "https://github.com/opencv/opencv_contrib/archive/4.8.0.tar.gz", "b4aef0f25a22edcd7305df830fa926ca304ea9db65de6ccd02f6cfa5f3357dbb")
  23. add_resources("4.6.0", "opencv_contrib", "https://github.com/opencv/opencv_contrib/archive/4.6.0.tar.gz", "1777d5fd2b59029cf537e5fd6f8aa68d707075822f90bde683fcde086f85f7a7")
  24. add_resources("4.5.5", "opencv_contrib", "https://github.com/opencv/opencv_contrib/archive/4.5.5.tar.gz", "a97c2eaecf7a23c6dbd119a609c6d7fae903e5f9ff5f1fe678933e01c67a6c11")
  25. add_resources("4.5.4", "opencv_contrib", "https://github.com/opencv/opencv_contrib/archive/4.5.4.tar.gz", "ad74b440b4539619dc9b587995a16b691246023d45e34097c73e259f72de9f81")
  26. add_resources("4.5.3", "opencv_contrib", "https://github.com/opencv/opencv_contrib/archive/4.5.3.tar.gz", "73da052fd10e73aaba2560eaff10cc5177e2dcc58b27f8aedf7c649e24c233bc")
  27. add_resources("4.5.2", "opencv_contrib", "https://github.com/opencv/opencv_contrib/archive/4.5.2.tar.gz", "9f52fd3114ac464cb4c9a2a6a485c729a223afb57b9c24848484e55cef0b5c2a")
  28. add_resources("4.5.1", "opencv_contrib", "https://github.com/opencv/opencv_contrib/archive/4.5.1.tar.gz", "12c3b1ddd0b8c1a7da5b743590a288df0934e5cef243e036ca290c2e45e425f5")
  29. add_resources("4.2.0", "opencv_contrib", "https://github.com/opencv/opencv_contrib/archive/4.2.0.tar.gz", "8a6b5661611d89baa59a26eb7ccf4abb3e55d73f99bb52d8f7c32265c8a43020")
  30. add_resources("3.4.9", "opencv_contrib", "https://github.com/opencv/opencv_contrib/archive/3.4.9.tar.gz", "dc7d95be6aaccd72490243efcec31e2c7d3f21125f88286186862cf9edb14a57")
  31. add_configs("bundled", {description = "Build 3rd-party libraries with OpenCV.", default = true, type = "boolean"})
  32. add_configs("tesseract", {description = "Enable tesseract on text module", default = false, type = "boolean"})
  33. local features = {"1394", "vtk", "eigen", "ffmpeg", "gstreamer", "gtk", "ipp", "halide", "vulkan", "jasper", "openjpeg", "jpeg", "webp", "openexr", "opengl", "png", "tbb", "openmp", "tiff", "itt", "protobuf", "quirc", "obsensor"}
  34. local default_features = {"eigen", "ffmpeg", "jpeg", "opengl", "png", "protobuf", "quirc", "webp", "tiff"}
  35. for _, feature in ipairs(features) do
  36. add_configs(feature, {description = "Include " .. feature .. " support.", default = table.contains(default_features, feature), type = "boolean"})
  37. end
  38. add_configs("blas", {description = "Set BLAS vendor.", values = {"mkl", "openblas"}})
  39. add_configs("cuda", {description = "Enable CUDA support.", default = false, type = "boolean"})
  40. add_configs("dynamic_parallel", {description = "Dynamically load parallel runtime (TBB etc.).", default = false, type = "boolean"})
  41. if is_plat("macosx") then
  42. add_frameworks("Foundation", "CoreFoundation", "CoreGraphics", "AppKit", "OpenCL", "Accelerate")
  43. add_extsources("brew::opencv")
  44. elseif is_plat("linux") then
  45. add_extsources("pacman::opencv", "apt::libopencv-dev")
  46. add_syslinks("pthread", "dl")
  47. elseif is_plat("windows", "mingw") then
  48. add_syslinks("gdi32", "user32", "glu32", "opengl32", "advapi32", "comdlg32", "ws2_32")
  49. end
  50. on_fetch("macosx", function (package, opt)
  51. if opt.system then
  52. local result = package:find_package("brew::opencv", opt)
  53. if result then
  54. local includedirs = table.wrap(result.sysincludedirs or result.includedirs)
  55. for _, includedir in ipairs(includedirs) do
  56. local dir = path.join(includedir, "opencv4")
  57. if os.isdir(dir) then
  58. table.insert(includedirs, dir)
  59. end
  60. end
  61. if result.sysincludedirs then
  62. result.sysincludedirs = includedirs
  63. end
  64. if result.includedirs then
  65. result.includedirs = includedirs
  66. end
  67. end
  68. return result
  69. end
  70. end)
  71. on_load("linux", "macosx", "windows", "mingw@windows,msys", function (package)
  72. if package:is_plat("windows") then
  73. local arch = "x64"
  74. if package:is_arch("x86") then arch = "x86"
  75. elseif package:is_arch("arm64") then arch = "ARM64"
  76. end
  77. local linkdir = (package:config("shared") and "lib" or "staticlib")
  78. local vs = package:toolchain("msvc"):config("vs")
  79. local vc_ver = "vc13"
  80. if vs == "2015" then vc_ver = "vc14"
  81. elseif vs == "2017" then vc_ver = "vc15"
  82. elseif vs == "2019" then vc_ver = "vc16"
  83. elseif vs == "2022" then vc_ver = "vc17"
  84. end
  85. package:add("linkdirs", linkdir) -- fix path for 4.9.0/vs2022
  86. package:add("linkdirs", path.join(arch, vc_ver, linkdir))
  87. elseif package:is_plat("mingw") then
  88. local arch = (package:is_arch("x86_64") and "x64" or "x86")
  89. local linkdir = (package:config("shared") and "lib" or "staticlib")
  90. package:add("linkdirs", path.join(arch, "mingw", linkdir))
  91. elseif package:version():ge("4.0") then
  92. package:add("includedirs", "include/opencv4")
  93. package:add("linkdirs", "lib", "lib/opencv4/3rdparty")
  94. end
  95. if package:config("blas") then
  96. package:add("deps", package:config("blas"))
  97. end
  98. if package:config("cuda") then
  99. package:add("deps", "cuda", {system = true, configs = {utils = {"cudnn", "cufft", "cublas"}}})
  100. end
  101. if package:config("ffmpeg") then
  102. if not package:is_plat("windows") or not package:is_arch("i386", "x86", "arm64") then
  103. package:add("deps", "ffmpeg")
  104. end
  105. end
  106. if package:is_plat("linux") then
  107. if package:config("gtk") then
  108. package:add("deps", "gtk3", {optional = true})
  109. end
  110. end
  111. if not package:is_precompiled() then
  112. package:add("deps", "cmake", "python 3.x", {kind = "binary"})
  113. end
  114. if package:config("tesseract") then
  115. package:add("deps", "tesseract 4.1.3") -- Opencv need tesseract from the v4 series
  116. end
  117. end)
  118. if on_check then
  119. on_check("windows|arm64", function (package)
  120. if package:version() and package:version():lt("4.10.0") then
  121. raise("current opencv version does not support windows/arm64!")
  122. end
  123. local vs = package:toolchain("msvc"):config("vs")
  124. assert(tonumber(vs) >= 2022, "opencv requires Visual Studio 2022 and later for arm targets")
  125. end)
  126. end
  127. on_install("linux", "macosx", "windows", "mingw@windows,msys", function (package)
  128. io.replace("cmake/OpenCVUtils.cmake", "if(PKG_CONFIG_FOUND OR PkgConfig_FOUND)", "if(NOT WIN32 AND (PKG_CONFIG_FOUND OR PkgConfig_FOUND))", {plain = true})
  129. local configs = {"-DCMAKE_OSX_DEPLOYMENT_TARGET=",
  130. "-DBUILD_PERF_TESTS=OFF",
  131. "-DBUILD_TESTS=OFF",
  132. "-DBUILD_opencv_hdf=OFF",
  133. "-DBUILD_opencv_java=OFF",
  134. "-DBUILD_opencv_text=ON",
  135. "-DOPENCV_ENABLE_NONFREE=ON",
  136. "-DOPENCV_GENERATE_PKGCONFIG=ON",
  137. "-DBUILD_opencv_python2=OFF",
  138. "-DBUILD_opencv_python3=OFF",
  139. "-DBUILD_JAVA=OFF"}
  140. if package:config("tesseract") then
  141. table.insert(configs, "-DWITH_TESSERACT=ON")
  142. end
  143. if package:config("bundled") then
  144. table.insert(configs, "-DOPENCV_FORCE_3RDPARTY_BUILD=ON")
  145. end
  146. for _, feature in ipairs(features) do
  147. table.insert(configs, "-DWITH_" .. feature:upper() .. "=" .. (package:config(feature) and "ON" or "OFF"))
  148. end
  149. if package:config("cuda") then
  150. table.insert(configs, "-DWITH_CUDA=ON")
  151. end
  152. table.insert(configs, "-DPARALLEL_ENABLE_PLUGINS=" .. (package:config("dynamic_parallel") and "ON" or "OFF"))
  153. table.insert(configs, "-DCMAKE_BUILD_TYPE=" .. (package:debug() and "Debug" or "Release"))
  154. table.insert(configs, "-DBUILD_SHARED_LIBS=" .. (package:config("shared") and "ON" or "OFF"))
  155. if package:is_plat("windows") then
  156. table.insert(configs, "-DBUILD_WITH_STATIC_CRT=" .. (package:has_runtime("MT", "MTd") and "ON" or "OFF"))
  157. if package:is_arch("arm64") then
  158. -- https://github.com/opencv/opencv/issues/25052
  159. table.insert(configs, "-DCPU_NEON_FP16_SUPPORTED=OFF")
  160. end
  161. end
  162. if package:is_cross() or (package:is_plat("mingw") and not package:is_arch(os.arch())) then
  163. if package:is_plat("windows") or package:is_plat("mingw") then
  164. table.insert(configs, "-DCMAKE_SYSTEM_NAME=Windows")
  165. elseif package:is_plat("macosx") then
  166. table.insert(configs, "-DCMAKE_SYSTEM_NAME=Darwin")
  167. elseif package:is_plat("linux") then
  168. table.insert(configs, "-DCMAKE_SYSTEM_NAME=Linux")
  169. end
  170. table.insert(configs, "-DCMAKE_SYSTEM_PROCESSOR=" .. package:targetarch())
  171. end
  172. local resourcedir = package:resourcedir("opencv_contrib")
  173. if resourcedir then
  174. import("lib.detect.find_path")
  175. local modulesdir = assert(find_path("modules", path.join(resourcedir, "*")), "modules not found!")
  176. table.insert(configs, "-DOPENCV_EXTRA_MODULES_PATH=" .. path.absolute(path.join(modulesdir, "modules")))
  177. end
  178. local shflags, ldflags
  179. if package:config("ffmpeg") then
  180. -- fix https://github.com/opencv/opencv/issues/22418
  181. if package:version() and package:version():le("4.6") then
  182. io.replace("modules/videoio/src/ffmpeg_codecs.hpp",
  183. "#include <libavformat/avformat.h>",
  184. "#include <libavcodec/version.h>\n#include <libavformat/avformat.h>", {plain = true})
  185. end
  186. -- https://www.ffmpeg.org/platform.html#toc-Advanced-linking-configuration
  187. if package:config("shared") and not package:is_plat("windows", "macosx", "iphoneos") then
  188. ldflags = {"-Wl,-Bsymbolic"}
  189. shflags = {"-Wl,-Bsymbolic"}
  190. end
  191. end
  192. import("package.tools.cmake").install(package, configs, {buildir = "bd", shflags = shflags, ldflags = ldflags})
  193. for _, link in ipairs({"opencv_phase_unwrapping", "opencv_surface_matching", "opencv_saliency",
  194. "opencv_wechat_qrcode", "opencv_mcc", "opencv_face",
  195. "opencv_img_hash", "opencv_videostab", "opencv_structured_light", "opencv_intensity_transform",
  196. "opencv_ccalib", "opencv_line_descriptor", "opencv_stereo", "opencv_dnn_objdetect", "opencv_dnn_superres",
  197. "opencv_fuzzy", "opencv_hfs", "opencv_rapid", "opencv_bgsegm", "opencv_bioinspired", "opencv_rgbd",
  198. "opencv_dpm", "opencv_aruco", "opencv_reg", "opencv_tracking", "opencv_datasets", "opencv_xfeatures2d",
  199. "opencv_shape", "opencv_barcode", "opencv_superres", "opencv_viz", "opencv_plot", "opencv_quality",
  200. "opencv_text", "opencv_cudaoptflow", "opencv_optflow", "opencv_ximgproc", "opencv_xobjdetect",
  201. "opencv_xphoto", "opencv_stitching", "opencv_ml", "opencv_photo", "opencv_cudaobjdetect", "opencv_cudalegacy",
  202. "opencv_cudabgsegm", "opencv_cudafeatures2d", "opencv_cudastereo", "opencv_cudaimgproc", "opencv_cudafilters",
  203. "opencv_cudaarithm", "opencv_cudawarping", "opencv_cudacodec", "opencv_cudev", "opencv_gapi", "opencv_objdetect",
  204. "opencv_highgui", "opencv_videoio", "opencv_video", "opencv_calib3d", "opencv_dnn", "opencv_features2d",
  205. "opencv_flann", "opencv_imgcodecs", "opencv_imgproc", "opencv_core"}) do
  206. local reallink = link
  207. if package:is_plat("windows", "mingw") then
  208. reallink = reallink .. package:version():gsub("%.", "")
  209. reallink = reallink .. (package:debug() and "d" or "")
  210. end
  211. package:add("links", reallink)
  212. end
  213. if package:is_plat("windows") then
  214. local arch = "x64"
  215. if package:is_arch("x86") then arch = "x86"
  216. elseif package:is_arch("arm64") then arch = "ARM64"
  217. end
  218. local linkdir = (package:config("shared") and "lib" or "staticlib")
  219. local vs = package:toolchain("msvc"):config("vs")
  220. local vc_ver = "vc13"
  221. if vs == "2015" then vc_ver = "vc14"
  222. elseif vs == "2017" then vc_ver = "vc15"
  223. elseif vs == "2019" then vc_ver = "vc16"
  224. elseif vs == "2022" then vc_ver = "vc17"
  225. end
  226. local installdir = package:installdir(arch, vc_ver)
  227. local libfiles = {}
  228. table.join2(libfiles, os.files(path.join(package:installdir(), linkdir, "*.lib")))
  229. table.join2(libfiles, os.files(path.join(package:installdir(), arch, vc_ver, linkdir, "*.lib")))
  230. for _, f in ipairs(libfiles) do
  231. if not f:match("opencv_.+") then
  232. package:add("links", path.basename(f))
  233. end
  234. end
  235. package:addenv("PATH", "bin") -- fix path for 4.9.0/vs2022
  236. package:addenv("PATH", path.join(arch, vc_ver, "bin"))
  237. elseif package:is_plat("mingw") then
  238. local arch = package:is_arch("x86_64") and "x64" or "x86"
  239. local linkdir = (package:config("shared") and "lib" or "staticlib")
  240. for _, f in ipairs(os.files(path.join(package:installdir(), arch, "mingw", linkdir, "lib*.a"))) do
  241. if not f:match("libopencv_.+") then
  242. package:add("links", path.basename(f):match("lib(.+)"))
  243. end
  244. end
  245. package:addenv("PATH", path.join(arch, "mingw", "bin"))
  246. else
  247. if package:version():ge("4.0") then
  248. for _, suffix in ipairs({"*.a", "*.so", "*.dylib"}) do
  249. for _, f in ipairs(os.files(path.join(package:installdir("lib/opencv4/3rdparty"), suffix))) do
  250. package:add("links", path.basename(f):match("lib(.+)"))
  251. end
  252. end
  253. end
  254. package:addenv("PATH", "bin")
  255. end
  256. end)
  257. on_test(function (package)
  258. if not package:is_cross() then
  259. -- FIXME, it will crash on action ci/2022/MD, but it works on local machine
  260. if not package:has_runtime("MD", "MDd") then
  261. if package:debug() and package:is_plat("windows", "mingw") then
  262. os.vrun("opencv_versiond")
  263. else
  264. os.vrun("opencv_version")
  265. end
  266. end
  267. end
  268. assert(package:check_cxxsnippets({test = [[
  269. #include <iostream>
  270. void test(int argc, char** argv) {
  271. cv::CommandLineParser parser(argc, argv, "{help h||show help message}");
  272. if (parser.has("help")) {
  273. parser.printMessage();
  274. }
  275. cv::Mat image(3, 3, CV_8UC1);
  276. std::cout << CV_VERSION << std::endl;
  277. }
  278. ]]}, {configs = {languages = "c++11"},
  279. includes = package:version():ge("4.0") and "opencv2/opencv.hpp" or "opencv/cv.h"}))
  280. end)