libint icon indicating copy to clipboard operation
libint copied to clipboard

--enable-fortran not propageted from libint-compiler configure to exported library

Open mbanck opened this issue 6 years ago • 1 comments

If I configure and build the libint-compiler (maybe because I need special flags), the library gets built afterwards, but there does not seem to be an obvious way to pass generic configure flags to it, e.g. how to pass on --enable-fortran? Other flags like --with-cmakedir are passed on, so is the lack of --enable-fortran an oversight?

I understand that the autotools build system is deprecated, but using autotools for the compiler and then CMake for the library build is even more complicated in a distribution package build.

mbanck avatar Aug 24 '19 10:08 mbanck

A pure-CMake buildsys that completely avoids autotools is largely working in #148. Unfortunately, it won't include the fortran interface at first pass, but it's a step toward a simpler build.

loriab avatar Dec 09 '19 15:12 loriab