Skip to content

Commit ea00665

Browse files
committed
Reduce unnecessary work in dependency builds
- Pin Silo to 4.12.0 release tag (instead of a post-release commit hash) so GIT_SHALLOW works, making the clone faster - Disable ZFP compression in Silo (MFC never uses Silo compression) - Remove invalid -DFORTRAN_LIBRARIES=ON from HDF5 (not a real HDF5 variable); explicitly disable unneeded features: C++ bindings, Fortran bindings, and parallel I/O
1 parent 58033cb commit ea00665

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/simulation/m_global_parameters.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!>
22
!! @file
3-
!! @brief Contains module m_global_parameters
3+
!! @brief Contains module m_global_parameters (simulation)
44

55
#:include 'case.fpp'
66
#:include 'macros.fpp'

toolchain/dependencies/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ if (MFC_SILO)
8484

8585
ExternalProject_Add(silo
8686
GIT_REPOSITORY "https://github.com/LLNL/Silo"
87-
GIT_TAG 0cddaa6865fb49ae7b2110fa1b6f2709592abe0b
87+
GIT_TAG 4.12.0
8888
GIT_SHALLOW ON
8989
GIT_PROGRESS ON
9090
PATCH_COMMAND "${GIT_EXECUTABLE}" stash

0 commit comments

Comments
 (0)