Skip to content

Commit 2422008

Browse files
committed
numpy is needed too
1 parent 3ca3155 commit 2422008

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

decrypt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
gpg --quiet --batch --yes --decrypt --passphrase="$REFPROP_GPG_PASSPHRASE" --output REFPROP.zip REFPROP.zip.gpg
66
unzip REFPROP.zip -d REFPROP
77

8-
apt-get -y -m update && DEBIAN_FRONTEND=noninteractive apt-get install -y cmake g++ dos2unix
8+
apt-get -y -m update && DEBIAN_FRONTEND=noninteractive apt-get install -y cmake g++ dos2unix python3-numpy
99

1010
git clone --recursive https://github.com/usnistgov/REFPROP-cmake
1111
cd REFPROP-cmake

0 commit comments

Comments
 (0)