mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-01 03:00:13 -04:00
Fix path to install_root
This commit is contained in:
@@ -7,8 +7,8 @@ python generate_headers.py
|
||||
mkdir -p ../build
|
||||
cd ../build
|
||||
swig -matlab -c++ -I../../../../include -outcurrentdir ../../../../src/CoolProp.i
|
||||
cd ../..
|
||||
7z a install_root/MATLAB/swigged_MATLAB_src.7z coolprop
|
||||
cd ../.. #dev/scripts
|
||||
7z a ../../install_root/MATLAB/swigged_MATLAB_src.7z coolprop
|
||||
|
||||
# afterwards in the coolprop/build directory
|
||||
# cmake .. -DCOOLPROP_MATLAB_SWIGAUTOGENERATED=ON
|
||||
|
||||
Reference in New Issue
Block a user