Skip to content

lapacke_64.h does not get installed #1115

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

Open
2 tasks done
grisuthedragon opened this issue Mar 25, 2025 · 0 comments
Open
2 tasks done

lapacke_64.h does not get installed #1115

grisuthedragon opened this issue Mar 25, 2025 · 0 comments

Comments

@grisuthedragon
Copy link
Contributor

Description

When building LAPACK with the EXT_64API and including LAPACKE, the lapacke_64.h does not get installed.

For example if I include LAPACKE using

#define LAPACKE_API
#include <lapacke.h> 

or

#include <lapacke_64.h> 

The file gets not found in an installed LAPACK.

Searching for lapacke_64.h in the sources does not give any point where it is connected to a make install target.

  • I've included a minimal example to reproduce the issue
  • I'd be willing to make a PR to solve this issue, once I have time.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant