fortran-lang / fpm

Fortran Package Manager (fpm)
https://fpm.fortran-lang.org
MIT License
876 stars 99 forks source link

CI for Metapackages broken for Macos openmpi and mpich #1025

Closed henilp105 closed 5 months ago

henilp105 commented 5 months ago

Description

CI pipeline for MacOS Metapackages for openmpi and mpich is broken following an update on the macos runners. The current runners don't permit the directory creation in the /usr/ .

refer: 1) https://github.com/fortran-lang/fpm/actions/runs/8860309566 2) https://github.com/fortran-lang/fpm/actions/runs/8643428794

CC @certik @awvwgk @perazz

Expected Behaviour

The CI for Macos would work without crashing.

Version of fpm

0.10.1

Platform and Architecture

Macos openmpi, mpich

Additional Information

No response