You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 owntzdata
, assuming relocation works correctly for the embedded path there. Otherwise we could patch thezoneinfo_dir_override
function to directly load the path from$CONDA_PREFIX
.The text was updated successfully, but these errors were encountered: