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

Illegal instruction (core dumped) #64

Open
rodrigopsav opened this issue Apr 14, 2021 · 2 comments
Open

Illegal instruction (core dumped) #64

rodrigopsav opened this issue Apr 14, 2021 · 2 comments

Comments

@rodrigopsav
Copy link

Hello,
I am trying to install hapbin with conda package. I created an exclusive environment to do that. When the installation is completed, I tried to access the program by typing ehhbin and it returns: Illegal instruction (core dumped)

Any suggestions? I need to install it with conda because I don't have sudo permitions.

Thanks

@lettools
Copy link
Contributor

Hi

You don't actually need sudo/root permissions to compile and run hapbin. If just follow the commands on the README i.e.:

git clone https://github.com/evotools/hapbin.git
cd hapbin/build/
cmake ../src/
make

Then you should see the binaries in the build directory and can run from there. So if still in build directory can just type:

./ehhbin --help

If not in build directory just need to give the appropriate path.

Cheers
James

@camaclean
Copy link
Contributor

We don't maintain the conda package. Illegal instruction means it was compiled with CPU features yours doesn't support. Just compile it yourself, which will optimize things the best it can for your CPU.

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

3 participants