conda-forge / ctng-compilers-feedstock

A conda-smithy repository for ctng-compilers.
BSD 3-Clause "New" or "Revised" License
12 stars 26 forks source link

tzdb support in libstdcxx 14 #126

Open h-vetinari opened 5 months ago

h-vetinari commented 5 months ago

GCC 14 finally finished <chrono> support (search for P0355R7 here).

We'll need to set _GLIBCXX_ZONEINFO_DIR=$PREFIX/share/zoneinfo (see here), to point to our own tzdata, assuming relocation works correctly for the embedded path there. Otherwise we could patch the zoneinfo_dir_override function to directly load the path from $CONDA_PREFIX.