mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
math/m4ri: upgrade M4RI to 20240729
This commit is contained in:
parent
dcd3152dee
commit
cf0f7e080b
3 changed files with 13 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= M4RI
|
||||
PORTVERSION= 20200125
|
||||
PORTVERSION= 20240729
|
||||
DISTVERSIONPREFIX= release-
|
||||
CATEGORIES= math
|
||||
|
||||
|
@ -19,6 +19,7 @@ USES= autoreconf libtool localbase pkgconfig
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.if defined(MAINTAINER_MODE)
|
||||
TEST_TARGET= check
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1582997748
|
||||
SHA256 (malb-m4ri-release-20200125_GH0.tar.gz) = 7369adcecb72d4dacfb23fd437a6b59a956f76b26dee07f32558cb915a9d6e9d
|
||||
SIZE (malb-m4ri-release-20200125_GH0.tar.gz) = 178089
|
||||
TIMESTAMP = 1735744629
|
||||
SHA256 (malb-m4ri-release-20240729_GH0.tar.gz) = f9e5d0f13b34b55feb33babd04ecb59512639fea6e289b977f9b938d8b38fc69
|
||||
SIZE (malb-m4ri-release-20240729_GH0.tar.gz) = 178851
|
||||
|
|
8
math/m4ri/files/patch-m4ri.pc.in
Normal file
8
math/m4ri/files/patch-m4ri.pc.in
Normal file
|
@ -0,0 +1,8 @@
|
|||
--- m4ri.pc.in.orig 2024-07-29 12:30:45 UTC
|
||||
+++ m4ri.pc.in
|
||||
@@ -8,4 +8,4 @@ Libs: -L${libdir} -lm4ri @RAW_LIBPNG@ @LIBM@ @LIBPNG_L
|
||||
Version: @PACKAGE_VERSION@
|
||||
Requires: @M4RI_USE_PNG_PC@
|
||||
Libs: -L${libdir} -lm4ri @RAW_LIBPNG@ @LIBM@ @LIBPNG_LIBADD@
|
||||
-Cflags: -I${includedir} @SIMD_CFLAGS@ @OPENMP_CFLAGS@ @LIBPNG_CFLAGS@
|
||||
+Cflags: -I${includedir} @SIMD_FLAGS@ @OPENMP_CFLAGS@ @LIBPNG_CFLAGS@
|
Loading…
Add table
Reference in a new issue