aamaricci / SciFortran

A library of fortran modules and routines for scientific calculations (*in a way* just like scipy for python)
GNU Lesser General Public License v3.0
169 stars 39 forks source link

Add support for dynamic lib and tests with CMake #21

Open barracuda156 opened 1 year ago

barracuda156 commented 1 year ago

Currently the port builds only static libscifor.a. Would be nice to have an option for dynamic lib. Aslo, no support for tests with CMake (?).

beddalumia commented 1 year ago

At the moment we have no plans for these.

barracuda156 commented 1 year ago

Got it, thank you for reply. The issue is not, of course, not having make, but using a single build system for everything.