As a workaround until GCC 15 is supported, this worked for me:
export CC=$(which gcc-14)
export CPP=$(which cpp-14)
export CXX=$(which g++-14)
export FC=$(which gfortran-14)
these can be installed via the Fedora packages gcc14, gcc14-c++, and
gcc14-gfortran.
Vincent Macri (He/Him)
--
You received this message because you are subscribed to the Google Groups
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion visit
https://groups.google.com/d/msgid/sage-devel/82c73c90-ec54-4451-85bc-0291a3fe1009%40ucalgary.ca.