LLNL / Silo

Mesh and Field I/O Library and Scientific Database
https://silo.llnl.gov
Other
30 stars 24 forks source link

cmake: also set _FILE_OFFSET_BITS=64 when using `off64_t` #361

Closed mathstuf closed 1 year ago

mathstuf commented 1 year ago

Required at least on macOS arm64.

See this StackOverflow answer: https://stackoverflow.com/a/22664516


Should also go to 4.11RC.

mathstuf commented 1 year ago

Ugh, doesn't seem to be enough.

mathstuf commented 1 year ago

Oh, https://github.com/LLNL/Silo/commit/39a533bbc9a221355698da88ac6d052a5217a148 should go to 4.11RC.