mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Fix MathCAD build?
This commit is contained in:
@@ -740,7 +740,7 @@ def mathcad_slave():
|
||||
# Build the MathCAD 15 dll
|
||||
# ***************
|
||||
factory.addStep(ShellCommand(command=["cmake", "../..",
|
||||
"-DCOOLPROP_MATHCAD15_LIBRARY=ON","-G", "Visual Studio 10 2010", '-DCOOLPROP_MATHCAD15_ROOT="C:/Program Files (x86)/Mathcad/Mathcad 15"'],
|
||||
"-DCOOLPROP_MATHCAD15_MODULE=ON","-G", "Visual Studio 10 2010", '-DCOOLPROP_MATHCAD15_ROOT="C:/Program Files (x86)/Mathcad/Mathcad 15"'],
|
||||
workdir= working_folder+'/mathcad15',
|
||||
haltOnFailure = True))
|
||||
factory.addStep(ShellCommand(command=["cmake", "--build", ".", "--target", "install", "--config", "Release"], workdir = working_folder+'/mathcad15', haltOnFailure = True))
|
||||
@@ -749,7 +749,7 @@ def mathcad_slave():
|
||||
# Build the MathCAD PRIME dll
|
||||
# *************************
|
||||
factory.addStep(ShellCommand(command=["cmake", "../..",
|
||||
"-DCOOLPROP_PRIME_LIBRARY=ON", "Visual Studio 10 2010 Win64", '-DCOOLPROP_PRIME_ROOT="C:/Program Files/PTC/Mathcad Prime 3.1"'],
|
||||
"-DCOOLPROP_PRIME_MODULE=ON", "Visual Studio 10 2010 Win64", '-DCOOLPROP_PRIME_ROOT="C:/Program Files/PTC/Mathcad Prime 3.1"'],
|
||||
workdir= working_folder+'/mathcadprime',
|
||||
haltOnFailure = True))
|
||||
factory.addStep(ShellCommand(command=["cmake", "--build", ".", "--target", "install", "--config", "Release"], workdir = working_folder+'/mathcadprime', haltOnFailure = True))
|
||||
|
||||
Reference in New Issue
Block a user