X Tutup
Skip to content

Commit aec0479

Browse files
BetsyMcPhailzackgalbreath
authored andcommitted
Hardcode installer version to 0.16.0 (for now)
1 parent 3b7e3fb commit aec0479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/spack/spack/cmd/installer/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/" DESTINATION "scripts")
7878
# CPACK Installer Instructions
7979
set(CPACK_PACKAGE_NAME "Spack")
8080
set(CPACK_PACKAGE_VENDOR "Lawrence Livermore National Laboratories")
81-
#set(CPACK_PACKAGE_VERSION ${SPACK_VERSION}})
81+
set(CPACK_PACKAGE_VERSION "0.16.0")
8282
set(CPACK_PACKAGE_DESCRIPTION "A flexible package manager designed to support multiple versions, configurations, platforms, and compilers.")
8383
set(CPACK_PACKAGE_HOMEPAGE_URL "https://spack.io")
8484
set(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}")

0 commit comments

Comments
 (0)
X Tutup