science/spheral: update 2024.01.1 → 2024.06.1

Reported by:	portscout
This commit is contained in:
Yuri Victorovich
2024-07-12 07:40:47 -07:00
parent e15d19c28d
commit f9bdc64c4f
4 changed files with 30 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
PORTNAME= spheral
DISTVERSIONPREFIX= v
DISTVERSION= 2024.01.1
DISTVERSION= 2024.06.1
CATEGORIES= science # physics
MAINTAINER= yuri@FreeBSD.org
@@ -45,7 +45,9 @@ CMAKE_ARGS= -Daneos_DIR=${LOCALBASE} \
-Dqhull_DIR=${LOCALBASE} \
-Dsilo_DIR=${LOCALBASE} \
-Dzlib_DIR=/usr
CMAKE_ARGS+= -DPYTHON_EXECUTABLE=${PYTHON_CMD}
CMAKE_ARGS+= -DPYTHON_EXECUTABLE=${PYTHON_CMD} \
-DPython_EXECUTABLE=${PYTHON_CMD} \
-DPython3_EXECUTABLE=${PYTHON_CMD}
CMAKE_OFF= ENABLE_TESTS ENABLE_DOCS \
ENABLE_ANEOS \
ENABLE_CUDA

View File

@@ -1,6 +1,6 @@
TIMESTAMP = 1712538078
SHA256 (LLNL-spheral-v2024.01.1_GH0.tar.gz) = ad1ec0e51cfb7c6d7610e96ed84ef6b5324de31187efe6aa37584431b03b3352
SIZE (LLNL-spheral-v2024.01.1_GH0.tar.gz) = 6699022
TIMESTAMP = 1720767460
SHA256 (LLNL-spheral-v2024.06.1_GH0.tar.gz) = 18892ad49195157623b95c93d55b55bfea2602003726c00d789419f7bdfe0fc1
SIZE (LLNL-spheral-v2024.06.1_GH0.tar.gz) = 6727017
SHA256 (LLNL-PolyClipper-e1fe47c_GH0.tar.gz) = 52b358f32f523e6030ed090411c90f0811db12046b6cb6fa8e4cafe4f8b3567e
SIZE (LLNL-PolyClipper-e1fe47c_GH0.tar.gz) = 274184
SHA256 (LLNL-PYB11Generator-7160812_GH0.tar.gz) = 9f257b9a5b2503aaacdba48d785bd349c95849a282e1e181ccee2c0f319135cb

View File

@@ -1,8 +1,19 @@
- eliminate the need to use git
--- cmake/SetupSpheral.cmake.orig 2024-01-20 00:52:15 UTC
--- cmake/SetupSpheral.cmake.orig 2024-07-11 14:54:59 UTC
+++ cmake/SetupSpheral.cmake
@@ -169,7 +169,7 @@ if (ENABLE_TESTS)
@@ -21,8 +21,8 @@ include(Compilers)
#-------------------------------------------------------------------------------
# Need to define Python paths here as BLT finds it's own Python package.
-set(Python_EXECUTABLE ${python_DIR}/bin/python3)
-set(Python3_EXECUTABLE ${python_DIR}/bin/python3)
+#set(Python_EXECUTABLE ${python_DIR}/bin/python3)
+#set(Python3_EXECUTABLE ${python_DIR}/bin/python3)
set(ENABLE_MPI ON CACHE BOOL "")
set(ENABLE_OPENMP ON CACHE BOOL "")
@@ -167,7 +167,7 @@ if (ENABLE_TESTS)
set(test_files1 "")
if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
execute_process(

View File

@@ -75,6 +75,7 @@ include/CRKSPH/editMultimaterialSurfaceTopology.hh
include/CRKSPH/volumeSpacing.hh
include/CRKSPH/zerothOrderSurfaceCorrections.hh
include/DEM/CircularPlaneSolidBoundary.hh
include/DEM/ClippedSphereSolidBoundary.hh
include/DEM/ContactStorageLocation.hh
include/DEM/CylinderSolidBoundary.hh
include/DEM/DEMBase.hh
@@ -133,6 +134,7 @@ include/DataBase/IncrementBoundedState.hh
include/DataBase/IncrementBoundedStateInline.hh
include/DataBase/IncrementState.hh
include/DataBase/IncrementStateInline.hh
include/DataBase/MaxReplaceState.hh
include/DataBase/PureReplaceBoundedState.hh
include/DataBase/PureReplaceBoundedStateInline.hh
include/DataBase/PureReplaceState.hh
@@ -250,19 +252,25 @@ include/FileIO/SidreFileIO.hh
include/FileIO/SiloFileIO.hh
include/FileIO/vectorstringUtilities.hh
include/GSPH/AcousticWaveSpeed.hh
include/GSPH/BarthJespersenLimiter.hh
include/GSPH/CompatibleMFVSpecificThermalEnergyPolicy.hh
include/GSPH/DavisWaveSpeed.hh
include/GSPH/EinfeldtWaveSpeed.hh
include/GSPH/GHLLC.hh
include/GSPH/GSPHFieldNames.hh
include/GSPH/GSPHHydroBase.hh
include/GSPH/GenericRiemannHydro.hh
include/GSPH/HLLC.hh
include/GSPH/LimiterBase.hh
include/GSPH/MFMHydroBase.hh
include/GSPH/MFVHydroBase.hh
include/GSPH/MFVIncrementSpecificThermalEnergyPolicy.hh
include/GSPH/MFVIncrementVelocityPolicy.hh
include/GSPH/MassFluxPolicy.hh
include/GSPH/MinModLimiter.hh
include/GSPH/OspreLimiter.hh
include/GSPH/ReplaceWithRatioPolicy.hh
include/GSPH/RiemannSolverBase.hh
include/GSPH/SecondOrderArtificialViscosity.hh
include/GSPH/SuperbeeLimiter.hh
include/GSPH/VanAlbaLimiter.hh
include/GSPH/VanLeerLimiter.hh
@@ -270,6 +278,7 @@ include/GSPH/WaveSpeedBase.hh
include/GSPH/computeMFMDensity.hh
include/GSPH/computeSPHVolume.hh
include/GSPH/computeSumVolume.hh
include/GSPH/initializeGradients.hh
include/Geometry/Box1d.hh
include/Geometry/Box1dInline.hh
include/Geometry/CellFaceFlag.hh