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

Compile Erorr #40

Open khoopes opened 7 years ago

khoopes commented 7 years ago

I am having trouble compiling. I get this error:

make: *** No rule to make target fortran/PASS_FTN.FOR', needed bysrc/PASS_FTN_ALT.f'. Stop.

This is in response to a simple make command. Any advice?

Thanks,

Kevin

ianhbell commented 7 years ago

A) You need REFPROP 9.1.1 (email me at ian.h.bell@gmail.com) B) You should use the new cmake-based architecture: https://github.com/usnistgov/REFPROP-cmake

jowr commented 7 years ago

Is this solved? Maybe we should mark this repository as deprecated?

ibell commented 7 years ago

I think it would make sense to keep this repository around, and I should find a way to get older versions of REFPROP to compile with my workflow. Once that is complete, then we could put to bed this repo.