Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • paraview/paraview-superbuild
  • utkarsh.ayachit/paraview-superbuild
  • acbauer/paraview-superbuild
  • ben.boeckel/paraview-superbuild
  • shawn.waldon/paraview-superbuild
  • mwestphal/paraview-superbuild
  • fbordeu/paraview-superbuild
  • demarle/paraview-superbuild
  • allisonvacanti/paraview-superbuild
  • chet.nieter/paraview-superbuild
  • dcthomp/paraview-superbuild
  • jappa/paraview-superbuild
  • friedenhe/paraview-superbuild
  • paul.lafoix/paraview-superbuild
  • timothee.couble/paraview-superbuild
  • chuck.atkins/paraview-superbuild
  • tjcorona/paraview-superbuild
  • cory.quammen/paraview-superbuild
  • patrick.avery/paraview-superbuild
  • jules.bourdais/paraview-superbuild
  • jeanchristophe.giret/paraview-superbuild
  • sebastien.jourdain/paraview-superbuild
  • joseph.g.hennessey2.ctr/paraview-superbuild
  • danlipsa/paraview-superbuild
  • scott.wittenburg/paraview-superbuild
  • abcdevpure/paraview-superbuild
  • griffinist/paraview-superbuild
  • jie.cheng/paraview-superbuild
  • vbolea/paraview-superbuild
  • aron.helser/paraview-superbuild
  • alouis/paraview-superbuild
  • ethan.stam/paraview-superbuild
  • ryan.krattiger1/paraview-superbuild
  • ken-martin/paraview-superbuild
  • tuttibaer.fr/paraview-superbuild
  • ovulur/paraview-superbuild
  • sanblch/paraview-superbuild
  • ChristophHonal/paraview-superbuild
  • sankhesh/paraview-superbuild
  • charles.gueunet/paraview-superbuild
  • tayran-mila/paraview-superbuild
  • Thosch003/paraview-superbuild
  • nleaf/paraview-superbuild
  • jmensmann/paraview-superbuild
  • caitlin.ross/paraview-superbuild
  • timothee.chabat/paraview-superbuild
  • john.tourtellott/paraview-superbuild
  • cobo/paraview-superbuild
  • mckel-9/paraview-superbuild
  • mirenradia/paraview-superbuild
  • jaswant.panchumarti/paraview-superbuild
  • michael.migliore/paraview-superbuild
  • kdean1226/paraview-superbuild
  • berndboesejr/paraview-superbuild
  • woodscn/paraview-superbuild
  • thomas.galland/paraview-superbuild
  • thomas.caissard/paraview-superbuild
  • pflarr/paraview-superbuild
  • lucas.givord/paraview-superbuild
  • louis.gombert/paraview-superbuild
  • jwilson1881/paraview-superbuild
  • Otahal/paraview-superbuild
  • christos.tsolakis/paraview-superbuild
  • c.wetterer-nelson/paraview-superbuild
  • ax3l/paraview-superbuild
  • nicolas.vuaille/paraview-superbuild
  • tjgriffinist/paraview-superbuild
  • jeremyalva/paraview-superbuild
  • nicolasB/paraview-superbuild
  • yohann.bearzi/paraview-superbuild
  • weshouman/paraview-superbuild
  • spiros.tsalikis/paraview-superbuild
72 results
Show changes
Commits on Source (16)
Showing with 52 additions and 69 deletions
...@@ -133,7 +133,7 @@ macos-x86_64:build: ...@@ -133,7 +133,7 @@ macos-x86_64:build:
- .macos_x86_64 - .macos_x86_64
- .cmake_build_macos - .cmake_build_macos
- .cmake_build_artifacts - .cmake_build_artifacts
- .macos_builder_tags - .macos_x86_64_builder_tags
- .run_manually - .run_manually
timeout: 3 hours timeout: 3 hours
...@@ -142,7 +142,7 @@ macos-x86_64:test: ...@@ -142,7 +142,7 @@ macos-x86_64:test:
- .macos_x86_64 - .macos_x86_64
- .cmake_test_macos - .cmake_test_macos
- .cmake_package_artifacts - .cmake_package_artifacts
- .macos_builder_tags_test - .macos_x86_64_builder_tags_test
- .run_automatically - .run_automatically
needs: needs:
- macos-x86_64:build - macos-x86_64:build
......
...@@ -49,6 +49,7 @@ enable_project(occt) ...@@ -49,6 +49,7 @@ enable_project(occt)
enable_project(openimagedenoise) enable_project(openimagedenoise)
enable_project(openmp) enable_project(openmp)
enable_project(openpmd) enable_project(openpmd)
enable_project(openturns)
enable_project(openvdb) enable_project(openvdb)
enable_project(osmesa) enable_project(osmesa)
enable_project(ospray) enable_project(ospray)
......
...@@ -4,7 +4,6 @@ set(ENABLE_catalyst ON CACHE BOOL "") ...@@ -4,7 +4,6 @@ set(ENABLE_catalyst ON CACHE BOOL "")
set(ENABLE_lookingglass ON CACHE BOOL "") set(ENABLE_lookingglass ON CACHE BOOL "")
set(ENABLE_fides ON CACHE BOOL "") set(ENABLE_fides ON CACHE BOOL "")
set(ENABLE_nvidiaoptix ON CACHE BOOL "") set(ENABLE_nvidiaoptix ON CACHE BOOL "")
set(ENABLE_openturns ON CACHE BOOL "")
set(ENABLE_paraviewtranslations ON CACHE BOOL "") set(ENABLE_paraviewtranslations ON CACHE BOOL "")
set(ENABLE_visrtx ON CACHE BOOL "") set(ENABLE_visrtx ON CACHE BOOL "")
set(ENABLE_openxrsdk ON CACHE BOOL "") set(ENABLE_openxrsdk ON CACHE BOOL "")
......
...@@ -9,7 +9,6 @@ set(llvm_BUILD_SHARED_LIBS "OFF" CACHE STRING "") ...@@ -9,7 +9,6 @@ set(llvm_BUILD_SHARED_LIBS "OFF" CACHE STRING "")
set(ENABLE_ttk OFF CACHE BOOL "") set(ENABLE_ttk OFF CACHE BOOL "")
set(ENABLE_catalyst ON CACHE BOOL "") set(ENABLE_catalyst ON CACHE BOOL "")
set(ENABLE_openturns ON CACHE BOOL "")
set(ENABLE_mesa OFF CACHE BOOL "") set(ENABLE_mesa OFF CACHE BOOL "")
set(ENABLE_nvidiaindex OFF CACHE BOOL "") set(ENABLE_nvidiaindex OFF CACHE BOOL "")
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
GIT_CLONE_PATH: "$CI_BUILDS_DIR/paraview-ci-ext/$CI_CONCURRENT_ID" GIT_CLONE_PATH: "$CI_BUILDS_DIR/paraview-ci-ext/$CI_CONCURRENT_ID"
# TODO: Factor this out so that each job selects the Xcode version to # TODO: Factor this out so that each job selects the Xcode version to
# use so that different versions can be tested in a single pipeline. # use so that different versions can be tested in a single pipeline.
DEVELOPER_DIR: "/Applications/Xcode-14.2.app/Contents/Developer" DEVELOPER_DIR: "/Applications/Xcode-16.1.app/Contents/Developer"
### Build and test ### Build and test
...@@ -37,12 +37,12 @@ ...@@ -37,12 +37,12 @@
## Tags ## Tags
.macos_builder_tags: .macos_x86_64_builder_tags:
tags: tags:
- paraview - paraview
- macos-x86_64 - macos-x86_64
- shell - shell
- xcode-14.2 - xcode-16.1
- nonconcurrent - nonconcurrent
- finder - finder
...@@ -51,16 +51,16 @@ ...@@ -51,16 +51,16 @@
- paraview - paraview
- macos-arm64 - macos-arm64
- shell - shell
- xcode-14.2 - xcode-16.1
- nonconcurrent - nonconcurrent
- finder - finder
.macos_builder_tags_test: .macos_x86_64_builder_tags_test:
tags: tags:
- paraview - paraview
- macos-x86_64 - macos-x86_64
- shell - shell
- xcode-14.2 - xcode-16.1
- nonconcurrent - nonconcurrent
.macos_arm64_builder_tags_test: .macos_arm64_builder_tags_test:
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
- paraview - paraview
- macos-arm64 - macos-arm64
- shell - shell
- xcode-14.2 - xcode-16.1
- nonconcurrent - nonconcurrent
## macOS-specific scripts ## macOS-specific scripts
......
...@@ -69,6 +69,7 @@ function (superbuild_find_projects var) ...@@ -69,6 +69,7 @@ function (superbuild_find_projects var)
ispc ispc
jsonc jsonc
jsoncpp jsoncpp
lapack
las las
libjpegturbo libjpegturbo
lookingglass lookingglass
...@@ -89,6 +90,7 @@ function (superbuild_find_projects var) ...@@ -89,6 +90,7 @@ function (superbuild_find_projects var)
openvkl openvkl
ospray ospray
ospraymodulempi ospraymodulempi
openturns
openxrmodels openxrmodels
openxrsdk openxrsdk
paraviewtranslations paraviewtranslations
...@@ -196,7 +198,6 @@ function (superbuild_find_projects var) ...@@ -196,7 +198,6 @@ function (superbuild_find_projects var)
fortran fortran
genericio genericio
gmsh gmsh
lapack
libxml2 libxml2
mili mili
rapidjson rapidjson
...@@ -214,7 +215,7 @@ function (superbuild_find_projects var) ...@@ -214,7 +215,7 @@ function (superbuild_find_projects var)
libusb libusb
llvm llvm
mesa mesa
openturns mesatoolchainoverride
osmesa osmesa
paraviewsdk paraviewsdk
socat socat
...@@ -545,6 +546,11 @@ set(_python_unicode_default "UCS4") ...@@ -545,6 +546,11 @@ set(_python_unicode_default "UCS4")
# and thinking things went wrong. # and thinking things went wrong.
set(_superbuild_suppress_matplotlib_output ON) set(_superbuild_suppress_matplotlib_output ON)
# This optional hdf5 dependencies should not be added
# as it conflicts with mpi, ignore it instead
set(_superbuild_ignored_optional_depends
hdf5cpp)
# Setup SPDX superbuild variables # Setup SPDX superbuild variables
set(superbuild_spdx_document_namespace "https://paraview.org/spdx") set(superbuild_spdx_document_namespace "https://paraview.org/spdx")
......
...@@ -13,5 +13,3 @@ superbuild_add_project(gmsh ...@@ -13,5 +13,3 @@ superbuild_add_project(gmsh
-DENABLE_ONELAB:BOOL=OFF -DENABLE_ONELAB:BOOL=OFF
-DENABLE_ONELAB_METAMODEL:BOOL=OFF -DENABLE_ONELAB_METAMODEL:BOOL=OFF
-DENABLE_BUILD_SHARED:BOOL=${BUILD_SHARED_LIBS}) -DENABLE_BUILD_SHARED:BOOL=${BUILD_SHARED_LIBS})
superbuild_apply_patch(gmsh stdint-includes "Missing stdint.h include")
diff -u -Nr -U5 gmsh-4.11.1-source/contrib/QuadMeshingTools/qmtMeshGeometryOptimization.h gmsh-4.11.1-source.stdint-includes/contrib/QuadMeshingTools/qmtMeshGeometryOptimization.h
--- gmsh-4.11.1-source/contrib/QuadMeshingTools/qmtMeshGeometryOptimization.h 2022-09-28 14:00:54.000000000 -0400
+++ gmsh-4.11.1-source.stdint-includes/contrib/QuadMeshingTools/qmtMeshGeometryOptimization.h 2023-08-24 14:56:47.762340361 -0400
@@ -6,10 +6,11 @@
// Author: Maxence Reberol
#pragma once
#include <float.h>
+#include <stdint.h>
#include "qmtMeshUtils.h"
class SurfaceProjector;
/**
diff -u -Nr -U5 gmsh-4.11.1-source/src/mesh/meshGFacePack.cpp gmsh-4.11.1-source.stdint-includes/src/mesh/meshGFacePack.cpp
--- gmsh-4.11.1-source/src/mesh/meshGFacePack.cpp 2022-09-28 14:01:00.000000000 -0400
+++ gmsh-4.11.1-source.stdint-includes/src/mesh/meshGFacePack.cpp 2023-08-24 14:47:27.964129947 -0400
@@ -1,10 +1,11 @@
// Gmsh - Copyright (C) 1997-2022 C. Geuzaine, J.-F. Remacle
//
// See the LICENSE.txt file in the Gmsh root directory for license information.
// Please report all issues on https://gitlab.onelab.info/gmsh/gmsh/issues.
+#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <queue>
#include <map>
#include <vector>
...@@ -44,7 +44,6 @@ if (UNIX) ...@@ -44,7 +44,6 @@ if (UNIX)
# OSMesa is only built to support users on bespoke linux systems that do not have an OSMesa library. # OSMesa is only built to support users on bespoke linux systems that do not have an OSMesa library.
# The OSMesa library/headers are not really required at compile time. # The OSMesa library/headers are not really required at compile time.
osmesa osmesa
openturns
openxrsdk openxrsdk
zeromq zeromq
...@@ -52,7 +51,7 @@ if (UNIX) ...@@ -52,7 +51,7 @@ if (UNIX)
fontconfig) fontconfig)
endif () endif ()
list(APPEND paraview_platform_dependencies list(APPEND paraview_platform_dependencies
cdi ffmpeg libxml2 freetype mili gmsh cdi ffmpeg fides fortran libxml2 freetype mili gmsh
# For cosmotools # For cosmotools
genericio cosmotools) genericio cosmotools)
endif () endif ()
...@@ -225,9 +224,10 @@ superbuild_add_project(paraview ...@@ -225,9 +224,10 @@ superbuild_add_project(paraview
DEFAULT_ON DEFAULT_ON
DEPENDS cxx11 DEPENDS cxx11
DEPENDS_OPTIONAL DEPENDS_OPTIONAL
adios2 alembic catalyst cuda boost eigen fortran gdal hdf5 matplotlib mpi numpy pdal png adios2 alembic catalyst cuda boost eigen gdal hdf5 matplotlib mpi numpy pdal png
protobuf python3 qt5 visitbridge zlib silo las lookingglass fides pythonmpi4py protobuf python3 qt5 visitbridge zlib silo las lookingglass pythonmpi4py
xdmf3 vrpn vtkm netcdf xdmf3 vrpn vtkm netcdf
openturns
openmp openmp
openpmd openpmd
openvdb openvdb
......
...@@ -30,7 +30,6 @@ set(ttk_enabled_modules ...@@ -30,7 +30,6 @@ set(ttk_enabled_modules
ttkIdentifierRandomizer ttkIdentifierRandomizer
ttkIdentifyByScalarField ttkIdentifyByScalarField
ttkPointDataSelector ttkPointDataSelector
ttkPointSetToCurve
ttkScalarFieldNormalizer ttkScalarFieldNormalizer
ttkScalarFieldSmoother ttkScalarFieldSmoother
ttkTextureMapFromField ttkTextureMapFromField
...@@ -42,35 +41,35 @@ set(ttk_enabled_modules ...@@ -42,35 +41,35 @@ set(ttk_enabled_modules
ttkContourTreeAlignment ttkContourTreeAlignment
ttkFiber ttkFiber
ttkFiberSurface ttkFiberSurface
ttkFTMTree
ttkFTRGraph
ttkIntegralLines ttkIntegralLines
ttkJacobiSet ttkJacobiSet
ttkMergeTree
# ttkMergeTreeAutoencoder # need pytorch
# ttkMergeTreeAutoencoderDecoding # need pytorch
ttkMergeTreePrincipalGeodesics ttkMergeTreePrincipalGeodesics
ttkMergeTreePrincipalGeodesicsDecoding ttkMergeTreePrincipalGeodesicsDecoding
ttkMergeTreePrincipalGeodesicsDecoding_PathTrees ttkMergeTreePrincipalGeodesicsDecoding_PathTrees
ttkMergeTreePrincipalGeodesicsDecoding_Surface ttkMergeTreePrincipalGeodesicsDecoding_Surface
ttkMergeTreeTemporalReduction
ttkMergeTreeTemporalReductionDecoding ttkMergeTreeTemporalReductionDecoding
ttkMergeTreeTemporalReductionEncoding
ttkMeshGraph ttkMeshGraph
ttkMorseSmaleComplex ttkMorseSmaleComplex
ttkPathCompression ttkPathCompression
ttkPeriodicGhostsGeneration
ttkPersistenceCurve ttkPersistenceCurve
ttkPersistenceDiagram ttkPersistenceDiagram
ttkPersistentGenerators ttkPersistentGenerators
ttkPlanarGraphLayout ttkPlanarGraphLayout
ttkReebGraph
ttkReebSpace ttkReebSpace
ttkRipsComplex ttkRipsComplex
ttkScalarFieldCriticalPoints ttkScalarFieldCriticalPoints
ttkTopologicalSimplification ttkTopologicalSimplification
ttkTopologicalSimplificationByPersistence ttkTopologicalSimplificationByPersistence
ttkTrackingFromPersistenceDiagrams # dep for ttkTrackingFromFields
ttkTrackingFromFields ttkTrackingFromFields
ttkTrackingFromOverlap ttkTrackingFromOverlap
ttkTrackingFromPersistenceDiagrams
# geometry processing # geometry processing
ttkBottleneckDistance
ttkDepthImageBasedGeometryApproximation ttkDepthImageBasedGeometryApproximation
ttkDistanceField ttkDistanceField
ttkGeometrySmoother ttkGeometrySmoother
...@@ -81,10 +80,10 @@ set(ttk_enabled_modules ...@@ -81,10 +80,10 @@ set(ttk_enabled_modules
ttkPointSetToSurface ttkPointSetToSurface
ttkProjectionFromField ttkProjectionFromField
ttkQuadrangulationSubdivision ttkQuadrangulationSubdivision
ttkSignedDistanceField
ttkSurfaceGeometrySmoother ttkSurfaceGeometrySmoother
# clustering # clustering
ttkLDistance
ttkLDistanceMatrix ttkLDistanceMatrix
ttkMatrixToHeatMap ttkMatrixToHeatMap
ttkMergeTreeClustering ttkMergeTreeClustering
...@@ -94,11 +93,7 @@ set(ttk_enabled_modules ...@@ -94,11 +93,7 @@ set(ttk_enabled_modules
# ensemble # ensemble
ttkMandatoryCriticalPoints ttkMandatoryCriticalPoints
# ttkDimensionReduction # no sklearn available ttkDimensionReduction # no sklearn available, only TopoMap
# compression
ttkTopologicalCompressionReader
ttkTopologicalCompressionWriter
# cinema # cinema
ttkCinemaReader ttkCinemaReader
...@@ -107,8 +102,11 @@ set(ttk_enabled_modules ...@@ -107,8 +102,11 @@ set(ttk_enabled_modules
ttkCinemaImaging ttkCinemaImaging
ttkCinemaProductReader ttkCinemaProductReader
# compression
ttkTopologicalCompressionWriter # dependency for ttkCinemaWriter
ttkTopologicalCompressionReader # going with the writer...
# darkroom # darkroom
ttkCinemaDarkroom
ttkDarkroomCamera ttkDarkroomCamera
ttkDarkroomColorMapping ttkDarkroomColorMapping
ttkDarkroomCompositing ttkDarkroomCompositing
......
...@@ -73,7 +73,7 @@ endif () ...@@ -73,7 +73,7 @@ endif ()
############################################################ ############################################################
# First, grab all the referenced targets from the CMake files # First, grab all the referenced targets from the CMake files
file(GLOB_RECURSE cmake_files "${superbuild_install_location}/lib/cmake/paraview-${paraview_version}/*.cmake") file(GLOB_RECURSE cmake_files "${superbuild_install_location}/lib/cmake/paraview-${paraview_version}/*-targets-release.cmake")
set(libraries_referenced_by_cmake) set(libraries_referenced_by_cmake)
foreach (cmake_file IN LISTS cmake_files) foreach (cmake_file IN LISTS cmake_files)
file(STRINGS "${cmake_file}" lines REGEX "\\\${_IMPORT_PREFIX}[^;\\\">]+") file(STRINGS "${cmake_file}" lines REGEX "\\\${_IMPORT_PREFIX}[^;\\\">]+")
......
...@@ -194,6 +194,18 @@ if (visrtx_enabled) ...@@ -194,6 +194,18 @@ if (visrtx_enabled)
endforeach () endforeach ()
endif () endif ()
if (lapack_enabled)
set(lapackextra_libraries
mkl_core.2
mkl_def.2)
foreach (lapackextra_library IN LISTS lapackextra_libraries)
superbuild_windows_install_plugin("${lapackextra_library}.dll"
"bin" "bin"
SEARCH_DIRECTORIES "${superbuild_install_location}/bin")
endforeach ()
endif ()
if (python3_enabled) if (python3_enabled)
if (python3_built_by_superbuild) if (python3_built_by_superbuild)
include(python3.functions) include(python3.functions)
......
Subproject commit 5456ac763b2bb4b586ee81fdcab50a47b19df40f Subproject commit b93a514fb29bf27e5ca7fba9e55146f78ab5064e
...@@ -63,8 +63,8 @@ superbuild_set_selectable_source(paraview ...@@ -63,8 +63,8 @@ superbuild_set_selectable_source(paraview
# Removed: standalone/ # Removed: standalone/
superbuild_set_revision(ttk superbuild_set_revision(ttk
# https://github.com/topology-tool-kit/ttk/releases # https://github.com/topology-tool-kit/ttk/releases
URL "https://www.paraview.org/files/dependencies/ttk-1.2.0-trimmed.zip" URL "https://www.paraview.org/files/dependencies/ttk-1.3.0-trimmed.zip"
URL_MD5 fea1d3cb38b32aa9cd7edeec0b7321a1) URL_MD5 a7ebc05ebea12a42919951a47d98a07a )
superbuild_set_revision(libusb superbuild_set_revision(libusb
# https://github.com/libusb/libusb/releases # https://github.com/libusb/libusb/releases
...@@ -147,8 +147,8 @@ endif() ...@@ -147,8 +147,8 @@ endif()
superbuild_set_revision(gmsh superbuild_set_revision(gmsh
# https://gmsh.info/#Download # https://gmsh.info/#Download
URL "https://www.paraview.org/files/dependencies/gmsh-4.11.1-source.tgz" URL "https://www.paraview.org/files/dependencies/gmsh-4.13.1-source.tgz"
URL_MD5 681ccfa83213921884ede92a80191ba2) URL_MD5 6c2f83e6ba8165aa862ee8c6fcedee99)
if (WIN32) if (WIN32)
set(nvidiaindex_platform "windows-x64") set(nvidiaindex_platform "windows-x64")
......