mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Fix call to Rscript
This commit is contained in:
@@ -73,7 +73,7 @@ if __name__=='__main__':
|
||||
subprocess.check_call('cmake ../../../.. -DCOOLPROP_R_MODULE=ON -DCMAKE_VERBOSE_MAKEFILE=ON -DR_BIN=/usr/bin', **kwargs)
|
||||
subprocess.check_call('cmake --build .', **kwargs)
|
||||
with open('R/Example.out','w') as fp:
|
||||
tee_call(r'DYLD_LIBRARY_PATH=/opt/refprop Rscript Example.R', fp, shell = True, cwd = 'R')
|
||||
tee_call(r'DYLD_LIBRARY_PATH=/opt/refprop Rscript --default-packages=methods Example.R', fp, shell = True, cwd = 'R')
|
||||
copyfiles('R','R')
|
||||
|
||||
if not os.path.exists('MATLAB'): os.mkdir('MATLAB')
|
||||
|
||||
Reference in New Issue
Block a user