Skip to content

Commit

Permalink
Update ParaView version and SHA key
Browse files Browse the repository at this point in the history
  • Loading branch information
UmarAbubacar committed Jan 17, 2024
1 parent 6421bf9 commit 11e9453
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmake/external/ParaView.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ if(APPLE AND "${DETECTED_ARCH}" STREQUAL "i386")
# The build was fixed with a reupload and carries the additional tag cm233.
SET(PARAVIEW_TAR_FILE paraview_v5.10.0_cm323_${DETECTED_OS_VERS}_default.tar.gz)
elseif(APPLE AND "${DETECTED_ARCH}" STREQUAL "arm64")
SET(PARAVIEW_TAR_FILE paraview_v5.10.0_osx-14.1-arm64_default.tar.gz)
SET(PARAVIEW_TAR_FILE paraview_v5.10.0_${DETECTED_OS_VERS}_default.tar.gz)
else()
SET(PARAVIEW_TAR_FILE paraview_v5.9.0_${DETECTED_OS_VERS}_default.tar.gz)
endif()
set(PARAVIEW_SHA_KEY osx-14.1-arm64-ParaView)
set(PARAVIEW_SHA_KEY ${DETECTED_OS_VERS}-ParaView)
set(PARAVIEW_SHA ${${PARAVIEW_SHA_KEY}})

message(STATUS "Using ParaView tarball : ${PARAVIEW_TAR_FILE}")
Expand Down
3 changes: 2 additions & 1 deletion cmake/external/SHA256Digests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ SET(osx-14.0-i386-ParaView d2e89df30ab0e2729b28539de37753e09c061b4c434b0a68e8055
SET(osx-14.0-arm64-ParaView 5e89b785ac0c56bbca31e2ae101a8986953e90227fe42a1ef7adcc70a0ff6fc4)
SET(osx-14.1-i386-ParaView d2e89df30ab0e2729b28539de37753e09c061b4c434b0a68e80554f7fa617ccb)
SET(osx-14.1-arm64-ParaView 5e89b785ac0c56bbca31e2ae101a8986953e90227fe42a1ef7adcc70a0ff6fc4)
SET(osx-14.2-i386-ParaView d2e89df30ab0e2729b28539de37753e09c061b4c434b0a68e80554f7fa617ccb)
SET(osx-14.2-arm64-ParaView 5e89b785ac0c56bbca31e2ae101a8986953e90227fe42a1ef7adcc70a0ff6fc4)
SET(osx-xcode-13.1-i386-ROOT be97dd72022c8d082fbe4394f18b55c4920f20b138cfff1b5fc2b41d397ac203)
SET(osx-xcode-13.1-arm64-ROOT 0a55b91c6df42d152b7943912e134f05c3872a73e73fcc129ee87fd847240ec8)
SET(osx-xcode-14.1-i386-ROOT 001311608512b24535bb9710b8baf006bd00e9b0595fd6bdf900d28b1e22c395)
Expand Down Expand Up @@ -82,4 +84,3 @@ SET(centos-7-Libroadrunner a0b49487a28aedc4b909a71c66263d4a388964008e2b23073dd74
SET(centos-7-ParaView 45d545e75baf32c9fe30944781b4f6b172d4efd7d6cd794dcd19ec671cc5ead0)
SET(centos-7-Qt 4308621ff9ec84585c3aead92a9d2de787b3c700323333b6e78ed45d04a0d2a4)
SET(centos-7-ROOT bc7c850834755896d0d669ab45caf59bdd8357284946a5d6ac7179278f6a26af)

0 comments on commit 11e9453

Please sign in to comment.