Skip to content

Commit 3331df0

Browse files
jmarrecwenyikuang
authored andcommitted
Fix #5281 - Use rebuilt E+ with correct entitlements
1 parent 8cccf80 commit 3331df0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CMakeLists.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -638,11 +638,15 @@ endif()
638638

639639
if(UNIX)
640640
if(APPLE)
641+
# TODO: temp for #5281 - Resigned with a different entitlements to avoid an issue when we pip install stuff into the E+ dir with native comps (numpy for eg)
642+
set(ENERGYPLUS_REPO "jmarrec")
643+
set(ENERGYPLUS_RELEASE_NAME "v24.2.0a-entitlements")
644+
641645
if (ARCH MATCHES "arm64")
642-
set(ENERGYPLUS_EXPECTED_HASH f36afc055a675ae95523d6f41ec478c0)
646+
set(ENERGYPLUS_EXPECTED_HASH 29616d6aa23e2fc0f71362da9794ef08)
643647
set(ENERGYPLUS_PLATFORM "Darwin-macOS13-arm64")
644648
else()
645-
set(ENERGYPLUS_EXPECTED_HASH b2003c461277c0bd4e91a4c003b350ac)
649+
set(ENERGYPLUS_EXPECTED_HASH 21bdad40fbc560b4b382469ef9f96936)
646650
set(ENERGYPLUS_PLATFORM "Darwin-macOS12.1-x86_64")
647651
endif()
648652
elseif(LSB_RELEASE_ID_SHORT MATCHES "CentOS")

0 commit comments

Comments
 (0)