git: c54ab7ee8009 - main - math/spblas: build with clang, fix build on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 May 2025 00:47:47 UTC
The branch main has been updated by fuz:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c54ab7ee80097b4ab5ec19c4d02af38b7ac43389
commit c54ab7ee80097b4ab5ec19c4d02af38b7ac43389
Author: Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2025-05-22 13:39:44 +0000
Commit: Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2025-05-25 00:47:05 +0000
math/spblas: build with clang, fix build on armv7
Port builds fine with base clang. This avoids the use of binutils,
which fail to link the port on armv7 due to the use of the -z relro
option (not supported by ld.bfd on armv7, as is -z norelro).
MFH: 2025Q2
---
math/spblas/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/math/spblas/Makefile b/math/spblas/Makefile
index 7e7de6963583..b714a879b0b9 100644
--- a/math/spblas/Makefile
+++ b/math/spblas/Makefile
@@ -1,5 +1,6 @@
PORTNAME= spblas
DISTVERSION= 1_03
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= http://math.nist.gov/spblas/:1 NL/blas/blast-forum/:2
DISTFILES= nist_spblas_${DISTVERSION}.zip:1
@@ -11,7 +12,6 @@ WWW= https://math.nist.gov/spblas/
LICENSE= PD
USES= dos2unix uidfix zip
-USE_GCC= yes
USE_LDCONFIG= yes
HEADERS= blas_enum.h blas_sparse.h blas_sparse_proto.h