From af37aab9bce658943dae4537bb7b2ffed68dcf9f Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Mon, 3 Feb 2025 12:41:36 +0100 Subject: [PATCH] m4ri: update to 20250128. --- common/shlibs | 2 +- srcpkgs/m4ri/patches/m4ri-simd_cflags_in_tests.patch | 11 ----------- srcpkgs/m4ri/template | 12 ++++++------ 3 files changed, 7 insertions(+), 18 deletions(-) delete mode 100644 srcpkgs/m4ri/patches/m4ri-simd_cflags_in_tests.patch diff --git a/common/shlibs b/common/shlibs index 175786786b4936..79ae3af77de39e 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4251,7 +4251,7 @@ libpolys-4.4.0.so singular-4.4.0_1 libsingular_resources-4.4.0.so singular-4.4.0_1 libbrial.so.3 brial-1.2.10_1 libbrial_groebner.so.3 brial-1.2.10_1 -libm4ri-0.0.20200125.so m4ri-20200125_1 +libm4ri-0.0.20250128.so m4ri-20250128_1 libm4rie-0.0.20200125.so m4rie-20200125_1 libptytty.so.0 libptytty-2.0_1 libcoeurl.so.0.3 coeurl-0.3.0_1 diff --git a/srcpkgs/m4ri/patches/m4ri-simd_cflags_in_tests.patch b/srcpkgs/m4ri/patches/m4ri-simd_cflags_in_tests.patch deleted file mode 100644 index ffa64b120fc28f..00000000000000 --- a/srcpkgs/m4ri/patches/m4ri-simd_cflags_in_tests.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 diff --git a/srcpkgs/m4ri/template b/srcpkgs/m4ri/template index 56e60ed16f5998..d0e2d4d4ffbf19 100644 --- a/srcpkgs/m4ri/template +++ b/srcpkgs/m4ri/template @@ -1,17 +1,17 @@ # Template file for 'm4ri' pkgname=m4ri -version=20200125 -revision=2 +version=20250128 +revision=1 build_style=gnu-configure configure_args="--enable-openmp ax_cv_have_sse3_ext=no ax_cv_have_ssse3_ext=no" hostmakedepends="pkg-config" makedepends="libgomp-devel libpng-devel" short_desc="Library for fast arithmetic with dense matrices over GF(2)" -maintainer="Eloi Torrents " +maintainer="Eloi Torrents " license="GPL-2.0-or-later" -homepage="https://bitbucket.org/malb/m4ri" -distfiles="https://bitbucket.org/malb/m4ri/downloads/${pkgname}-${version}.tar.gz" -checksum=0dfb34aed351882a0f2281535ea6f81c690a5efeb14edab131d9ba0dffe44863 +homepage="https://github.com/malb/m4ri" +distfiles="https://github.com/malb/m4ri/releases/download/${version}/m4ri-${version}.tar.gz" +checksum=b4098db651483c0e1506c16f79091eba02f41dadbacf1bb25be8eb97e5515f96 m4ri-devel_package() { short_desc+=" - development files"