File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
99set (CFITSIO_PREFIX ${CMAKE_BINARY_DIR} /CFITSIO-prefix )
1010set (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}
You can’t perform that action at this time.
0 commit comments