'JOBMANAGER' : {section : "default_MPI", verbose: 'yes'}
'YACS'
'YACSGEN'
- 'SOLVERLAB' : {section : "default_MPI", hpc: 'yes'}
+# 'SOLVERLAB' : {section : "default_MPI", hpc: 'yes'}
'DOCUMENTATION'
'SAMPLES'
'COMPONENT'
{
env_script : $name + ".py"
}
- depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen','pthreads']
+ depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen']
build_depend : ["cmake", "swig"]
patches : []
source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
}
}
+default_win :
+{
+ depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'pthreads']
+}
+
version_1_16 :
{
- patches : ['openturns-1.16.0001.patch']
+ patches : ['openturns-1.16.0001.patch']
}