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

Remove lapacke_mangling.h. This file must be generated automatically #584

Merged

Conversation

weslleyspereira
Copy link
Collaborator

Closes #583.

Both CMake and Makefile build systems generate lapacke_mangling.h automatically from lapacke_mangling_with_flags.h.in, so there is no reason to maintain lapacke_mangling.h.

Moreover, the presence of lapacke_mangling.h inside LAPACKE/include/ during a build with Makefile may break the build with CMake. See #583, thanks to @billhoffman.

This PR removes lapacke_mangling.h and adds a rm -f include/lapacke_mangling.h to the target clean in LAPACKE/Makefile.

@weslleyspereira weslleyspereira merged commit b937d8c into Reference-LAPACK:master Jun 16, 2021
@julielangou julielangou added this to the LAPACK 3.10.1 milestone Nov 12, 2022
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

Successfully merging this pull request may close these issues.

Windows build with cmake intel fortran broken
3 participants