update openexr, libomp and cpp-httplib (#550)

* update openexr

* update imath

* update cpp-httplib

* update libomp
pull/551/head
Hoildkv 4 years ago committed by GitHub
parent 66f89e829d
commit 423ed9814a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/c/cpp-httplib/xmake.lua
  2. 1
      packages/i/imath/xmake.lua
  3. 2
      packages/l/libomp/xmake.lua
  4. 2
      packages/o/openexr/xmake.lua

@ -6,6 +6,7 @@ package("cpp-httplib")
set_urls("https://github.com/yhirose/cpp-httplib/archive/v$(version).zip",
"https://github.com/yhirose/cpp-httplib.git")
add_versions("0.8.5", "57d2a7e67ae6944292cd08cb16083463a93c7c139f6698560e872ade63b9b463")
add_versions("0.9.2", "87131d53c14b921ca1a4fae0d5d4081c218dd18004b768a8069de29b130ab6bc")
add_configs("ssl", { description = "Requires OpenSSL", default = false, type = "boolean"})
add_configs("zlib", { description = "Requires Zlib", default = false, type = "boolean"})

@ -8,6 +8,7 @@ package("imath")
"https://github.com/AcademySoftwareFoundation/Imath.git")
add_versions("v3.1.0", "211c907ab26d10bd01e446da42f073ee7381e1913d8fa48084444bc4e1b4ef87")
add_versions("v3.1.1", "a63fe91d8d0917acdc31b0c9344b1d7dbc74bf42de3e3ef5ec982386324b9ea4")
add_versions("v3.1.2", "f21350efdcc763e23bffd4ded9bbf822e630c15ece6b0697e2fcb42737c08c2d")
on_load(function (package)
if not package.is_built or package:is_built() then

@ -5,6 +5,8 @@ package("libomp")
set_urls("https://github.com/llvm/llvm-project/releases/download/llvmorg-$(version)/openmp-$(version).src.tar.xz")
add_versions("10.0.1", "d19f728c8e04fb1e94566c8d76aef50ec926cd2f95ef3bf1e0a5de4909b28b44")
add_versions("11.1.0", "d187483b75b39acb3ff8ea1b7d98524d95322e3cb148842957e9b0fbb866052e")
add_versions("12.0.1", "60fe79440eaa9ebf583a6ea7f81501310388c02754dbe7dc210776014d06b091")
add_deps("cmake")

@ -7,7 +7,9 @@ package("openexr")
"https://github.com/AcademySoftwareFoundation/openexr.git")
add_versions("2.5.3", "6a6525e6e3907715c6a55887716d7e42d09b54d2457323fcee35a0376960bebf")
add_versions("2.5.5", "59e98361cb31456a9634378d0f653a2b9554b8900f233450f2396ff495ea76b3")
add_versions("2.5.7", "36ecb2290cba6fc92b2ec9357f8dc0e364b4f9a90d727bf9a57c84760695272d")
add_versions("3.1.0", "8c2ff765368a28e8210af741ddf91506cef40f1ed0f1a08b6b73bb3a7faf8d93")
add_versions("3.1.1", "045254e201c0f87d1d1a4b2b5815c4ae54845af2e6ec0ab88e979b5fdb30a86e")
add_deps("cmake")
add_deps("zlib")

Loading…
Cancel
Save