From abfb3ca933ca6975b7b00488694c5ce356303893 Mon Sep 17 00:00:00 2001 From: Bam4d Date: Sat, 31 Dec 2022 21:21:10 +0000 Subject: [PATCH] another attempt --- python/manylinux/build-wheels.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/manylinux/build-wheels.sh b/python/manylinux/build-wheels.sh index 1abcac2f8..0b01baa16 100755 --- a/python/manylinux/build-wheels.sh +++ b/python/manylinux/build-wheels.sh @@ -20,7 +20,7 @@ echo "Conan Build Finished" # # Cmake Build Griddly cd /opt/Griddly conan install deps/conanfile.txt --profile default --profile deps/build.profile -s build_type=Release --build=* -if build_manylinux -/opt/python/$PYBIN/bin/cmake . -GNinja -DCMAKE_BUILD_TYPE=Release -DPython_ROOT_DIR:STRING=/opt/python/$PYBIN -DPYTHON_EXECUTABLE:FILEPATH=/opt/python/$PYBIN/bin/python -S /opt/Griddly -B /opt/Griddly/build_manylinux +/opt/python/$PYBIN/bin/cmake . -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DPython_ROOT_DIR:STRING=/opt/python/$PYBIN -DPYTHON_EXECUTABLE:FILEPATH=/opt/python/$PYBIN/bin/python -S /opt/Griddly -B /opt/Griddly/build_manylinux /opt/python/$PYBIN/bin/cmake --build /opt/Griddly/build_manylinux --target python_griddly # # # Create Wheel