git: fffbef757b45 - main - math/libflame: adopt
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Jan 2025 16:42:40 UTC
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=fffbef757b455b48559a85f32766e315952c28ee commit fffbef757b455b48559a85f32766e315952c28ee Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2025-01-24 13:26:18 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2025-01-24 16:41:59 +0000 math/libflame: adopt Configure option --with-extra-cflags is no more recognized, $CFLAGS is. --- math/libflame/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/math/libflame/Makefile b/math/libflame/Makefile index 4c3b3f690ea7..853455f702bc 100644 --- a/math/libflame/Makefile +++ b/math/libflame/Makefile @@ -3,7 +3,7 @@ DISTVERSION= 5.2.0 PORTREVISION= 1 CATEGORIES= math -MAINTAINER= ports@FreeBSD.org +MAINTAINER= thierry@FreeBSD.org COMMENT= FLAME dense linear algebra library WWW= https://github.com/flame/libflame @@ -37,8 +37,6 @@ CONFIGURE_ARGS= --enable-dynamic-build CONFIGURE_ARGS+= --enable-max-arg-list-hack # use libflame as a LAPACK CONFIGURE_ARGS+= --enable-lapack2flame -# add our CFLAGS to theirs -CONFIGURE_ARGS+= --with-extra-cflags="${CFLAGS}" # enable supermatrix CONFIGURE_ARGS+= --enable-supermatrix # disable ldim alignment (we cannot assume input to be aligned) @@ -72,7 +70,8 @@ CONFIGURE_ARGS+= --disable-autodetect-f77-ldflags \ --disable-autodetect-f77-name-mangling .endif -#post-install: +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libflame.so.1.0.0 # @${MKDIR} ${STAGEDIR}${PREFIX}/include/libflame # ${INSTALL_DATA} ${WRKSRC}/include_local/* ${STAGEDIR}/${PREFIX}/include/libflame/