librefprop.so icon indicating copy to clipboard operation
librefprop.so copied to clipboard

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 instructio...

Results 13 librefprop.so issues
Sort by recently updated
recently updated
newest added

gfortran on arm processors doesn't like the -m32 flag. It causes 'gfortran: error: unrecognized command line option ‘-m32’'. I was able to solve it by commenting on the like in...

I am having trouble compiling. I get this error: make: *** No rule to make target `fortran/PASS_FTN.FOR', needed by `src/PASS_FTN_ALT.f'. Stop. This is in response to a simple make command....

First of all let me thank everyone for all the work done to make Refprop available on Linux. I installed librefprop following the instructions and successfully ran the Fortran test....

@jowr et al., I have (in my NIST capacity), developed a CMake-based workflow for building the REFPROP shared library reliably on windows/linux/OSX, with the nicest feature: all the functions are...

First of all, thanks a lot for all the hard work to make Refprop work on Linux. Perhaps the master branch is just fine for this project, but I usually...

Hello @ibell, Now that you work close to both projects, can you share with us some insights of how will evolve the two projects? Will they merge to become an...

In version 9.11 of REFPROP, the additional functions that are included in `src/PASS_FTN_ALT.f` are no longer needed since they are provided in REFPROP itself. Not sure how best to fix...

Linux 32bit, Linux 64bit, Mac64bit, what about the thunk libraries?

If the changes from commit https://github.com/CoolProp/CoolProp/commit/4f52e5242a4536e68ab23e06c79b24632e0bbc64 and issues https://github.com/CoolProp/CoolProp/pull/332 and https://github.com/CoolProp/CoolProp/pull/335 do not throw any errors in the future, we would like to them here as well. The header files...

Mac OSX 10.9.4, Matlab R2013b. Successfully integrated librefprop.dylib with python using the steps outlined here (thanks!) When I try to perform the matlab integration, I run into this error in...