From 000116bb3d6d44129ec385efb2eb20d02a0d5aec Mon Sep 17 00:00:00 2001 From: Kristoffer Andersen Date: Fri, 11 Aug 2023 08:22:52 +0200 Subject: [PATCH] Update build.sh limit number of schema variants --- conda/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conda/build.sh b/conda/build.sh index adeeb58d95..275e2cbfc5 100644 --- a/conda/build.sh +++ b/conda/build.sh @@ -12,9 +12,8 @@ if [ `uname` == Darwin ]; then export LDFLAGS="$LDFLAGS -Wl,-flat_namespace,-undefined,suppress" fi -export SCHEMA_VERSIONS="2x3;4;4x3;4x3_add1" - cmake -G Ninja \ + -DSCHEMA_VERSIONS="2x3;4;4x1;4x3;4x3_add1" \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=$PREFIX \ ${CMAKE_PLATFORM_FLAGS[@]} \