File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55#:include ' macros.fpp'
66
7- !> @brief Computes gravitational and user - defined body force source terms for the momentum equations
7+ !> @brief Computes gravitational and body force source terms for the momentum equations
88module m_body_forces
99
1010 use m_derived_types
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ if (MFC_FFTW)
3838 CMAKE_ARGS -DBUILD_TESTS=OFF
3939 -DBUILD_SHARED_LIBS=OFF
4040 "-DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX} "
41+ -DCMAKE_POLICY_VERSION_MINIMUM=3.5
4142 )
4243 else ()
4344 message (WARNING "The Fortran compiler vendor is Cray so FFTW3 will not be built. We will use cray-fftw instead." )
@@ -95,11 +96,9 @@ if (MFC_SILO)
9596
9697 ExternalProject_Add (silo
9798 GIT_REPOSITORY "https://github.com/LLNL/Silo"
98- GIT_TAG 4.12.0
99+ GIT_TAG 4.12.1-pre1
99100 GIT_SHALLOW ON
100101 GIT_PROGRESS ON
101- PATCH_COMMAND "${GIT_EXECUTABLE} " stash
102- && "${GIT_EXECUTABLE} " apply "${CMAKE_SOURCE_DIR} /Silo.patch"
103102 CMAKE_ARGS -DSILO_ENABLE_SHARED=OFF
104103 -DSILO_ENABLE_SILOCK=OFF
105104 -DSILO_ENABLE_BROWSER=OFF
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments