Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Oct 2021 18:17:03 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: 209e8f440ec6 - main - misc/quantum++: Change to c++17
Message-ID:  <202110131817.19DIH3Pf080805@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=209e8f440ec607d4b80adc32d86b3d5cf073d2f1

commit 209e8f440ec607d4b80adc32d86b3d5cf073d2f1
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-10-13 18:15:42 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-10-13 18:17:01 +0000

    misc/quantum++: Change to c++17
    
    Reported by:    Vlad Gheorghiu <vlad@softwareq.ca>
---
 misc/quantum++/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/quantum++/Makefile b/misc/quantum++/Makefile
index 09c98231a1be..f9829ebc0d15 100644
--- a/misc/quantum++/Makefile
+++ b/misc/quantum++/Makefile
@@ -9,7 +9,7 @@ COMMENT=	C++ header-only general purpose quantum computing library
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cmake:testing compiler:c++11-lang eigen:3,build,run
+USES=		cmake:testing compiler:c++17-lang eigen:3,build,run
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	softwareQinc



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