Skip to content

Commit

Permalink
Build with openfbx (#6)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Jul 8, 2024
2 parents ac93324 + 8c5b65e commit 378d13a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 1 addition & 2 deletions recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ cmake %SRC_DIR% ^
-DMOMENTUM_BUILD_TESTING=ON ^
-DMOMENTUM_BUILD_EXAMPLES=OFF ^
-DMOMENTUM_BUILD_PYMOMENTUM=OFF ^
-DMOMENTUM_BUILD_WITH_EZC3D=OFF ^
-DMOMENTUM_BUILD_WITH_OPENFBX=OFF
-DMOMENTUM_BUILD_WITH_EZC3D=OFF
if errorlevel 1 exit 1

cmake --build build --parallel --config Release
Expand Down
3 changes: 1 addition & 2 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ cmake $SRC_DIR \
-DMOMENTUM_BUILD_TESTING=ON \
-DMOMENTUM_BUILD_EXAMPLES=OFF \
-DMOMENTUM_BUILD_PYMOMENTUM=OFF \
-DMOMENTUM_BUILD_WITH_EZC3D=OFF \
-DMOMENTUM_BUILD_WITH_OPENFBX=OFF
-DMOMENTUM_BUILD_WITH_EZC3D=OFF

cmake --build build --parallel

Expand Down
4 changes: 3 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: f37bb8288b873de3b804c367eadeec81c02bff2ceff470f35a9427ed4b426bfe

build:
number: 2
number: 3
run_exports:
- {{ pin_subpackage(name, max_pin='x.x') }}

Expand All @@ -33,13 +33,15 @@ requirements:
- librerun-sdk
- ms-gsl
- nlohmann_json
- openfbx
- python # [linux]
- re2
- sophus
- spdlog
run:
- dispenso
- gflags
- libdeflate
- python # [linux]

test:
Expand Down

0 comments on commit 378d13a

Please sign in to comment.