Skip to content

Commit 2e371e3

Browse files
committed
Builtin CFITSIO: 4.4.0 -> 4.6.3
This is necessary to compile with newer gcc versions like on Fedora 41+.
1 parent 110c684 commit 2e371e3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README/ReleaseNotes/v638/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,4 @@ This improves compile times and reduces code inter-dependency; see https://githu
172172
## Versions of built-in packages
173173

174174
* The version of openssl has been updated to 3.5.0
175+
* CFITSIO has been updated to 4.6.3

builtins/cfitsio/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# For the licensing terms see $ROOTSYS/LICENSE.
55
# For the list of contributors see $ROOTSYS/README/CREDITS.
66

7-
set(CFITSIO_VERSION 4.4.0)
7+
set(CFITSIO_VERSION 4.6.3)
88

99
set(CFITSIO_PREFIX ${CMAKE_BINARY_DIR}/CFITSIO-prefix)
1010
set(CFITSIO_LIBRARIES ${CFITSIO_PREFIX}/lib/${CMAKE_STATIC_LIBRARY_PREFIX}cfitsio${CMAKE_STATIC_LIBRARY_SUFFIX})
@@ -25,7 +25,7 @@ ExternalProject_Add(
2525
BUILTIN_CFITSIO
2626
PREFIX ${CFITSIO_PREFIX}
2727
URL https://lcgpackages.web.cern.ch/tarFiles/sources/cfitsio-${CFITSIO_VERSION}.tar.gz
28-
URL_HASH SHA256=95900cf95ae760839e7cb9678a7b2fad0858d6ac12234f934bd1cb6bfc246ba9
28+
URL_HASH SHA256=fad44fff274fdda5ffcc0c0fff3bc3c596362722b9292fc8944db91187813600
2929
CMAKE_ARGS -G ${CMAKE_GENERATOR}
3030
-DCMAKE_POLICY_VERSION_MINIMUM=3.5
3131
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}

0 commit comments

Comments
 (0)