Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ParaView-Superbuild
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Charles Gueunet
ParaView-Superbuild
Commits
29565904
Commit
29565904
authored
3 months ago
by
Mathieu Westphal (Kitware)
Browse files
Options
Downloads
Patches
Plain Diff
Add openturns
parent
88c5c615
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CMakeLists.txt
+1
-0
1 addition, 0 deletions
CMakeLists.txt
projects/openturns.cmake
+58
-0
58 additions, 0 deletions
projects/openturns.cmake
projects/paraview.cmake
+2
-0
2 additions, 0 deletions
projects/paraview.cmake
versions.cmake
+5
-0
5 additions, 0 deletions
versions.cmake
with
66 additions
and
0 deletions
CMakeLists.txt
+
1
−
0
View file @
29565904
...
...
@@ -85,6 +85,7 @@ function (superbuild_find_projects var)
openmp
openpmd
openimagedenoise
openturns
openvdb
openvkl
ospray
...
...
This diff is collapsed.
Click to expand it.
projects/openturns.cmake
0 → 100644
+
58
−
0
View file @
29565904
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
)
This diff is collapsed.
Click to expand it.
projects/paraview.cmake
+
2
−
0
View file @
29565904
...
...
@@ -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
}
...
...
This diff is collapsed.
Click to expand it.
versions.cmake
+
5
−
0
View file @
29565904
...
...
@@ -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
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment