Mercurial > hg > orthanc-python
comparison Resources/Builders/MinGW64-Python3.8/docker-internal.sh @ 163:54991a36af1d
fix mingw builds that are not compatible with boost 1.85.0 in the Docker image
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 16 May 2024 23:06:12 +0200 |
parents | 8335b42be9fc |
children | 3678a028f1f6 |
comparison
equal
deleted
inserted
replaced
162:471811c64e48 | 163:54991a36af1d |
---|---|
20 fi | 20 fi |
21 | 21 |
22 cmake /tmp/source-writeable/ \ | 22 cmake /tmp/source-writeable/ \ |
23 -DCMAKE_BUILD_TYPE=$1 \ | 23 -DCMAKE_BUILD_TYPE=$1 \ |
24 -DSTATIC_BUILD=ON \ | 24 -DSTATIC_BUILD=ON \ |
25 -DUSE_LEGACY_BOOST=ON \ | |
25 -DPYTHON_VERSION=3.8 \ | 26 -DPYTHON_VERSION=3.8 \ |
26 -DPYTHON_LIBRARY_NAME=${LIBRARY_NAME} \ | 27 -DPYTHON_LIBRARY_NAME=${LIBRARY_NAME} \ |
27 -DPYTHON_WINDOWS_ROOT=/tmp/build/python-3.8.3-win64 \ | 28 -DPYTHON_WINDOWS_ROOT=/tmp/build/python-3.8.3-win64 \ |
28 -DCMAKE_TOOLCHAIN_FILE=/source/Resources/Orthanc/Toolchains/MinGW-W64-Toolchain64.cmake \ | 29 -DCMAKE_TOOLCHAIN_FILE=/source/Resources/Orthanc/Toolchains/MinGW-W64-Toolchain64.cmake \ |
29 -DCMAKE_INSTALL_PREFIX=/target | 30 -DCMAKE_INSTALL_PREFIX=/target |