Skip to content

Commit

Permalink
fix sierra config site for conduit (#20147) (#20148)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinPrivitera authored Dec 17, 2024
1 parent 3f1127a commit 02347a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config-site/sierra4358.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ VISIT_OPTION_DEFAULT(VISIT_SILO_LIBDEP HDF5_LIBRARY_DIR hdf5 ${VISIT_HDF5_LIBDEP
##
## Conduit
##
SETUP_APP_VERSION(CONDUIT 0.9.1)
VISIT_OPTION_DEFAULT(VISIT_CONDUIT_DIR ${VISITHOME}/conduit/v0.9.1/${VISITARCH})
SETUP_APP_VERSION(CONDUIT 0.9.2)
VISIT_OPTION_DEFAULT(VISIT_CONDUIT_DIR ${VISITHOME}/conduit/v0.9.2/${VISITARCH})
VISIT_OPTION_DEFAULT(VISIT_CONDUIT_LIBDEP HDF5_LIBRARY_DIR hdf5 ${VISIT_HDF5_LIBDEP} ${VISIT_SILO_LIBDEP} TYPE STRING)

##
Expand Down

0 comments on commit 02347a2

Please sign in to comment.