mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-01 16:28:09 +08:00
Change libaec URL to actively maintained repo GH#2552 (#2559)
This commit is contained in:
parent
469a93790e
commit
2ca2a300ac
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
@ -531,7 +531,7 @@ These five steps are described in detail below.
|
||||
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)
|
||||
#######################
|
||||
@ -568,7 +568,7 @@ These five steps are described in detail below.
|
||||
#######
|
||||
# fpzip
|
||||
#######
|
||||
set (FPZIP_GIT_URL "https://https://github.com/LLNL/fpzip" CACHE STRING "Use FPZIP from github repository" FORCE)
|
||||
set (FPZIP_GIT_URL "https://github.com/LLNL/fpzip" CACHE STRING "Use FPZIP from github repository" FORCE)
|
||||
set (FPZIP_GIT_BRANCH "master" CACHE STRING "" FORCE)
|
||||
set (FPZIP_TGZ_NAME "fpzip.tar.gz" CACHE STRING "Use FPZIP from compressed file" FORCE)
|
||||
set (FPZIP_PACKAGE_NAME "fpzip" CACHE STRING "Name of FPZIP package" FORCE)
|
||||
@ -869,7 +869,7 @@ else ()
|
||||
H5_DEFAULT_PLUGINDIR "/usr/local/hdf5/lib/plugin"
|
||||
endif ()
|
||||
if (BUILD_SZIP_WITH_FETCHCONTENT)
|
||||
LIBAEC_TGZ_ORIGPATH "Use LIBAEC from original location" "https://gitlab.dkrz.de/k202009/libaec/-/archive/v1.0.6"
|
||||
LIBAEC_TGZ_ORIGPATH "Use LIBAEC from original location" "https://github.com/MathisRosenhauer/libaec/releases/download/v1.0.6/libaec-1.0.6.tar.gz"
|
||||
LIBAEC_TGZ_ORIGNAME "Use LIBAEC from original compressed file" "libaec-v1.0.6.tar.gz"
|
||||
LIBAEC_USE_LOCALCONTENT "Use local file for LIBAEC FetchContent" OFF
|
||||
if (BUILD_ZLIB_WITH_FETCHCONTENT)
|
||||
|
Loading…
Reference in New Issue
Block a user