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

Install issue;gsl #9

Open
Andrew-N-Black opened this issue Dec 19, 2020 · 1 comment
Open

Install issue;gsl #9

Andrew-N-Black opened this issue Dec 19, 2020 · 1 comment

Comments

@Andrew-N-Black
Copy link

Hello,
I realize that there is active development going on but wanted to make sure you were aware of an issue that is currently preventing install / compilation:

read_data.cpp:1:10: fatal error: gsl/gsl_rng.h: No such file or directory

Hopefully this will be a quick fix?
Thanks!
-A

@shamanpi
Copy link
Collaborator

Hello,
Without more information I can make a few guesses, but the most likely issue is the compiler can't find the GNU Scientific Library (GSL) code. If you don't know if it's installed on your system, then I'd suggest using either sudo apt-get install libgsl-dev in Linux or brew install gsl in MacOS and then trying again.

Otherwise, there was a similar discussion here about how to point the compiler to the correct path if GSL is in fact correctly installed on your system, by using ANGSD's Makefile.

If neither of those work fully, let me know and I'll try and help further.
Cheers,
Samuel Hamann

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