From 02b6cdc887b9c87ec33af3f3fa3f4b4860ac84bc Mon Sep 17 00:00:00 2001 From: Jeongseok Lee Date: Mon, 8 Jul 2024 06:11:39 -0700 Subject: [PATCH 1/4] Build with ezc3d and openfbx --- recipe/bld.bat | 4 +--- recipe/build.sh | 4 +--- recipe/meta.yaml | 2 ++ 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/recipe/bld.bat b/recipe/bld.bat index d413cfa..8da6f6f 100644 --- a/recipe/bld.bat +++ b/recipe/bld.bat @@ -8,9 +8,7 @@ cmake %SRC_DIR% ^ -DMOMENTUM_USE_SYSTEM_RERUN_CPP_SDK=ON ^ -DMOMENTUM_BUILD_TESTING=ON ^ -DMOMENTUM_BUILD_EXAMPLES=OFF ^ - -DMOMENTUM_BUILD_PYMOMENTUM=OFF ^ - -DMOMENTUM_BUILD_WITH_EZC3D=OFF ^ - -DMOMENTUM_BUILD_WITH_OPENFBX=OFF + -DMOMENTUM_BUILD_PYMOMENTUM=OFF if errorlevel 1 exit 1 cmake --build build --parallel --config Release diff --git a/recipe/build.sh b/recipe/build.sh index 1d9259d..90f55e8 100755 --- a/recipe/build.sh +++ b/recipe/build.sh @@ -16,9 +16,7 @@ cmake $SRC_DIR \ -DMOMENTUM_USE_SYSTEM_RERUN_CPP_SDK=ON \ -DMOMENTUM_BUILD_TESTING=ON \ -DMOMENTUM_BUILD_EXAMPLES=OFF \ - -DMOMENTUM_BUILD_PYMOMENTUM=OFF \ - -DMOMENTUM_BUILD_WITH_EZC3D=OFF \ - -DMOMENTUM_BUILD_WITH_OPENFBX=OFF + -DMOMENTUM_BUILD_PYMOMENTUM=OFF cmake --build build --parallel diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 32f8fb8..0cb3213 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -28,11 +28,13 @@ requirements: - dispenso - drjit-cpp - eigen + - ezc3d - fmt - fx-gltf - librerun-sdk - ms-gsl - nlohmann_json + - openfbx - python # [linux] - re2 - sophus From 3f3f62460e6d402e299e8305d00c94eed4d0d289 Mon Sep 17 00:00:00 2001 From: Jeongseok Lee Date: Mon, 8 Jul 2024 06:12:29 -0700 Subject: [PATCH 2/4] Increase build number --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 0cb3213..016de00 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -10,7 +10,7 @@ source: sha256: f37bb8288b873de3b804c367eadeec81c02bff2ceff470f35a9427ed4b426bfe build: - number: 2 + number: 3 run_exports: - {{ pin_subpackage(name, max_pin='x.x') }} From 5f6c9e2d00776a5c0c214d914c0e61e68ffa5952 Mon Sep 17 00:00:00 2001 From: Jeongseok Lee Date: Mon, 8 Jul 2024 06:51:58 -0700 Subject: [PATCH 3/4] Disable ezc3d --- recipe/bld.bat | 3 ++- recipe/build.sh | 3 ++- recipe/meta.yaml | 1 - 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/recipe/bld.bat b/recipe/bld.bat index 8da6f6f..a6f34ff 100644 --- a/recipe/bld.bat +++ b/recipe/bld.bat @@ -8,7 +8,8 @@ cmake %SRC_DIR% ^ -DMOMENTUM_USE_SYSTEM_RERUN_CPP_SDK=ON ^ -DMOMENTUM_BUILD_TESTING=ON ^ -DMOMENTUM_BUILD_EXAMPLES=OFF ^ - -DMOMENTUM_BUILD_PYMOMENTUM=OFF + -DMOMENTUM_BUILD_PYMOMENTUM=OFF ^ + -DMOMENTUM_BUILD_WITH_EZC3D=OFF if errorlevel 1 exit 1 cmake --build build --parallel --config Release diff --git a/recipe/build.sh b/recipe/build.sh index 90f55e8..7907b73 100755 --- a/recipe/build.sh +++ b/recipe/build.sh @@ -16,7 +16,8 @@ cmake $SRC_DIR \ -DMOMENTUM_USE_SYSTEM_RERUN_CPP_SDK=ON \ -DMOMENTUM_BUILD_TESTING=ON \ -DMOMENTUM_BUILD_EXAMPLES=OFF \ - -DMOMENTUM_BUILD_PYMOMENTUM=OFF + -DMOMENTUM_BUILD_PYMOMENTUM=OFF \ + -DMOMENTUM_BUILD_WITH_EZC3D=OFF cmake --build build --parallel diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 016de00..b154fbe 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -28,7 +28,6 @@ requirements: - dispenso - drjit-cpp - eigen - - ezc3d - fmt - fx-gltf - librerun-sdk From 8c5b65e2d3dc28e0bbafeb4df007cf05ca8fce66 Mon Sep 17 00:00:00 2001 From: Jeongseok Lee Date: Mon, 8 Jul 2024 07:48:02 -0700 Subject: [PATCH 4/4] Add libdeflate to req:run --- recipe/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index b154fbe..ecc50be 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -41,6 +41,7 @@ requirements: run: - dispenso - gflags + - libdeflate - python # [linux] test: