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

Make error,

Rod-Persky opened this issue · comments

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.

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

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

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

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.