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
32 stars 8 forks source link

Make error, #2

Closed Rod-Persky closed 10 years ago

Rod-Persky commented 10 years ago

I regularly get (and cannot build beyond) a problem when building the library:

make: *** No rule to make target 'fortran/COMMON.for', needed by 'src/PASS_FTN_ALT.for'.  Stop.
jowr commented 10 years ago

Hi. I'm not sure, but it looks like a version conflict. The make procedure is for refprop 9.1 and does not work with the sources for 9.0. You might want to try an earlier version. Check the commit messages, I think I wrote something there. Jorrit

Jorrit Wronski DTU Mechanical Engineering

Technical University of Denmark Department of Mechanical Engineering Nils Koppels Allé Building 403 Room 111 2800 Kgs. Lyngby Denmark

phone: +45 45 25 41 83 fax: +45 45 88 43 25 email: jowr@mek.dtu.dk http://www.tes.mek.dtu.dk/English

Rod Persky notifications@github.com wrote:

I regularly get (and cannot build beyond) a problem when building the library:

make: *\ No rule to make target 'fortran/COMMON.for', needed by 'src/PASS_FTN_ALT.for'. Stop.

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

Rod-Persky commented 10 years ago

Cool, I'll do a bit of scrolling. Thanks :)

jowr commented 10 years ago

Hi, please close the issue if the problem is solved. Otherwise, I'll be glad to hear more about your problem...

Rod-Persky commented 10 years ago

Jowr,

Sorry I gave up on the problem, I used coolprop in python to access refprop and compared the results of the area I was interested in. Further the parameters for the fluids in refprop and coolprop are exactly the same.

Rod.