Commits

Ville Suoranta authored 96e3224efcc
Pin auditwheel in build_casa_2014_system_grpc.sh
No tags

devbuild/build_casa_2014_system_grpc.sh

Modified
18 18 echo "$prefix Setting up ccache"
19 19 export CCACHE_DIR=/ccache
20 20 ccache -M 50G
21 21
22 22 echo "$prefix Creating virtual Python environment"
23 23 python$pythonversion -m venv ~/venv
24 24 source ~/venv/bin/activate
25 25
26 26 echo "$prefix Installing dependencies"
27 27 pip install --index-url=https://pypi.org/simple --upgrade pip wheel
28 -pip install --index-url=https://pypi.org/simple --upgrade certifi auditwheel numpy==1.18.5 matplotlib==3.3.3 scipy casaconfig
28 +pip install --index-url=https://pypi.org/simple --upgrade certifi auditwheel==5.1.2 numpy==1.18.5 matplotlib==3.3.3 scipy casaconfig
29 29
30 30 echo "$prefix Building casatools"
31 31 cd /source/casa6/casatools/
32 32 echo "$prefix autoconf"
33 33 /usr/bin/autoconf
34 34
35 35 if [[ "$tools_target" == "genmake" ]]; then
36 36 echo "$prefix configure"
37 37 ./configure
38 38 echo "$prefix setup.py"

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut