Skip to content

Instantly share code, notes, and snippets.

@hobu
Last active September 21, 2020 18:57
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save hobu/ad75fb54b73ee6d54f57dda4a17570f9 to your computer and use it in GitHub Desktop.
diff --git a/recipe/build.sh b/recipe/build.sh
index d064d6c..3df4db4 100755
--- a/recipe/build.sh
+++ b/recipe/build.sh
@@ -11,6 +11,7 @@ cmake -G "Unix Makefiles" \
-DCMAKE_INSTALL_PREFIX:PATH="${PREFIX}" \
-DCMAKE_BUILD_TYPE:STRING=Release \
-DCMAKE_LIBRARY_PATH="${PREFIX}/lib" \
+ -DWITH_TESTS=OFF \
-DCMAKE_INCLUDE_PATH="${PREFIX}/include"
# CircleCI offers two cores.
diff --git a/recipe/meta.yaml b/recipe/meta.yaml
index fc841e3..dc6f205 100644
--- a/recipe/meta.yaml
+++ b/recipe/meta.yaml
@@ -8,11 +8,11 @@ package:
version: {{ version }}
source:
- url: https://github.com/connormanning/entwine/archive/{{version}}.zip
- sha256: {{ sha256 }}
+ git_url: https://github.com/connormanning/entwine.git
+ git_rev: zarr-testing
build:
- number: 3
+ number: 100
skip: True # [win and vc<14]
requirements:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment