unifhy-org / unifhy

A Unified Framework for Hydrology
https://unifhy-org.github.io/unifhy
BSD 3-Clause "New" or "Revised" License
11 stars 5 forks source link

Release v0.1.1 #84

Closed ThibHlln closed 2 years ago

ThibHlln commented 2 years ago

Bug fixes

Documentation

ThibHlln commented 2 years ago

It seems that macos-latest is now running on Big Sur. The update to Big Sur seems to result in the removal of the System Library from the search path (see e.g. https://apple.stackexchange.com/a/409031 or https://community.intel.com/t5/Intel-Fortran-Compiler/New-macOS-Big-Sur-return-quot-ld-library-not-found-for-lSystem/m-p/1228352).

So I will try a fix by specifying the path to the system library.

ThibHlln commented 2 years ago

So, eventually I fixed the macos building issue by stopping using conda to install the GNU Fortran compiler, and by starting using the one that comes with the GitHub virtual environment, although it was not directly accessible with the "gfortran" command, so it required some linking that is done in the YAML workflow for "macos-latest" only.