Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mbanck opened this issue Aug 24, 2019 · 1 comment

Comments

@mbanck
Copy link
Contributor

mbanck commented Aug 24, 2019

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.

@loriab
Copy link
Collaborator

loriab commented Dec 9, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants