Skip to content

Docker build fails with M1 macOS #146

@luk27official

Description

@luk27official

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions