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

ksrc/kjg_gsl.c:10:21: fatal error: lapacke.h: No such file or directory #27

Open
alessandrotestori opened this issue Jun 27, 2018 · 2 comments

Comments

@alessandrotestori
Copy link

Hello!
I'm trying to compile in the src folder:

~/EIG-master/src make
but I am getting the following error:
ksrc/kjg_gsl.c:10:21: fatal error: lapacke.h: No such file or directory

Please let me know.
Thanks

@MatthewMah
Copy link
Contributor

As the error message says, you are missing the lapacke.h dependency. Have you installed the dependency appropriate for you system?

For Ubuntu, for example, this should be:
sudo apt-get install liblapacke-dev

@MatthewMah
Copy link
Contributor

From the src directory, run:
make install
This copies the executables to the bin directory.

To include the bin directory on your path in bash, you want something like:
PATH=$PATH:~/EIG/bin
Alter appropriate to where you actually have the directory.

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