There was an error while loading. Please reload this page.
2 parents acc0623 + 6617d71 commit f88e36fCopy full SHA for f88e36f
MultiSource/Benchmarks/Makefile
@@ -40,4 +40,9 @@ PARALLEL_DIRS := $(filter-out 7zip, $(PARALLEL_DIRS))
40
PARALLEL_DIRS := $(filter-out PAQ8p, $(PARALLEL_DIRS))
41
endif
42
43
+ifeq ($(ARCH),ARM)
44
+# On ARM qemu, mafft takes a long time to run. So we skip it.
45
+PARALLEL_DIRS := $(filter-out mafft, $(PARALLEL_DIRS))
46
+endif
47
+
48
include $(LEVEL)/MultiSource/Makefile.multisrc
0 commit comments