mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-01 03:00:13 -04:00
Update version for swig+MATLAB
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -604,9 +604,9 @@ def swig_matlab_builder(platform, gitMode = 'incremental', build_args = [], cmak
|
||||
|
||||
def prepend_path(cmd):
|
||||
if platform == 'windows':
|
||||
pre_path = 'set "PATH=swig-matlab-bin\\bin;C:\\Program Files\\7-Zip\\;%PATH%" && set "SWIG_LIB=swig-matlab-bin\\share\\swig\\3.0.3" && '
|
||||
pre_path = 'set "PATH=swig-matlab-bin\\bin;C:\\Program Files\\7-Zip\\;%PATH%" && set "SWIG_LIB=swig-matlab-bin\\share\\swig\\3.0.5" && '
|
||||
else:
|
||||
pre_path = 'export PATH=swig-matlab-bin/bin:${PATH} && export SWIG_LIB=swig-matlab-bin/share/swig/3.0.3 && '
|
||||
pre_path = 'export PATH=swig-matlab-bin/bin:${PATH} && export SWIG_LIB=swig-matlab-bin/share/swig/3.0.5 && '
|
||||
return pre_path+cmd
|
||||
|
||||
# Create the factory to add the actions to
|
||||
|
||||
Reference in New Issue
Block a user