Skip to content

Commit

Permalink
Fix existing-source builds of Clara
Browse files Browse the repository at this point in the history
  • Loading branch information
benson31 committed May 6, 2024
1 parent b6188e3 commit a68af64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions scripts/superbuild/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ lbann_sb_add_packages(
# {Conduit, OpenCV, Hydrogen}, so I'm just going to let you do that).

# Add the TPL subdirectories
set(_GIT_REPOSITORY_TAG "GIT_REPOSITORY")
set(_GIT_TAG_TAG "GIT_TAG")
foreach (pkg ${LBANN_SB_BUILD_PKGS})
if (LBANN_SB_BUILD_${pkg})
string(TOLOWER "${pkg}" pkg_lower)
Expand Down
4 changes: 2 additions & 2 deletions scripts/superbuild/clara/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ ExternalProject_Add(Clara
INSTALL_DIR ${LBANN_SB_Clara_PREFIX}
BUILD_IN_SOURCE 1

${_GIT_REPOSITORY_TAG} ${LBANN_SB_Clara_URL}
${_GIT_TAG_TAG} ${LBANN_SB_Clara_TAG}
${LBANN_SB_GIT_REPOSITORY_TAG} ${LBANN_SB_Clara_URL}
${LBANN_SB_GIT_TAG_TAG} ${LBANN_SB_Clara_TAG}

USES_TERMINAL_INSTALL 1
LOG_DOWNLOAD 1
Expand Down

0 comments on commit a68af64

Please sign in to comment.