head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.10 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.8 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.6 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.4 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.2 pkgsrc-2025Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2025.03.05.06.24.20; author adam; state Exp; branches; next ; commitid BiYetWxxfSJPmQLF; desc @@ 1.1 log @hdf5: updated to 1.14.6 1.14.6 This is a maintenance release with some minor new changes: Reverted a change to the library’s handling of UTF-8 file names. A change was made in the HDF5 1.14.4 release to address some issues with the library’s handling of code pages and file paths on Windows. This change introduced other issues with handling UTF-8 file names that caused breakage for software using the 1.14.4 and 1.14.5 releases of HDF5. The change has been reverted for this release and will be addressed differently in a future release. If you use 1.14.4 or 1.14.5 and are happy with how UTF-8 file names are handled in those versions, do not update to 1.14.6. Added support for native, i.e., built-into-the HDF5 library, zlib-ng compression. CMake find package call also finds system zlib. Modified the CMake logic for finding the libaec compression library, a drop-in replacement for szip, for a system-installed library version. Removed the CMake module search find_package for the szip library. @ text @$NetBSD$ On Darwin, do not install binaries with @@rpath. --- config/cmake/HDFMacros.cmake.orig 2025-03-03 17:00:50.920692184 +0000 +++ config/cmake/HDFMacros.cmake @@@@ -466,7 +466,7 @@@@ macro (HDF_DIR_PATHS package_prefix) # add the automatically determined parts of the RPATH # which point to directories outside the build tree to the install RPATH set (CMAKE_BUILD_WITH_INSTALL_RPATH ON) - if (APPLE) + if (FALSE) set (CMAKE_INSTALL_NAME_DIR "@@rpath") set (CMAKE_INSTALL_RPATH "@@executable_path/../${${package_prefix}_INSTALL_LIB_DIR}" @