Skip to content

Commit

Permalink
deps versions
Browse files Browse the repository at this point in the history
  • Loading branch information
howetuft committed Dec 27, 2024
1 parent 67fd163 commit 85222e1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,15 @@ jobs:
SPDLOG_FMT_EXTERNAL: on
CXX_VERSION: 17
BOOST_VERSION: 1.84.0
OIIO_VERSION: 2.5.16.0
OCIO_VERSION: 2.3.1
OIDN_VERSION: 2.3.0
OIIO_VERSION: 2.5.17.0
OCIO_VERSION: 2.4.0
OIDN_VERSION: 2.3.1
TBB_VERSION: 2021.12.0
OPENEXR_VERSION: 3.2.3
OPENEXR_VERSION: 3.3.2
BLENDER_VERSION: 4.2.3
OPENVDB_VERSION: 11.0.0
SPDLOG_VERSION: 1.14.1
SPDLOG_VERSION: 1.15.0
EMBREE3_VERSION: 3.13.5


steps:
Expand Down Expand Up @@ -172,6 +173,7 @@ jobs:
BLENDER_VERSION
OPENVDB_VERSION
SPDLOG_VERSION
EMBREE3_VERSION
CIBW_BEFORE_ALL_LINUX: |
dnf config-manager --set-enabled powertools
dnf install -y epel-release
Expand Down
4 changes: 4 additions & 0 deletions conan-profiles/conan-profile-common
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ yasm/*

[options]
oidn/*:shared=True
embree3/*:with_tbb=True
embree3/*:avx512=True
embree3/*:neon2x=True
openvdb/*:simd=avx
3 changes: 2 additions & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
_openvdb_version = os.environ["OPENVDB_VERSION"]
_tbb_version = os.environ["TBB_VERSION"]
_spdlog_version = os.environ["SPDLOG_VERSION"]
_embree3_version = os.environ["EMBREE3_VERSION"]

class LuxCore(ConanFile):
name = "luxcorewheels"
Expand All @@ -42,7 +43,7 @@ class LuxCore(ConanFile):
f"boost-python/{_boost_version}@luxcorewheels/luxcorewheels",
f"openvdb/{_openvdb_version}",
"eigen/3.4.0",
"embree3/3.13.1",
"embree3/{_embree3_version}",
"tsl-robin-map/1.2.1",
f"blender-types/{_blender_version}@luxcorewheels/luxcorewheels",
f"oidn/{_oidn_version}@luxcorewheels/luxcorewheels",
Expand Down

0 comments on commit 85222e1

Please sign in to comment.