We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d917c61 commit c9c139eCopy full SHA for c9c139e
1 file changed
decrypt.sh
@@ -2,12 +2,13 @@
2
3
# --batch to prevent interactive command
4
# --yes to assume "yes" for questions
5
-gpg --quiet --batch --yes --decrypt --passphrase="$REFPROP_GPG_PASSPHRASE" --output REFPROP.zip REFPROP.zip.gpg
6
-unzip REFPROP.zip -d REFPROP
+gpg --quiet --batch --yes --decrypt --passphrase="$REFPROP_GPG_PASSPHRASE" --output REFPROPungpg.zip REFPROP.zip.gpg
+unzip REFPROPungpg.zip -d REFPROPungpg
7
+cd REFPROPungpg
8
9
pip3 install numpy
10
11
git clone --recursive https://github.com/usnistgov/REFPROP-cmake
12
cd REFPROP-cmake
-cmake -B bld -S . -DCMAKE_BUILD_TYPE=Release -DREFPROP_FORTRAN_PATH=`pwd`/../REFPROP/FORTRAN
13
+cmake -B bld -S . -DCMAKE_BUILD_TYPE=Release -DREFPROP_FORTRAN_PATH=`pwd`/../FORTRAN
14
cmake --build bld --config Release
0 commit comments