summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-03-18 02:13:16 (GMT)
committerGitHub <noreply@github.com>2023-03-18 02:13:16 (GMT)
commitbe54deeacce621ab974a98c8277496c54393c35c (patch)
treecc1f0c634a26c165a4150eeb2f6ede82ed734bc5 /config
parenta98d6301ee09f3117400d539efcd5e3892f171bd (diff)
downloadhdf5-be54deeacce621ab974a98c8277496c54393c35c.zip
hdf5-be54deeacce621ab974a98c8277496c54393c35c.tar.gz
hdf5-be54deeacce621ab974a98c8277496c54393c35c.tar.bz2
Change libaec URL to actively maintained repo GH#2552 (#2561)
* Change libaec URL to actively maintained repo GH#2552 * Remove duplicated https
Diffstat (limited to 'config')
-rw-r--r--config/cmake/README.md.cmake.in4
-rw-r--r--config/cmake/cacheinit.cmake2
2 files changed, 3 insertions, 3 deletions
diff --git a/config/cmake/README.md.cmake.in b/config/cmake/README.md.cmake.in
index b60e729..d7e4bc4 100644
--- a/config/cmake/README.md.cmake.in
+++ b/config/cmake/README.md.cmake.in
@@ -25,8 +25,8 @@ The official ZLIB and SZIP/Libaec pages are at:
ZLIB: https://git.savannah.gnu.org/cgit/gzip.git/
https://git.savannah.gnu.org/cgit/gzip.git/tree/COPYING
- SZIP/Libaec: https://gitlab.dkrz.de/k202009/libaec
- https://gitlab.dkrz.de/k202009/libaec/-/blob/master/Copyright.txt
+ SZIP/Libaec: https://github.com/MathisRosenhauer/libaec
+ https://github.com/MathisRosenhauer/libaec/blob/master/LICENSE.txt
Installation
diff --git a/config/cmake/cacheinit.cmake b/config/cmake/cacheinit.cmake
index 41293ef..7c5cc1e 100644
--- a/config/cmake/cacheinit.cmake
+++ b/config/cmake/cacheinit.cmake
@@ -59,7 +59,7 @@ set (LIBAEC_PACKAGE_NAME "libaec" CACHE STRING "Name of AEC SZIP package" FORCE)
set (SZIP_TGZ_NAME "SZip.tar.gz" CACHE STRING "Use SZip from compressed file" FORCE)
set (SZAEC_TGZ_NAME "LIBAEC.tar.gz" CACHE STRING "Use SZip AEC from compressed file" FORCE)
set (USE_LIBAEC ON CACHE BOOL "Use libaec szip replacement" FORCE)
-set (LIBAEC_TGZ_ORIGPATH "https://gitlab.dkrz.de/k202009/libaec/-/archive/v1.0.6" CACHE STRING "Use LIBAEC from original location" FORCE)
+set (LIBAEC_TGZ_ORIGPATH "https://github.com/MathisRosenhauer/libaec/releases/download/v1.0.6/libaec-1.0.6.tar.gz" CACHE STRING "Use LIBAEC from original location" FORCE)
set (LIBAEC_TGZ_ORIGNAME "libaec-v1.0.6.tar.gz" CACHE STRING "Use LIBAEC from original compressed file" FORCE)
set (LIBAEC_USE_LOCALCONTENT OFF CACHE BOOL "Use local file for LIBAEC FetchContent" FORCE)