mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Merge branch 'master' into vectorize_PropsSI
This commit is contained in:
@@ -24,6 +24,7 @@ if __name__=='__main__':
|
||||
import shutil, os, sys, subprocess, glob
|
||||
|
||||
subprocess.check_call('python generate_headers.py', shell = True, cwd = os.path.join('..','..','..','dev'), stdout = sys.stdout, stderr = sys.stderr)
|
||||
subprocess.check_call('python generate_constants_module.py', shell = True, cwd = '..', stdout = sys.stdout, stderr = sys.stderr)
|
||||
for pyx in ['CoolProp.pyx','constants.pyx']:
|
||||
subprocess.check_call('cython --cplus '+os.path.split(pyx)[1], shell = True, cwd = os.path.join('..','CoolProp'), stdout = sys.stdout, stderr = sys.stderr)
|
||||
name = 'CoolProp'
|
||||
|
||||
Reference in New Issue
Block a user