void-packages/srcpkgs/m4ri/patches/m4ri-simd_cflags_in_tests.patch
Gonzalo Tornaría c4e88a9e72 m4ri: fix m4ri-devel depends and i686 check
1.  add ${makedepends} to m4ri-devel depends

For instance, building m4rie fails without this, since libgomp-devel is
missing but it is needed to compile with m4ri-devel.

2. patch tests/Makefile to use SIMD_CFLAGS

Without the patch running make check fails on i686, because the library
is compiled with -msse2 but tests are not.
2021-11-10 12:29:29 +01:00

12 lines
666 B
Diff

--- a/tests/Makefile.in 2020-01-25 01:34:59.000000000 -0300
+++ b/tests/Makefile.in 2021-11-10 08:13:46.505793446 -0300
@@ -609,7 +609,7 @@
TOPBUILDDIR = $(builddir)/..
DEFINES =
# include TOPBUILDIR for m4ri_config.h
-AM_CFLAGS = -I$(TOPSRCDIR) -I$(TOPBUILDDIR) -D_XOPEN_SOURCE=600 $(DEFINES) @OPENMP_CFLAGS@ @PAPI_CFLAGS@
+AM_CFLAGS = -I$(TOPSRCDIR) -I$(TOPBUILDDIR) -D_XOPEN_SOURCE=600 $(DEFINES) $(SIMD_CFLAGS) $(OPENMP_CFLAGS) $(PAPI_CFLAGS)
STAGEDIR := $(realpath -s $(TOPBUILDDIR)/.libs)
AM_LDFLAGS = -L$(STAGEDIR) -Wl,-rpath,$(STAGEDIR) -lm4ri $(LIBM) @PAPI_LDFLAGS@ @PAPI_LIBS@ -no-install
test_smallops_SOURCES = test_smallops.c testing.c testing.h