Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
conda: Macros: add '-L' argument to the linker command (CICE-Consorti…
…um#418) On Linux, compiling CICE in serial mode under the conda environment currently fails as the linker does not find the NetCDF libraries. Compiling in parallel mode does work as the MPI compilation wrappers seem to pass the necessary flag to the linker under the hood. Explicitely tell the linker the location of the libraries using the `SLIBS` variable in the Macros file. To be on the safe side, also do it on macOS.
- Loading branch information