fabm-model / fabm

The Framework for Aquatic Biogeochemical Models (FABM): a Fortran 2003 programming framework for biogeochemical models of marine and freshwater systems.
GNU General Public License v2.0
78 stars 43 forks source link

deprecate gfortran < 5, cmake < 3.12, python < 3.7 #39

Closed jornbr closed 1 year ago

jornbr commented 1 year ago

To simplify the FABM code, we propose to drop support for older versions of gfortran, cmake and python:

jornbr commented 10 months ago

FABM 2 requires cmake 3.13 or up. This allows us to install targets from subdirectories. Note: early v2 releases (notably v2.0.0 and v2.0.1) accidentally required cmake 3.14 and up.