From 2ac7f55a42c30cd4572b170855344287545adc98 Mon Sep 17 00:00:00 2001 From: Tristan Walter <twalter@orn.mpg.de> Date: Sat, 10 Oct 2020 13:19:47 +0200 Subject: [PATCH] meta & build --- conda/build.sh | 2 ++ conda/meta.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/conda/build.sh b/conda/build.sh index 8e59217..3cc7652 100755 --- a/conda/build.sh +++ b/conda/build.sh @@ -30,6 +30,8 @@ PKG_CONFIG_PATH="${PREFIX}/lib/pkgconfig;${BUILD_PREFIX}/${HOST}/sysroot/usr/lib -DTREX_BUILD_OPENCV=ON \ -DTREX_BUILD_GLFW=${BUILD_GLFW} \ -DTREX_BUILD_ZLIB=ON \ + -DTREX_BUILD_PNG=ON \ + -DTREX_BUILD_ZIP=ON \ -DTREX_CONDA_PACKAGE_INSTALL=ON \ -DTREX_DONT_USE_PCH=ON \ -DTREX_WITH_TESTS=OFF \ diff --git a/conda/meta.yaml b/conda/meta.yaml index abe71cf..d54464d 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -4,7 +4,7 @@ package: source: git_url: https://github.com/mooch443/trex.git - git_rev: 4ff77b21f67b8d156b2b687fee0ec163146397bb + git_rev: 90e1c23457dfa623376617607373b433511dc4b1 git_depth: 1 build: -- GitLab