mantidproject / mantid

Main repository for Mantid code
https://www.mantidproject.org
GNU General Public License v3.0
207 stars 121 forks source link

Update gcc version to 12 to match conda-forge #37519

Open jclarkeSTFC opened 3 weeks ago

jclarkeSTFC commented 3 weeks ago

Describe the outcome that is desired. On Linux we would use gcc version 12.

Describe any solutions you are considering In mantid-developer-linux.yml, change gxx_linux-64==10.3.* to gxx_linux-64==12, and the conda build config will also need updating. After doing this you may need to remove your mantid-developer conda environment and then recreate it for the changes to be picked up correctly.

Additional context The version used by conda-forge is given here, at the time of writing it is version 12. It was bumped from 11 to 12 in this commit in March 2023, and from 10 to 11 in this commit in November 2022.