Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jan 2022 05:57:55 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 32ef6a313375 - main - science/qmcpack: Small corrections
Message-ID:  <202201130557.20D5vtFX087725@gitrepo.freebsd.org>

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

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

commit 32ef6a3133758a32aa8c1cc7992d045c7345092e
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-01-13 05:55:58 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-01-13 05:55:58 +0000

    science/qmcpack: Small corrections
    
    * project uses c++17, not c++11
    * project doesn't use devel/catch any more
---
 science/qmcpack/Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/science/qmcpack/Makefile b/science/qmcpack/Makefile
index bdc11b19bb12..f37d479c8d2c 100644
--- a/science/qmcpack/Makefile
+++ b/science/qmcpack/Makefile
@@ -12,7 +12,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_i386=	undefined reference to `__atomic_load'
 
-BUILD_DEPENDS=	catch>0:devel/catch
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 		libfftw3.so:math/fftw3 \
 		libhdf5.so:science/hdf5 \
@@ -20,7 +19,7 @@ LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 		libopenblas.so:math/openblas \
 		libsz.so:science/szip
 
-USES=		cmake:testing compiler:c++11-lang fortran gnome localbase:ldflags pkgconfig python:build shebangfix
+USES=		cmake:testing compiler:c++17-lang fortran gnome localbase:ldflags pkgconfig python:build shebangfix
 USE_GNOME=	libxml2
 
 USE_GITHUB=	yes
@@ -32,8 +31,6 @@ CMAKE_OFF=	BUILD_UNIT_TESTS
 CMAKE_ARGS=	-DFREEBSD_PYTHON_VER=${PYTHON_VER}
 CMAKE_TESTING_ON=	BUILD_UNIT_TESTS # at least 3 testcases are known to fail
 
-CXXFLAGS+=	-I${LOCALBASE}/include/catch2
-
 PROGS=		convert4qmc convertpw4qmc qmc-check-affinity qmc-extract-eshdf-kvectors qmc-get-supercell qmcfinitesize qmcpack qmcpack.settings
 PLIST_FILES=	${PROGS:C/^/bin\//}
 



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