We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20fa1c7 commit 3ca3155Copy full SHA for 3ca3155
1 file changed
decrypt.sh
@@ -7,7 +7,7 @@ unzip REFPROP.zip -d REFPROP
7
8
apt-get -y -m update && DEBIAN_FRONTEND=noninteractive apt-get install -y cmake g++ dos2unix
9
10
-git clone https://github.com/usnistgov/REFPROP-cmake
+git clone --recursive https://github.com/usnistgov/REFPROP-cmake
11
cd REFPROP-cmake
12
cmake -B bld -S . -DCMAKE_BUILD_TYPE=Release -DREFPROP_FORTRAN_PATH=`pwd`/../REFPROP/FORTRAN
13
cmake --build bld --config Release
0 commit comments