diff --git a/templates/build_enstools.sh b/templates/build_enstools.sh index f0aa88d59f6b2079598f48b6f3a179de0afa1bcc..b7a86d18eea906769ec281fac8da9fec43e3298e 100644 --- a/templates/build_enstools.sh +++ b/templates/build_enstools.sh @@ -31,7 +31,7 @@ if [ $( ) -ne 0 ]; then echo "Installing a version of python3" # Compile openmpi with schedulers=slurm - spack install python3@3.8: + spack install python@3.8: else echo "py-enstools-compression already installed!" fi @@ -50,4 +50,6 @@ source venv/bin/activate ln -sf $(which python3) ${WORKDIR}/python3 # Install enstools-compression via pip +# TODO: Due to a incompatibility issue between latest numba and numpy I have to add this here. Hopefully removable soon. +pip install numpy==1.23 pip install enstools-compression