Open
Description
Hi,
Is ARM64 architecture supported ? Linux and/or MacOS ?
I am trying to build the project on Ubuntu 20.04 ARM64 but it fails with:
mkdir bin
g++ -fstack-protector-all -Wall -DVERSION=\"v1.7.0-311-g4e8c-dirty\" -std=c++0x -Wno-sign-compare -O3 -Isrc/lib -Isrc/bamtools/include -Isrc/bamtools/src -Isrc/ -Isrc/fastahack -Isrc/Complete-Striped-Smith-Waterman-Library/src/ -fopenmp -lz -lm -c -o src/obj/entropy.o src/lib/entropy.cpp
g++ -fstack-protector-all -Wall -DVERSION=\"v1.7.0-311-g4e8c-dirty\" -std=c++0x -Wno-sign-compare -O3 -Isrc/lib -Isrc/bamtools/include -Isrc/bamtools/src -Isrc/ -Isrc/fastahack -Isrc/Complete-Striped-Smith-Waterman-Library/src/ -fopenmp -lz -lm -c -o src/obj/flag.o src/lib/flag.cpp
g++ -fstack-protector-all -Wall -DVERSION=\"v1.7.0-311-g4e8c-dirty\" -std=c++0x -Wno-sign-compare -O3 -Isrc/lib -Isrc/bamtools/include -Isrc/bamtools/src -Isrc/ -Isrc/fastahack -Isrc/Complete-Striped-Smith-Waterman-Library/src/ -fopenmp -lz -lm -c -o src/obj/read_pileup.o src/lib/read_pileup.cpp
g++ -fstack-protector-all -Wall -DVERSION=\"v1.7.0-311-g4e8c-dirty\" -std=c++0x -Wno-sign-compare -O3 -Isrc/lib -Isrc/bamtools/include -Isrc/bamtools/src -Isrc/ -Isrc/fastahack -Isrc/Complete-Striped-Smith-Waterman-Library/src/ -fopenmp -lz -lm -c -o src/obj/readPileUp.o src/lib/readPileUp.cpp
g++ -fstack-protector-all -Wall -DVERSION=\"v1.7.0-311-g4e8c-dirty\" -std=c++0x -Wno-sign-compare -O3 -Isrc/lib -Isrc/bamtools/include -Isrc/bamtools/src -Isrc/ -Isrc/fastahack -Isrc/Complete-Striped-Smith-Waterman-Library/src/ -fopenmp -lz -lm -c -o src/obj/split.o src/lib/split.cpp
cd src/Complete-Striped-Smith-Waterman-Library/src && make
make[1]: Entering directory '/home/gancho/git/wham/src/Complete-Striped-Smith-Waterman-Library/src'
gcc -c -o ssw.o ssw.c -Wall -O3 -pipe
ssw.c:38:10: fatal error: emmintrin.h: No such file or directory
#include <emmintrin.h>
^~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:47: ssw.o] Error 1
make[1]: Leaving directory '/home/gancho/git/wham/src/Complete-Striped-Smith-Waterman-Library/src'
make: *** [Makefile:29: src/Complete-Striped-Smith-Waterman-Library/src/ssw_cpp.o] Error 2
emmintrin.h
could be used only on x86_64 when SSE is available.
Metadata
Metadata
Assignees
Labels
No labels