mantidproject / mantid

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

Update clang version on macOS to 16 to match conda-forge #37518

Closed jclarkeSTFC closed 2 months ago

jclarkeSTFC commented 3 months ago

Describe the outcome that is desired. The clang version used in the mantid-developer conda environment on macOS increased to 16 to match conda-forge.

Describe any solutions you are considering In mantid-developer-osx.yml, change

- clang_osx-64=15
- clangxx_osx-64=15

to

- clang_osx-64=16
- clangxx_osx-64=16

When I tried this I had to remove my mantid-developer environment, then create it again, but then everything seemed to work.

Additional context The version that conda-forge is using can be found here, at the time of writing this it is version 16. This was increased by conda-forge in October 2023 in this commit. Probably there are also improvements from version 15 to 16 so another good reason to update.