Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 Aug 2026 17:05:27 +0000
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Cc:        Piotr Kubaj <pkubaj@FreeBSD.org>
Subject:   git: 5f1d4622b7c6 - 2026Q3 - science/siesta: don't set -march=native
Message-ID:  <6a74bed7.23b2d.42c5c277@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch 2026Q3 has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5f1d4622b7c653c87820797cd90c47bfe6935ae4

commit 5f1d4622b7c653c87820797cd90c47bfe6935ae4
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2026-08-01 11:30:07 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-08-06 17:05:10 +0000

    science/siesta: don't set -march=native
    
    On powerpc64le:
    gfortran14: error: unrecognized command-line option '-march=native'; did you mean '-mcpu=native'?
    
    (cherry picked from commit d9a00047e09ecfe481cdc122fcf8e1db5d7b2cac)
---
 science/siesta/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/science/siesta/Makefile b/science/siesta/Makefile
index e33576989cca..9a3763fb2102 100644
--- a/science/siesta/Makefile
+++ b/science/siesta/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	siesta
 DISTVERSION=	5.4.2
+PORTREVISION=	1
 CATEGORIES=	science # chemistry
 MASTER_SITES=	https://gitlab.com/siesta-project/${PORTNAME}/-/releases/${DISTVERSION}/downloads/
 DISTFILES=	${PORTNAME}-${DISTVERSION}.tar.gz
@@ -51,7 +52,8 @@ CMAKE_ARGS=	-DSIESTA_WITH_MPI=OFF \
 		-Dmstore_FIND_METHOD=source \
 		-Dtoml-f_FIND_METHOD=source \
 		-Dtest-drive_FIND_METHOD=source
-CMAKE_OFF=	SIESTA_TESTS
+CMAKE_OFF=	SIESTA_TESTS \
+		SIESTA_WITH_HOST_OPTIMIZATION
 CMAKE_TESTING_ON=	SIESTA_TESTS
 
 .include <bsd.port.pre.mk>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a74bed7.23b2d.42c5c277>