opencv : 'native'
openmpi: 'native'
openVKL : '0.11.0'
- openturns: '1.19'
+ openturns: '1.20'
ospray : '2.4.0'
packaging : 'native'
packagespy : '74152cd'
'APPLICATION.products.cminpack' : 'native'
'APPLICATION.products.netcdf' : '4.6.2'
'APPLICATION.products.PyFMI' : {tag: '2.6', base: 'no', section: 'version_2_6_no_pip' }
- 'APPLICATION.products.openturns' : {tag: '1.19', base: 'no', section: 'version_1_19_UB20_04' }
+ #'APPLICATION.products.openturns' : {tag: '1.19', base: 'no', section: 'version_1_19_UB20_04' }
'APPLICATION.products.scipy' : {tag: '1.5.2', base: 'no', section: 'version_1_5_2_no_pip' } # scipy >= 1.4 - system one too old
}
{
version_1_20 :
{
compil_script : "openturns-1.20" + $VARS.scriptExtension
+ patches : []
depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib', 'cminpack', 'FMILibrary', 'PyFMI']
opt_depend : ['pandas', 'statsmodels']
- patches : []
-}
-
-version_1_20_win :
-{
- properties :
- {
- incremental : "yes"
- pip : "yes"
- }
- depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'pthreads', 'dill', 'psutil']
- opt_depend : []
- patches : []
}
-version_1_20_DB09 :
+version_1_20_UB20_04 :
{
compil_script : "openturns-1.20" + $VARS.scriptExtension
+ patches : ['openturns-1.20.0002.patch']
depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib', 'cminpack', 'FMILibrary', 'PyFMI']
opt_depend : ['pandas', 'statsmodels']
- patches : ['openturns-1.20.0001.patch']
}
version_1_19 :
--- /dev/null
+--- openturns_ref/openturns-1.20/CMakeLists.txt 2023-03-31 13:11:11.000000000 +0200
++++ openturns_dev/openturns-1.20/CMakeLists.txt 2023-04-05 11:34:07.224075227 +0200
+@@ -315,7 +315,11 @@
+ endif ()
+
+ if (USE_NLOPT)
+- find_package (NLopt CONFIG QUIET)
++ SET(NLOPT_ROOT_DIR $ENV{NLOPT_ROOT_DIR} CACHE PATH "Path to the NLOPT.")
++ IF(NLOPT_ROOT_DIR)
++ LIST(APPEND CMAKE_PREFIX_PATH "${NLOPT_ROOT_DIR}")
++ ENDIF(NLOPT_ROOT_DIR)
++ find_package (NLopt)
+ if (NLopt_FOUND)
+ message(STATUS "Found NLopt: ${NLopt_DIR} (found version \"${NLopt_VERSION}\")")
+ else ()