Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Dec 2025 16:03:46 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 54d14c9580a6 - main - math/armadillo: Remove USES=pathfix
Message-ID:  <694182e2.44569.6dacc189@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=54d14c9580a6220358cc77236a6fa7b1ca5454b7

commit 54d14c9580a6220358cc77236a6fa7b1ca5454b7
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-16 15:55:40 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-16 15:55:40 +0000

    math/armadillo: Remove USES=pathfix
---
 math/armadillo/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/armadillo/Makefile b/math/armadillo/Makefile
index 8087661da7c8..2735d28594db 100644
--- a/math/armadillo/Makefile
+++ b/math/armadillo/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 LIB_DEPENDS=	libarpack.so:math/arpack-ng \
 		libsuperlu.so:math/superlu
 
-USES=		blaslapack:openblas cmake:testing compiler:c++11-lang pathfix pkgconfig tar:xz
+USES=		blaslapack:openblas cmake:testing compiler:c++11-lang pkgconfig tar:xz
 
 CMAKE_OFF=	ALLOW_BLAS_LAPACK_MACOS \
 		ALLOW_FLEXIBLAS_LINUX \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?694182e2.44569.6dacc189>