jowr / librefprop.so

Create a shared library from the Fortran sources provided by Refprop from NIST. This project provides an alternative to the refprop.dll that comes with the software. Please use the official instructions if possible
https://github.com/usnistgov/REFPROP-cmake
33 stars 8 forks source link

OSX installation failure #6

Closed ibell closed 10 years ago

ibell commented 10 years ago

make header library succeeds with plenty of warnings while make install gives

Ians-Mac-mini:librefprop Ian$ make install
mkdir -p  /opt/refprop
cp  -r ./files/* /opt/refprop
cp: ./files/*: No such file or directory
make: *** [install-fluids] Error 1

And there is nothing in ./files/ folder. Should there be?

jowr commented 10 years ago

Yes. There should be the fluid and mixture folders. Please check the readme.md

Ian Bell notifications@github.com wrote:

make header library succeeds with plenty of warnings while make install gives

Ians-Mac-mini:librefprop Ian$ make install mkdir -p /opt/refprop cp -r ./files/* /opt/refprop cp: ./files/: No such file or directory make: ** [install-fluids] Error 1

And there is nothing in ./files/ folder. Should there be?

— Reply to this email directly or view it on GitHubhttps://github.com/jowr/librefprop.so/issues/6.

ibell commented 10 years ago

Sorry that was a dumb question, I should have read the readme.md more closely. REFPROP builds and installs fine now for me, but that other bug with the fortran files getting deleted still exists.