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

Docker build fails with M1 macOS #146

Open
luk27official opened this issue Jul 3, 2024 · 2 comments
Open

Docker build fails with M1 macOS #146

luk27official opened this issue Jul 3, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@luk27official
Copy link
Collaborator

Docker build fails when building the app with M1 macOS Chip (HMMer requires other processor architectures).

24.64 configure: ::::::::::--- no vector instruction set ---::::::::::
24.64 configure: HMMER3 requires SSE or VMX vector instructions.
24.64 configure: Supported platforms are x86 (Intel/AMD) and PowerPC.
24.64 configure: error: No supported vectorization found for your machine.
------
failed to solve: process "/bin/sh -c wget http://eddylab.org/software/hmmer/hmmer-3.3.2.tar.gz -q --no-check-certificate   && tar -xzf hmmer-3.3.2.tar.gz   && mv hmmer-3.3.2/ hmmer-3.3.2-build/   && cd hmmer-3.3.2-build/   && ./configure --prefix /opt/hmm-based-conservation-dependencies/hmmer-3.3.2/   && make   && make install   && cd easel/   && make install   && cd ../../   && rm -r hmmer-3.3.2-build/ hmmer-3.3.2.tar.gz" did not complete successfully: exit code: 1

There is not much we can do about this but it is better to have this reported.

@skodapetr
Copy link
Member

@luk27official Perhaps you may add a note into the wiki?

@luk27official
Copy link
Collaborator Author

@luk27official Perhaps you may add a note into the wiki?

Done.

By the way, the issue might be resolved by this emulation: https://stackoverflow.com/questions/71181434/how-to-compile-a-project-which-requires-sse2-on-macbook-with-m1-chip

I have not tested that, though.

@luk27official luk27official added the bug Something isn't working label Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants