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

Home Page:https://github.com/usnistgov/REFPROP-cmake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OSX installation failure

ibell opened this issue · comments

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?

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//issues/6.

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.