GEOS-ESM / ESMA_cmake

Custom CMake macros for the GEOS Earth System Model
Apache License 2.0
4 stars 9 forks source link

Use ESMF dylib on macOS #189

Closed mathomp4 closed 3 years ago

mathomp4 commented 3 years ago

This PR updates ESMA_cmake to use libesmf.dylib on macOS. This is now possible with Baselibs v6.2.5. Linux is not affected by this PR.

I also added a little check so that it makes sure libesmf.so or libesmf.dylib exists.