Merge remote-tracking branch 'origin/9' into snapshot

This commit is contained in:
Sylvestre Ledru 2019-10-20 21:40:36 +02:00
commit 11f05dadb5

2
debian/rules vendored
View File

@ -185,7 +185,7 @@ OPENMP_ENABLE=yes
ifneq (,$(filter $(DEB_HOST_ARCH), mips mipsel powerpc powerpcspe riscv64 sparc64 s390x x32)) ifneq (,$(filter $(DEB_HOST_ARCH), mips mipsel powerpc powerpcspe riscv64 sparc64 s390x x32))
OPENMP_ENABLE=no OPENMP_ENABLE=no
else else
PROJECTS= += ";openmp" PROJECTS += ";openmp"
endif endif
RUN_TEST=yes RUN_TEST=yes