diff --git a/CMakeLists.txt b/CMakeLists.txt index dcfcc1ee1e4..b8292a032e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -654,6 +654,9 @@ if(UNIX) elseif(LSB_RELEASE_ID_SHORT MATCHES "CentOS") set(ENERGYPLUS_EXPECTED_HASH 6fb9360c50ca797d16f74e167dd8b7ce) set(ENERGYPLUS_PLATFORM "Linux-CentOS7.9.2009-x86_64") + elseif(LSB_RELEASE_ID_SHORT MATCHES "AlmaLinux") + set(ENERGYPLUS_EXPECTED_HASH 67f00826449aad725a5a5b56fe0ec76a) + set(ENERGYPLUS_PLATFORM "Linux-AlmaLinux9.6-x86_64") else() if(LSB_RELEASE_VERSION_SHORT MATCHES "24.04") if (ARCH MATCHES "arm64") diff --git a/ruby/test/CMakeLists.txt b/ruby/test/CMakeLists.txt index 2ceb5e7b166..1af44397706 100644 --- a/ruby/test/CMakeLists.txt +++ b/ruby/test/CMakeLists.txt @@ -23,6 +23,7 @@ if(BUILD_TESTING) "/usr/share/rvm/rubies/ruby-3.2.2/bin/" "$ENV{HOME}/.rvm/rubies/ruby-3.2.2/bin/" "$ENV{HOME}/.rbenv/versions/3.2.2/bin/" + "/opt/rbenv/versions/3.2.2/bin/" "C:/Ruby32-x64/bin/"