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 removal of FORTRAN files

ibell opened this issue · comments

On OSX, when running make header library, it removes most (but not all) of the .for files from the fortran library, though the dynamic library gets built. After running make header library, here is an ls of fortran folder:

Ians-Mac-mini:librefprop Ian$ ls fortran/
COMMONS.FOR CORE_ECS.o  CORE_STN.o  MIX_HMX.o   SETUP2.o
COMTRN.FOR  CORE_FEQ.o  FLASH2.o    PASS_FTN.FOR    TRNSP.o
CORE_ANC.o  CORE_MLT.o  FLSH_SUB.o  PROP_SUB.o  TRNS_ECS.o
CORE_BWR.o  CORE_PH0.o  IDEALGAS.o  REALGAS.o   TRNS_TCX.o
CORE_CPP.o  CORE_PR.o   MANUAL.TXT  SAT_SUB.o   TRNS_VIS.o
CORE_DE.o   CORE_QUI.o  MIX_AGA8.o  SETUP.o     UTILITY.o
Ians-Mac-mini:librefprop Ian$ 

Interesting, I could not reproduce it. Which compiler and which OS are you using?

OSX is 10.9.1, with gcc version:

Ians-Mac-mini:~ Ian$ gcc -v

Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr
--with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/c++/4.2.1

Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)

Target: x86_64-apple-darwin13.0.0

Thread model: posix

Ians-Mac-mini:~ Ian$

On Tue, Jan 21, 2014 at 5:25 PM, Jorrit Wronski notifications@github.comwrote:

Interesting, I could not reproduce it. Which compiler and which OS are you
using?


Reply to this email directly or view it on GitHubhttps://github.com//issues/5#issuecomment-32901435
.