Skip to content

Commit

Permalink
Rename project name from SEACASProj to Seacas
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Jun 15, 2022
1 parent d40a3a2 commit 8fd5c3d
Show file tree
Hide file tree
Showing 25 changed files with 178 additions and 178 deletions.
20 changes: 10 additions & 10 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,16 @@ build_script:
-DNetCDF_ROOT:PATH=%LIB_ROOT% ^
-DSEACASExodus_ENABLE_THREADSAFE:BOOL=OFF ^
-DSEACASIoss_ENABLE_THREADSAFE:BOOL=OFF ^
-DSEACASProj_ENABLE_ALL_OPTIONAL_PACKAGES:BOOL=ON ^
-DSEACASProj_ENABLE_ALL_PACKAGES:BOOL=ON ^
-DSEACASProj_ENABLE_DOXYGEN:BOOL=OFF ^
-DSEACASProj_ENABLE_Fortran=OFF ^
-DSEACASProj_ENABLE_SEACAS:BOOL=ON ^
-DSEACASProj_ENABLE_SECONDARY_TESTED_CODE:BOOL=ON ^
-DSEACASProj_ENABLE_TESTS=ON ^
-DSEACASProj_ENABLE_Zoltan:BOOL=OFF ^
-DSEACASProj_HIDE_DEPRECATED_CODE:BOOL=ON ^
-DSEACASProj_SKIP_FORTRANCINTERFACE_VERIFY_TEST:BOOL=ON ^
-DSeacas_ENABLE_ALL_OPTIONAL_PACKAGES:BOOL=ON ^
-DSeacas_ENABLE_ALL_PACKAGES:BOOL=ON ^
-DSeacas_ENABLE_DOXYGEN:BOOL=OFF ^
-DSeacas_ENABLE_Fortran=OFF ^
-DSeacas_ENABLE_SEACAS:BOOL=ON ^
-DSeacas_ENABLE_SECONDARY_TESTED_CODE:BOOL=ON ^
-DSeacas_ENABLE_TESTS=ON ^
-DSeacas_ENABLE_Zoltan:BOOL=OFF ^
-DSeacas_HIDE_DEPRECATED_CODE:BOOL=ON ^
-DSeacas_SKIP_FORTRANCINTERFACE_VERIFY_TEST:BOOL=ON ^
-DTPL_ENABLE_ADIOS2:BOOL=OFF ^
-DTPL_ENABLE_CGNS:BOOL=OFF ^
-DTPL_ENABLE_Kokkos:BOOL=OFF ^
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ SNTools.project
*.settings
*ioss.doxygen.warn
*ioss.tags
SEACASProjRepoVersion.txt
SeacasRepoVersion.txt
TPL/adios2/ADIOS2/
TPL/cgns/CGNS/
TPL/data-warehouse-release
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# We set the project name in a separate file so CTest scripts can use it.
INCLUDE(${CMAKE_SOURCE_DIR}/ProjectName.cmake)

SET(SEACASProj_ENABLE_CXX11_DEFAULT ON)
SET(SEACASProj_ENABLE_Zoltan_DEFAULT ON)
SET(Seacas_ENABLE_CXX11_DEFAULT ON)
SET(Seacas_ENABLE_Zoltan_DEFAULT ON)

# Define the TriBITS minimum required CMake version
SET(TRIBITS_CMAKE_MINIMUM_REQUIRED 3.17.0)
Expand Down Expand Up @@ -40,7 +40,7 @@ SET(${PROJECT_NAME}_EXCLUDE_DISABLED_SUBPACKAGES_FROM_DISTRIBUTION_DEFAULT FALSE

SET(TPL_ENABLE_Pthread OFF CACHE BOOL "")

OPTION(SEACASProj_ENABLE_DOXYGEN "Enable Doxygen documentation creation." OFF)
OPTION(Seacas_ENABLE_DOXYGEN "Enable Doxygen documentation creation." OFF)

# Do all of the processing for this Tribits project
TRIBITS_PROJECT()
Expand Down
2 changes: 1 addition & 1 deletion PackagesList.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Define the SEACASProj packages
# Define the Seacas packages
#
TRIBITS_REPOSITORY_DEFINE_PACKAGES(
Zoltan packages/zoltan PT
Expand Down
2 changes: 1 addition & 1 deletion ProjectName.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Must set the project name at very beginning before including anything else
SET(PROJECT_NAME SEACASProj)
SET(PROJECT_NAME Seacas)

# Turn on export dependency generation for WrapExteranl package
SET(${PROJECT_NAME}_GENERATE_EXPORT_FILE_DEPENDENCIES_DEFAULT ON)
Expand Down
2 changes: 1 addition & 1 deletion README-KOKKOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ If using your own cmake script or directly calling cmake, be sure to do the foll
If using CUDA as the backend, OpenMP can still be enabled.

```bash
-D SEACASProj_ENABLE_OpenMP:Bool=ON
-D Seacas_ENABLE_OpenMP:Bool=ON
-D TPL_ENABLE_Pthread:Bool=OFF
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ parallel capability enabled (if applicable). You can then continue
with the steps outlined in the previous section.

## Testing
There are a few unit tests for zoltan, exodus, ioss, and aprepro that can be run via `make test` or `ctest` if you configured with `-D SEACASProj_ENABLE_TESTS=YES`.
There are a few unit tests for zoltan, exodus, ioss, and aprepro that can be run via `make test` or `ctest` if you configured with `-D Seacas_ENABLE_TESTS=YES`.

There is also a system-level test that just verifies that the applications can read and write exodus files correctly. This test runs off of the installed applications. To run do:

Expand Down
2 changes: 1 addition & 1 deletion TPLsList.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# such dependencies exist).
#

SET( SEACASProj_TPLS_FINDMODS_CLASSIFICATIONS
SET( Seacas_TPLS_FINDMODS_CLASSIFICATIONS
GTest "cmake/TPLs/" PT
Zlib "cmake/TPLs/" SS
HDF5 "${${PROJECT_NAME}_TRIBITS_DIR}/common_tpls/" SS
Expand Down
10 changes: 5 additions & 5 deletions Version.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SET(SEACASProj_VERSION 2.0)
SET(SEACASProj_MAJOR_VERSION 2)
SET(SEACASProj_MAJOR_MINOR_VERSION 020000)
SET(SEACASProj_VERSION_STRING "2.0 (Dev)")
SET(SEACASProj_ENABLE_DEVELOPMENT_MODE_DEFAULT ON) # Change to 'OFF' for a release
SET(Seacas_VERSION 2.0)
SET(Seacas_MAJOR_VERSION 2)
SET(Seacas_MAJOR_MINOR_VERSION 020000)
SET(Seacas_VERSION_STRING "2.0 (Dev)")
SET(Seacas_ENABLE_DEVELOPMENT_MODE_DEFAULT ON) # Change to 'OFF' for a release
106 changes: 53 additions & 53 deletions cmake-config
Original file line number Diff line number Diff line change
Expand Up @@ -168,61 +168,61 @@ fi

if [ "${APPLICATIONS}" == "YES" ] && [ "${LEGACY}" == "YES" ]
then
SUBSET_OPTIONS="-DSEACASProj_ENABLE_ALL_PACKAGES:BOOL=ON \
-DSEACASProj_ENABLE_ALL_OPTIONAL_PACKAGES:BOOL=ON \
-DSEACASProj_ENABLE_SECONDARY_TESTED_CODE:BOOL=ON"
SUBSET_OPTIONS="-DSeacas_ENABLE_ALL_PACKAGES:BOOL=ON \
-DSeacas_ENABLE_ALL_OPTIONAL_PACKAGES:BOOL=ON \
-DSeacas_ENABLE_SECONDARY_TESTED_CODE:BOOL=ON"
else
SUBSET_OPTIONS="-DSEACASProj_ENABLE_ALL_PACKAGES:BOOL=OFF \
-DSEACASProj_ENABLE_ALL_OPTIONAL_PACKAGES:BOOL=OFF \
-DSEACASProj_ENABLE_SECONDARY_TESTED_CODE:BOOL=OFF \
-DSEACASProj_ENABLE_SEACASIoss:BOOL=ON \
-DSEACASProj_ENABLE_SEACASExodus:BOOL=ON \
-DSEACASProj_ENABLE_SEACASExodus_for:BOOL=ON \
-DSEACASProj_ENABLE_SEACASExoIIv2for32:BOOL=ON"
SUBSET_OPTIONS="-DSeacas_ENABLE_ALL_PACKAGES:BOOL=OFF \
-DSeacas_ENABLE_ALL_OPTIONAL_PACKAGES:BOOL=OFF \
-DSeacas_ENABLE_SECONDARY_TESTED_CODE:BOOL=OFF \
-DSeacas_ENABLE_SEACASIoss:BOOL=ON \
-DSeacas_ENABLE_SEACASExodus:BOOL=ON \
-DSeacas_ENABLE_SEACASExodus_for:BOOL=ON \
-DSeacas_ENABLE_SEACASExoIIv2for32:BOOL=ON"

if [ "${APPLICATIONS}" == "YES" ]
then
SUBSET_OPTIONS="${SUBSET_OPTIONS} \
-DSEACASProj_ENABLE_SEACASAprepro:BOOL=ON \
-DSEACASProj_ENABLE_SEACASAprepro_lib:BOOL=ON \
-DSEACASProj_ENABLE_SEACASConjoin:BOOL=ON \
-DSEACASProj_ENABLE_SEACASCpup:BOOL=ON \
-DSEACASProj_ENABLE_SEACASEjoin:BOOL=ON \
-DSEACASProj_ENABLE_SEACASEpu:BOOL=ON \
-DSEACASProj_ENABLE_SEACASExo2mat:BOOL=ON \
-DSEACASProj_ENABLE_SEACASExo_format:BOOL=ON \
-DSEACASProj_ENABLE_SEACASExodiff:BOOL=ON \
-DSEACASProj_ENABLE_SEACASMat2exo:BOOL=ON \
-DSEACASProj_ENABLE_SEACASNemslice:BOOL=ON \
-DSEACASProj_ENABLE_SEACASSlice:BOOL=ON \
-DSEACASProj_ENABLE_SEACASZellij:BOOL=ON \
-DSEACASProj_ENABLE_SEACASNemspread:BOOL=ON"
-DSeacas_ENABLE_SEACASAprepro:BOOL=ON \
-DSeacas_ENABLE_SEACASAprepro_lib:BOOL=ON \
-DSeacas_ENABLE_SEACASConjoin:BOOL=ON \
-DSeacas_ENABLE_SEACASCpup:BOOL=ON \
-DSeacas_ENABLE_SEACASEjoin:BOOL=ON \
-DSeacas_ENABLE_SEACASEpu:BOOL=ON \
-DSeacas_ENABLE_SEACASExo2mat:BOOL=ON \
-DSeacas_ENABLE_SEACASExo_format:BOOL=ON \
-DSeacas_ENABLE_SEACASExodiff:BOOL=ON \
-DSeacas_ENABLE_SEACASMat2exo:BOOL=ON \
-DSeacas_ENABLE_SEACASNemslice:BOOL=ON \
-DSeacas_ENABLE_SEACASSlice:BOOL=ON \
-DSeacas_ENABLE_SEACASZellij:BOOL=ON \
-DSeacas_ENABLE_SEACASNemspread:BOOL=ON"

if [ "${FORTRAN}" == "YES" ]
then
SUBSET_OPTIONS="${SUBSET_OPTIONS} \
-DSEACASProj_ENABLE_SEACASExplore:BOOL=ON \
-DSEACASProj_ENABLE_SEACASGrepos:BOOL=ON"
-DSeacas_ENABLE_SEACASExplore:BOOL=ON \
-DSeacas_ENABLE_SEACASGrepos:BOOL=ON"
fi

elif [ "${LEGACY}" == "YES" ] && [ "${FORTRAN}" == "YES" ]
then
SUBSET_OPTIONS="${SUBSET_OPTIONS} \
-DSEACASProj_ENABLE_SEACASAlgebra:BOOL=ON \
-DSEACASProj_ENABLE_SEACASBlot:BOOL=ON \
-DSEACASProj_ENABLE_SEACASEx1ex2v2:BOOL=ON \
-DSEACASProj_ENABLE_SEACASEx2ex1v2:BOOL=ON \
-DSEACASProj_ENABLE_SEACASExomatlab:BOOL=ON \
-DSEACASProj_ENABLE_SEACASExotec2:BOOL=ON \
-DSEACASProj_ENABLE_SEACASExotxt:BOOL=ON \
-DSEACASProj_ENABLE_SEACASFastq:BOOL=ON \
-DSEACASProj_ENABLE_SEACASGen3D:BOOL=ON \
-DSEACASProj_ENABLE_SEACASGenshell:BOOL=ON \
-DSEACASProj_ENABLE_SEACASGjoin:BOOL=ON \
-DSEACASProj_ENABLE_SEACASMapvar:BOOL=ON \
-DSEACASProj_ENABLE_SEACASMapvar-kd:BOOL=ON \
-DSEACASProj_ENABLE_SEACASNemesis:BOOL=ON \
-DSEACASProj_ENABLE_SEACASTxtexo:BOOL=ON"
-DSeacas_ENABLE_SEACASAlgebra:BOOL=ON \
-DSeacas_ENABLE_SEACASBlot:BOOL=ON \
-DSeacas_ENABLE_SEACASEx1ex2v2:BOOL=ON \
-DSeacas_ENABLE_SEACASEx2ex1v2:BOOL=ON \
-DSeacas_ENABLE_SEACASExomatlab:BOOL=ON \
-DSeacas_ENABLE_SEACASExotec2:BOOL=ON \
-DSeacas_ENABLE_SEACASExotxt:BOOL=ON \
-DSeacas_ENABLE_SEACASFastq:BOOL=ON \
-DSeacas_ENABLE_SEACASGen3D:BOOL=ON \
-DSeacas_ENABLE_SEACASGenshell:BOOL=ON \
-DSeacas_ENABLE_SEACASGjoin:BOOL=ON \
-DSeacas_ENABLE_SEACASMapvar:BOOL=ON \
-DSeacas_ENABLE_SEACASMapvar-kd:BOOL=ON \
-DSeacas_ENABLE_SEACASNemesis:BOOL=ON \
-DSeacas_ENABLE_SEACASTxtexo:BOOL=ON"
fi
fi

Expand All @@ -246,7 +246,7 @@ SHARED=$(check_valid SHARED)
if [ "${CRAY}" == "YES" ] && [ "${SHARED}" == "NO" ]
then
# Assumes we build our own static zlib with CRAY
EXTRA_LIB=-DSEACASProj_EXTRA_LINK_FLAGS=${INSTALL_PATH}/lib/libz.a
EXTRA_LIB=-DSeacas_EXTRA_LINK_FLAGS=${INSTALL_PATH}/lib/libz.a
fi

### Switch for Debug or Release build:
Expand Down Expand Up @@ -285,7 +285,7 @@ THREADSAFE=${THREADSAFE:-NO}
THREADSAFE=$(check_valid THREADSAFE)

if [ "$THREADSAFE" == "YES" ] ; then
THREAD_SAFE_OPT="-DSEACASProj_EXTRA_LINK_FLAGS=-lpthread"
THREAD_SAFE_OPT="-DSeacas_EXTRA_LINK_FLAGS=-lpthread"
fi


Expand Down Expand Up @@ -358,7 +358,7 @@ then
LD_EXT="so"
fi
else
EXTRA_LIB="-DSEACASProj_EXTRA_LINK_FLAGS=z;dl -DSEACASExodus_ENABLE_SHARED:BOOL=OFF"
EXTRA_LIB="-DSeacas_EXTRA_LINK_FLAGS=z;dl -DSEACASExodus_ENABLE_SHARED:BOOL=OFF"
LD_EXT="a"
fi

Expand Down Expand Up @@ -421,7 +421,7 @@ fi

### You can add these below if you want more verbosity...
#-D CMAKE_VERBOSE_MAKEFILE:BOOL=ON \
#-D SEACASProj_VERBOSE_CONFIGURE=ON \
#-D Seacas_VERBOSE_CONFIGURE=ON \

### You can add these below to regenerate the flex and bison files for
### aprepro and aprepro_lib May have to touch aprepro.l aprepro.y
Expand Down Expand Up @@ -462,19 +462,19 @@ cmake -G "${GENERATOR}" \
-D CMAKE_CXX_FLAGS="${CXXFLAGS} ${CXX_WARNING_FLAGS} ${SANITIZE}" \
-D CMAKE_C_FLAGS="${CFLAGS} ${C_WARNING_FLAGS} ${SANITIZE}" \
-D CMAKE_Fortran_FLAGS="${FFLAGS} ${F77_WARNING_FLAGS} ${SANITIZE}" \
-D SEACASProj_ENABLE_STRONG_C_COMPILE_WARNINGS=${EXTRA_WARNINGS} \
-D SEACASProj_ENABLE_STRONG_CXX_COMPILE_WARNINGS=${EXTRA_WARNINGS} \
-D Seacas_ENABLE_STRONG_C_COMPILE_WARNINGS=${EXTRA_WARNINGS} \
-D Seacas_ENABLE_STRONG_CXX_COMPILE_WARNINGS=${EXTRA_WARNINGS} \
-D CMAKE_INSTALL_RPATH:PATH=${INSTALL_PATH}/lib \
-D BUILD_SHARED_LIBS:BOOL=${SHARED} \
-D CMAKE_BUILD_TYPE=${BUILD_TYPE} \
${SUBSET_OPTIONS} \
-D SEACASProj_ENABLE_Zoltan:BOOL=${ZOLTAN} \
-D SEACASProj_ENABLE_TESTS=ON \
-D Seacas_ENABLE_Zoltan:BOOL=${ZOLTAN} \
-D Seacas_ENABLE_TESTS=ON \
-D CMAKE_INSTALL_PREFIX:PATH=${INSTALL_PATH} \
-D SEACASProj_SKIP_FORTRANCINTERFACE_VERIFY_TEST:BOOL=ON \
-D SEACASProj_HIDE_DEPRECATED_CODE:BOOL=${OMIT_DEPRECATED_CODE} \
-D SEACASProj_ENABLE_DOXYGEN:BOOL=${DOXYGEN} \
-D SEACASProj_ENABLE_Fortran=${FORTRAN} \
-D Seacas_SKIP_FORTRANCINTERFACE_VERIFY_TEST:BOOL=ON \
-D Seacas_HIDE_DEPRECATED_CODE:BOOL=${OMIT_DEPRECATED_CODE} \
-D Seacas_ENABLE_DOXYGEN:BOOL=${DOXYGEN} \
-D Seacas_ENABLE_Fortran=${FORTRAN} \
${EXTRA_LIB} \
\
-D TPL_ENABLE_Netcdf:BOOL=${HAVE_NETCDF} \
Expand Down
12 changes: 6 additions & 6 deletions cmake-config-kokkos
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ then
else
export OMPI_CXX=`which gcc`
unset CUDA_MANAGED_FORCE_DEVICE_ALLOC
KOKKOS_SYMBOLS="-D SEACASProj_ENABLE_OpenMP:Bool=ON -D TPL_ENABLE_Pthread:Bool=OFF"
KOKKOS_SYMBOLS="-D Seacas_ENABLE_OpenMP:Bool=ON -D TPL_ENABLE_Pthread:Bool=OFF"
fi


Expand All @@ -61,15 +61,15 @@ cmake \
-D CMAKE_INSTALL_RPATH:PATH=${INSTALL_PATH}/lib \
-D BUILD_SHARED_LIBS:BOOL=ON \
-D CMAKE_BUILD_TYPE=${BUILD_TYPE} \
-D SEACASProj_ENABLE_ALL_PACKAGES:BOOL=ON \
-D SEACASProj_ENABLE_ALL_OPTIONAL_PACKAGES:BOOL=ON \
-D SEACASProj_ENABLE_SECONDARY_TESTED_CODE:BOOL=ON \
-D SEACASProj_ENABLE_TESTS=ON \
-D Seacas_ENABLE_ALL_PACKAGES:BOOL=ON \
-D Seacas_ENABLE_ALL_OPTIONAL_PACKAGES:BOOL=ON \
-D Seacas_ENABLE_SECONDARY_TESTED_CODE:BOOL=ON \
-D Seacas_ENABLE_TESTS=ON \
-D CMAKE_INSTALL_PREFIX:PATH=${INSTALL_PATH} \
-D CMAKE_CXX_COMPILER:FILEPATH=${CXX} \
-D CMAKE_C_COMPILER:FILEPATH=${CC} \
-D CMAKE_Fortran_COMPILER:FILEPATH=${FC} \
-D SEACASProj_SKIP_FORTRANCINTERFACE_VERIFY_TEST:BOOL=ON \
-D Seacas_SKIP_FORTRANCINTERFACE_VERIFY_TEST:BOOL=ON \
\
-D TPL_ENABLE_Netcdf:BOOL=ON \
-D TPL_ENABLE_Matio:BOOL=ON \
Expand Down
24 changes: 12 additions & 12 deletions cmake-exodus
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ SHARED=$(check_valid SHARED)
if [ "${CRAY}" == "YES" ] && [ "${SHARED}" == "NO" ]
then
# Assumes we build our own static zlib with CRAY
CRAY_OPT=-DSEACASProj_EXTRA_LINK_FLAGS=${INSTALL_PATH}/lib/libz.a
CRAY_OPT=-DSeacas_EXTRA_LINK_FLAGS=${INSTALL_PATH}/lib/libz.a
fi

### Switch for Debug or Release build:
Expand Down Expand Up @@ -191,7 +191,7 @@ THREADSAFE=${THREADSAFE:-NO}
THREADSAFE=$(check_valid THREADSAFE)

if [ "$THREADSAFE" == "YES" ] ; then
THREAD_SAFE_OPT="-DSEACASProj_EXTRA_LINK_FLAGS=-lpthread"
THREAD_SAFE_OPT="-DSeacas_EXTRA_LINK_FLAGS=-lpthread"
fi

function check_enable()
Expand Down Expand Up @@ -288,7 +288,7 @@ fi

### You can add these below if you want more verbosity...
#-D CMAKE_VERBOSE_MAKEFILE:BOOL=ON \
#-D SEACASProj_VERBOSE_CONFIGURE=ON \
#-D Seacas_VERBOSE_CONFIGURE=ON \

### You can add these below to regenerate the flex and bison files for
### aprepro and aprepro_lib May have to touch aprepro.l aprepro.y
Expand Down Expand Up @@ -328,20 +328,20 @@ cmake -G "${GENERATOR}" \
-D CMAKE_CXX_FLAGS="${CXXFLAGS} ${CXX_WARNING_FLAGS} ${SANITIZE}" \
-D CMAKE_C_FLAGS="${CFLAGS} ${C_WARNING_FLAGS} ${SANITIZE}" \
-D CMAKE_Fortran_FLAGS="${FFLAGS} ${F77_WARNING_FLAGS} ${SANITIZE}" \
-D SEACASProj_ENABLE_STRONG_C_COMPILE_WARNINGS=${EXTRA_WARNINGS} \
-D SEACASProj_ENABLE_STRONG_CXX_COMPILE_WARNINGS=${EXTRA_WARNINGS} \
-D Seacas_ENABLE_STRONG_C_COMPILE_WARNINGS=${EXTRA_WARNINGS} \
-D Seacas_ENABLE_STRONG_CXX_COMPILE_WARNINGS=${EXTRA_WARNINGS} \
-D CMAKE_INSTALL_RPATH:PATH=${INSTALL_PATH}/lib \
-D BUILD_SHARED_LIBS:BOOL=${SHARED} \
-D CMAKE_BUILD_TYPE=${BUILD_TYPE} \
-D SEACASProj_ENABLE_SEACASExodus=YES \
-D SEACASProj_ENABLE_SEACASExodus_for=${FORTRAN} \
-D SEACASProj_ENABLE_SEACASExoIIv2for32=${FORTRAN} \
-D SEACASProj_ENABLE_TESTS=YES \
-D Seacas_ENABLE_SEACASExodus=YES \
-D Seacas_ENABLE_SEACASExodus_for=${FORTRAN} \
-D Seacas_ENABLE_SEACASExoIIv2for32=${FORTRAN} \
-D Seacas_ENABLE_TESTS=YES \
-D SEACASExodus_ENABLE_STATIC:BOOL=${STATIC} \
-D CMAKE_INSTALL_PREFIX:PATH=${INSTALL_PATH} \
-D SEACASProj_SKIP_FORTRANCINTERFACE_VERIFY_TEST:BOOL=YES \
-D SEACASProj_HIDE_DEPRECATED_CODE:BOOL=${OMIT_DEPRECATED_CODE} \
-D SEACASProj_ENABLE_Fortran=${FORTRAN} \
-D Seacas_SKIP_FORTRANCINTERFACE_VERIFY_TEST:BOOL=YES \
-D Seacas_HIDE_DEPRECATED_CODE:BOOL=${OMIT_DEPRECATED_CODE} \
-D Seacas_ENABLE_Fortran=${FORTRAN} \
${CRAY_OPT} \
\
-D TPL_ENABLE_Netcdf:BOOL=${HAVE_NETCDF} \
Expand Down
Loading

0 comments on commit 8fd5c3d

Please sign in to comment.