mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Removed old-style MATLAB wrapper that doesn't use SWIG
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -802,7 +802,7 @@ c['builders'].append(
|
||||
#Common boring 64-bit modules for windows, linux and OSX
|
||||
### OSX
|
||||
for platform in ['OSX', 'linux', 'windows']:
|
||||
for wrapper in ['Java','MATLAB','Csharp','Octave','PHP','64BIT_SHARED_LIBRARY','STATIC_LIBRARY']:
|
||||
for wrapper in ['Java','Csharp','Octave','PHP','64BIT_SHARED_LIBRARY','STATIC_LIBRARY']:
|
||||
if wrapper == 'PHP' and platform != 'linux': continue # only build PHP on linux
|
||||
ctest_args, cmake_args = [], []
|
||||
if platform.startswith('windows'):
|
||||
@@ -876,15 +876,6 @@ c['builders'].append(
|
||||
build_args = ['--config','Release'])
|
||||
)
|
||||
)
|
||||
c['builders'].append(
|
||||
BuilderConfig(name="MATLAB32-windows",
|
||||
slavenames=["windows-slave"],
|
||||
factory = cmake_slave('MATLAB',
|
||||
platform = 'windows',
|
||||
cmake_env={'MATLAB_ROOT':'c:\Program Files (x86)\MATLAB\R2014a'},
|
||||
cmake_args=['-G','"Visual Studio 10 2010"'])
|
||||
)
|
||||
)
|
||||
|
||||
for platform in ['windows', 'linux', 'OSX']:
|
||||
cmake_args = []
|
||||
|
||||
Reference in New Issue
Block a user