comparison Resources/Builders/MinGW32-Python3.9/docker-internal.sh @ 148:8335b42be9fc

migration to UCLouvain servers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 22 Nov 2023 07:17:40 +0100
parents 6ad5da29f260
children 54991a36af1d
comparison
equal deleted inserted replaced
147:41cd08e0e878 148:8335b42be9fc
8 cp -r /source/Resources /tmp/source-writeable/ 8 cp -r /source/Resources /tmp/source-writeable/
9 9
10 mkdir /tmp/build 10 mkdir /tmp/build
11 cd /tmp/build 11 cd /tmp/build
12 12
13 wget https://orthanc.uclouvain.be/third-party-downloads/Python/python-3.9.13-win32.zip 13 wget https://orthanc.uclouvain.be/downloads/third-party-downloads/Python/python-3.9.13-win32.zip
14 unzip python-3.9.13-win32.zip 14 unzip python-3.9.13-win32.zip
15 15
16 if [ "$1" == "Release" ]; then 16 if [ "$1" == "Release" ]; then
17 LIBRARY_NAME=python39.lib 17 LIBRARY_NAME=python39.lib
18 else 18 else