Merge branch 'master' into vectorize_PropsSI

This commit is contained in:
Ian Bell
2014-12-30 17:39:35 -05:00

View File

@@ -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'