You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 29, 2019. It is now read-only.
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. Then I tried to do the matlab integration (Matlab R2015b 64bit). I ran make matlab and again followed the instructions. The next step is where I ran into problems.
Running sudo make matlab-install results in:
However, upon re-running sudo make matlab-install I get a different feedback:
curl http://www.boulder.nist.gov/div838/theory/refprop/LINKING/refpropm.m > ./matlab/refpropm.m.org
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 31730 100 31730 0 0 55333 0 --:--:-- --:--:-- --:--:-- 55375
cp ./matlab/refpropm.m.org ./matlab/refpropm.m
curl http://www.boulder.nist.gov/div838/theory/refprop/LINKING/rp_proto64.m > ./matlab/rp_proto64.m.org
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 51741 100 51741 0 0 86152 0 --:--:-- --:--:-- --:--:-- 86091
cp ./matlab/rp_proto64.m.org ./matlab/rp_proto64.m
mv ./matlab/refpropm.m ./matlab/rp_proto64.m /opt/refprop
mv ./matlab/librefprop_thunk_glnxa64.so /opt/refprop
mv: cannot stat ‘./matlab/librefprop_thunk_glnxa64.so’: No such file or directory
make: *** [matlab-install64] Error 1
rm matlab/refpropm.m.org matlab/rp_proto64.m.org
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. Then I tried to do the matlab integration (Matlab R2015b 64bit). I ran
make matlaband again followed the instructions. The next step is where I ran into problems.Running
sudo make matlab-installresults in:However, upon re-running
sudo make matlab-installI get a different feedback:Every helpful input is greatly appreciated!