aboutsummaryrefslogtreecommitdiff
path: root/science/highfive
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-11-22 15:29:51 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-11-22 22:05:34 +0000
commit42ebce1ef3a9d48220a2ada0609afc556d39cf2a (patch)
tree8a3e49e7353b9964d3215b04d0bf5e6c1fb568c3 /science/highfive
parent1daf7a208e41c006b2442b9341a6c4425d0ab393 (diff)
downloadports-42ebce1ef3a9d48220a2ada0609afc556d39cf2a.tar.gz
ports-42ebce1ef3a9d48220a2ada0609afc556d39cf2a.zip
Diffstat (limited to 'science/highfive')
-rw-r--r--science/highfive/Makefile2
-rw-r--r--science/highfive/distinfo6
-rw-r--r--science/highfive/files/patch-CMake_HighFiveTargetDeps.cmake13
3 files changed, 4 insertions, 17 deletions
diff --git a/science/highfive/Makefile b/science/highfive/Makefile
index 3eab7305ad5e..739228a191db 100644
--- a/science/highfive/Makefile
+++ b/science/highfive/Makefile
@@ -1,6 +1,6 @@
PORTNAME= highfive
DISTVERSIONPREFIX= v
-DISTVERSION= 2.6.1
+DISTVERSION= 2.6.2
CATEGORIES= science devel
MAINTAINER= yuri@FreeBSD.org
diff --git a/science/highfive/distinfo b/science/highfive/distinfo
index 013051b0eae0..39ac791fc433 100644
--- a/science/highfive/distinfo
+++ b/science/highfive/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1668148962
-SHA256 (BlueBrain-HighFive-v2.6.1_GH0.tar.gz) = b5002c1221cf1821e02fb2ab891b0160bac88b43f56655bd844a472106ca3397
-SIZE (BlueBrain-HighFive-v2.6.1_GH0.tar.gz) = 506289
+TIMESTAMP = 1669149328
+SHA256 (BlueBrain-HighFive-v2.6.2_GH0.tar.gz) = ab51b9fbb49e877dd1aa7b53b4b26875f41e4e0b8ee0fc2f1d735e0d1e43d708
+SIZE (BlueBrain-HighFive-v2.6.2_GH0.tar.gz) = 506716
diff --git a/science/highfive/files/patch-CMake_HighFiveTargetDeps.cmake b/science/highfive/files/patch-CMake_HighFiveTargetDeps.cmake
deleted file mode 100644
index 307f9737c698..000000000000
--- a/science/highfive/files/patch-CMake_HighFiveTargetDeps.cmake
+++ /dev/null
@@ -1,13 +0,0 @@
-- workaround for https://github.com/BlueBrain/HighFive/issues/633
-
---- CMake/HighFiveTargetDeps.cmake.orig 2022-11-04 06:45:25 UTC
-+++ CMake/HighFiveTargetDeps.cmake
-@@ -8,7 +8,7 @@ if(NOT TARGET libdeps)
-
- # HDF5
- if(NOT DEFINED HDF5_C_LIBRARIES)
-- set(HDF5_NO_FIND_PACKAGE_CONFIG_FILE TRUE) # Consistency
-+ #set(HDF5_NO_FIND_PACKAGE_CONFIG_FILE TRUE) # Consistency
- set(HDF5_PREFER_PARALLEL ${HIGHFIVE_PARALLEL_HDF5})
- find_package(HDF5 REQUIRED)
- endif()