Skip to content
Snippets Groups Projects
Commit 29565904 authored by Mathieu Westphal (Kitware)'s avatar Mathieu Westphal (Kitware) :zap:
Browse files

Add openturns

parent 88c5c615
No related branches found
No related tags found
No related merge requests found
......@@ -85,6 +85,7 @@ function (superbuild_find_projects var)
openmp
openpmd
openimagedenoise
openturns
openvdb
openvkl
ospray
......
superbuild_add_project(openturns
DEPENDS lapack
DEPENDS_OPTIONAL tbb
LICENSE_FILES
LICENSE
COPYING
COPYING.LESSER
COPYING.cephes
COPYING.cobyla
COPYING.dsfmt
COPYING.ev3
COPYING.exprtk
COPYING.faddeeva
COPYING.kendall
COPYING.kissfft
COPYING.tnc
SPDX_LICENSE_IDENTIFIER
LGPL-3.0-or-later AND MIT AND BSD-3-Clause
SPDX_COPYRIGHT_TEXT
"Copyright 2005-2024 Airbus-EDF-IMACS-ONERA-Phimeca"
"Copyright (C) 2007 Takashi Takekawa."
"Copyright (c) 2003-2010 Mark Borgerding"
"Copyright (c) 1999-2023 Arash Partow"
"Copyright (c) 1992, Michael J. D. Powell"
"Copyright (c) 2004, Jean-Sebastien Roy"
"Copyright (C) 2010 David Simcha"
"Copyright (c) 2012 Massachusetts Institute of Technology"
"Copyright 1984, 1995, 2000 by Stephen L. Moshier"
"Copyright (C) 2008-2010 Leo Liberti"
"Copyright (c) 2002-2005, Jean-Sebastien Roy"
CMAKE_ARGS
-DBUILD_PYTHON=OFF
-DBUILD_SHARED_LIBS:BOOL=${BUILD_SHARED_LIBS}
-DBUILD_TESTING=OFF
-DUSE_BISON=OFF
-DUSE_BONMIN=OFF
-DUSE_BOOST=OFF
-DUSE_CERES=OFF
-DUSE_CMINPACK=OFF
-DUSE_CUBA=OFF
-DUSE_CXX17=OFF
-DUSE_DLIB=OFF
-DUSE_DOXYGEN=OFF
-DUSE_FLEX=OFF
-DUSE_HDF5=OFF
-DUSE_IPOPT=OFF
-DUSE_LIBXML2=OFF
-DUSE_MPC=OFF
-DUSE_MPFR=OFF
-DUSE_MUPARSER=OFF
-DUSE_NANOFLANN=OFF
-DUSE_NLOPT=OFF
-DUSE_OPENBLAS=OFF
-DUSE_OPENMP=OFF
-DUSE_PAGMO=OFF
-DUSE_PRIMESIEVE=OFF
-DUSE_SPECTRA=OFF
)
......@@ -228,6 +228,7 @@ superbuild_add_project(paraview
xdmf3 vrpn vtkm netcdf
openmp
openpmd
openturns
openvdb
nlohmannjson
paraviewgettingstartedguide
......@@ -253,6 +254,7 @@ superbuild_add_project(paraview
-DPARAVIEW_ENABLE_FFMPEG:BOOL=${ffmpeg_enabled}
-DPARAVIEW_ENABLE_FIDES:BOOL=${fides_enabled}
-DPARAVIEW_ENABLE_GDAL:BOOL=${gdal_enabled}
-DPARAVIEW_ENABLE_OPENTURNS:BOOL=${openturns_enabled}
-DPARAVIEW_ENABLE_PDAL:BOOL=${pdal_enabled}
-DPARAVIEW_ENABLE_LAS:BOOL=${las_enabled}
-DPARAVIEW_ENABLE_GEOVIS:BOOL=${proj_enabled}
......
......@@ -426,3 +426,8 @@ superbuild_set_selectable_source(collaborationserver
SELECT git CUSTOMIZABLE DEFAULT
GIT_REPOSITORY "https://gitlab.kitware.com/paraview/collaboration-server.git"
GIT_TAG "v0.0.1")
superbuild_set_revision(openturns
# https://github.com/openturns/openturns
URL "https://github.com/openturns/openturns/archive/refs/tags/v1.23.tar.gz"
URL_MD5 57afb99d462c254bd044a9a622880943)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment