Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jul 2023 17:20:18 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: df17c9422768 - main - science/antioch: Fix build with llvm16
Message-ID:  <202307211720.36LHKIcT084486@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

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

commit df17c9422768830b281929a996f2676182d34eb7
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-21 17:07:30 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-21 17:20:04 +0000

    science/antioch: Fix build with llvm16
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 science/antioch/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/science/antioch/Makefile b/science/antioch/Makefile
index b7f7acb96e81..70c2f0a8f240 100644
--- a/science/antioch/Makefile
+++ b/science/antioch/Makefile
@@ -18,11 +18,12 @@ LIB_DEPENDS=	libgsl.so:math/gsl \
 		libOpenCL.so:devel/ocl-icd
 
 USES=		autoreconf compiler:c++11-lang eigen:3 gmake libtool localbase
+USE_CXXSTD=	c++11
 USE_GITHUB=	yes
 GH_ACCOUNT=	libantioch
-GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-static \
 		--enable-eigen --with-eigen-include=${LOCALBASE}/include/eigen3 \
 		--enable-opencl \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307211720.36LHKIcT084486>