summaryrefslogtreecommitdiffstats
path: root/config/cmake/CPack.Info.plist.in
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2024-03-12 21:36:50 (GMT)
committerGitHub <noreply@github.com>2024-03-12 21:36:50 (GMT)
commit56f1092ddb72cc67485ef102b576714a25585ff9 (patch)
treecec16d9c6e4a9ee041adb94fedaa652fb5ce9175 /config/cmake/CPack.Info.plist.in
parent27f73183e27b765278b5f41dccd0efdb1a67d5cc (diff)
downloadhdf5-56f1092ddb72cc67485ef102b576714a25585ff9.zip
hdf5-56f1092ddb72cc67485ef102b576714a25585ff9.tar.gz
hdf5-56f1092ddb72cc67485ef102b576714a25585ff9.tar.bz2
Overhaul CMake LFS support (#4122)
Externally visible: * The HDF_ENABLE_LARGE_FILE option (advanced) has been removed * We no longer run a test program to determine if LFS works, which will help with cross-compiling * On Linux we now unilaterally set -D_LARGEFILE_SOURCE and -D_FILE_OFFSET_BITS=64, regardless of 32/64 bit system. CMake doesn't offer a nice equivalent to AC_SYS_LARGEFILE and since those options do nothing on 64-bit systems, this seems safe and covers all our bases. We don't set -D_LARGEFILE64_SOURCE since we don't use any of the POSIX 64-bit specific API calls like ftello64, as noted above. * We didn't test for LFS support on non-Linux platforms. We've added comments for how LFS should probably be supported on AIX and Solaris, which seem to be alive, though uncommon. PRs would be appreciated if anyone wishes to test this. Internal: * Drops off64_t size checks since this is unused (as in Autotools) * Remove HDF_EXTRA_FLAGS, which is now unused * Remove hack around deprecated LINUX_LFS Fixes #2395
Diffstat (limited to 'config/cmake/CPack.Info.plist.in')
0 files changed, 0 insertions, 0 deletions