hiker / fab_new

BOM version of the flexible build system for scientific software
https://metoffice.github.io/fab/
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Remove environment variables #25

Open hiker opened 1 week ago

hiker commented 1 week ago

Remove support for environment variables from FAB, and move them into the the command line (zero config) tool only.

Matthew suggested to have a special module that encapsulates these environment variables. I assume that means we query this module for (say) fortran compiler, and it might check $FC and $F90 and $F77 in some order, and return the first non empty one etc?