Skip to content

Commit

Permalink
Merge pull request #144 from wistaria/alpscore
Browse files Browse the repository at this point in the history
[alpscore] workaround for hdf5 1.14.3
  • Loading branch information
wistaria authored Jan 27, 2024
2 parents af1d5b4 + e9b4b69 commit 03eb35c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions apps/alpscore/patch/alpscore-2.3.1.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
diff -urN ALPSCore-2.3.1.orig/common/cmake/ALPSCommonModuleDefinitions.cmake ALPSCore-2.3.1/common/cmake/ALPSCommonModuleDefinitions.cmake
--- ALPSCore-2.3.1.orig/common/cmake/ALPSCommonModuleDefinitions.cmake 2023-09-16 04:45:38
+++ ALPSCore-2.3.1/common/cmake/ALPSCommonModuleDefinitions.cmake 2024-01-27 11:10:57
@@ -163,8 +163,8 @@
if (ALPS_BUILD_SHARED)
set(HDF5_USE_STATIC_LIBRARIES OFF)
endif()
- set(HDF5_NO_FIND_PACKAGE_CONFIG_FILE TRUE)
- find_package (HDF5 1.10.2 REQUIRED)
+ # set(HDF5_NO_FIND_PACKAGE_CONFIG_FILE TRUE)
+ find_package (HDF5 REQUIRED)
message(STATUS "HDF5 includes: ${HDF5_INCLUDE_DIRS}" )
message(STATUS "HDF5 libs: ${HDF5_LIBRARIES}" )
message(STATUS "HDF5 version: ${HDF5_VERSION}" )
2 changes: 1 addition & 1 deletion apps/alpscore/version.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ALPSCORE_VERSION="2.3.1"
ALPSCORE_MA_REVISION=1
ALPSCORE_MA_REVISION=2

__NAME__=alpscore
__VERSION__=${ALPSCORE_VERSION}
Expand Down

0 comments on commit 03eb35c

Please sign in to comment.