Skip to content

Commit c9c139e

Browse files
committed
Another try with script
1 parent d917c61 commit c9c139e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

decrypt.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

33
# --batch to prevent interactive command
44
# --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
5+
gpg --quiet --batch --yes --decrypt --passphrase="$REFPROP_GPG_PASSPHRASE" --output REFPROPungpg.zip REFPROP.zip.gpg
6+
unzip REFPROPungpg.zip -d REFPROPungpg
7+
cd REFPROPungpg
78

89
pip3 install numpy
910

1011
git clone --recursive https://github.com/usnistgov/REFPROP-cmake
1112
cd REFPROP-cmake
12-
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
1314
cmake --build bld --config Release

0 commit comments

Comments
 (0)