From nobody Sun Oct 10 05:21:40 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id E879017E187D; Sun, 10 Oct 2021 05:21:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HRqzS6sJxz4fyB; Sun, 10 Oct 2021 05:21:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8107127A58; Sun, 10 Oct 2021 05:21:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19A5Le07082984; Sun, 10 Oct 2021 05:21:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19A5Le9x082983; Sun, 10 Oct 2021 05:21:40 GMT (envelope-from git) Date: Sun, 10 Oct 2021 05:21:40 GMT Message-Id: <202110100521.19A5Le9x082983@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 6f7fc2e2e2be - main - misc/quantum++: Update 2.7 -> 3.0 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6f7fc2e2e2be1da3c40125046ee064149f42ee29 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=6f7fc2e2e2be1da3c40125046ee064149f42ee29 commit 6f7fc2e2e2be1da3c40125046ee064149f42ee29 Author: Yuri Victorovich AuthorDate: 2021-10-10 04:57:54 +0000 Commit: Yuri Victorovich CommitDate: 2021-10-10 05:21:34 +0000 misc/quantum++: Update 2.7 -> 3.0 Reported by: portscout --- misc/quantum++/Makefile | 13 +++++++------ misc/quantum++/distinfo | 6 +++--- misc/quantum++/pkg-plist | 24 +++++++++++++++++++----- 3 files changed, 29 insertions(+), 14 deletions(-) diff --git a/misc/quantum++/Makefile b/misc/quantum++/Makefile index ed94e90f5d9d..09c98231a1be 100644 --- a/misc/quantum++/Makefile +++ b/misc/quantum++/Makefile @@ -1,6 +1,6 @@ PORTNAME= quantum++ DISTVERSIONPREFIX= v -DISTVERSION= 2.7 +DISTVERSION= 3.0 CATEGORIES= misc devel MAINTAINER= yuri@FreeBSD.org @@ -9,18 +9,19 @@ COMMENT= C++ header-only general purpose quantum computing library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake compiler:c++11-lang eigen:3,build,run +USES= cmake:testing compiler:c++11-lang eigen:3,build,run USE_GITHUB= yes GH_ACCOUNT= softwareQinc GH_PROJECT= qpp +CMAKE_TESTING_ON= WITH_UNIT_TESTS +CMAKE_TESTING_TARGET= unit_tests + NO_BUILD= yes NO_ARCH= yes -do-test: - @cd ${BUILD_WRKSRC} && \ - ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} unit_tests && \ - ctest +post-test: # run tests + @${BUILD_WRKSRC}/unit_tests/unit_tests .include diff --git a/misc/quantum++/distinfo b/misc/quantum++/distinfo index 09133ec33d17..59a684c668c9 100644 --- a/misc/quantum++/distinfo +++ b/misc/quantum++/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1627931380 -SHA256 (softwareQinc-qpp-v2.7_GH0.tar.gz) = 170f7efd20ea75427fa06e33d2816d446a8e584e19f391f7af8ab88414482cad -SIZE (softwareQinc-qpp-v2.7_GH0.tar.gz) = 1116950 +TIMESTAMP = 1633841212 +SHA256 (softwareQinc-qpp-v3.0_GH0.tar.gz) = c26c9ae1465972ceb9d731c54345e59e35951cbe2485769bd48fa9e66c4e2ee6 +SIZE (softwareQinc-qpp-v3.0_GH0.tar.gz) = 5554155 diff --git a/misc/quantum++/pkg-plist b/misc/quantum++/pkg-plist index 6cf013b39612..a768950d30bd 100644 --- a/misc/quantum++/pkg-plist +++ b/misc/quantum++/pkg-plist @@ -24,12 +24,26 @@ include/qpp/internal/classes/singleton.hpp include/qpp/internal/util.hpp include/qpp/number_theory.hpp include/qpp/operations.hpp -include/qpp/qasm/ast.hpp -include/qpp/qasm/lexer.hpp -include/qpp/qasm/parser.hpp -include/qpp/qasm/preprocessor.hpp include/qpp/qasm/qasm.hpp -include/qpp/qasm/token.hpp +include/qpp/qasmtools/ast/ast.hpp +include/qpp/qasmtools/ast/base.hpp +include/qpp/qasmtools/ast/decl.hpp +include/qpp/qasmtools/ast/expr.hpp +include/qpp/qasmtools/ast/program.hpp +include/qpp/qasmtools/ast/replacer.hpp +include/qpp/qasmtools/ast/semantic.hpp +include/qpp/qasmtools/ast/stmt.hpp +include/qpp/qasmtools/ast/traversal.hpp +include/qpp/qasmtools/ast/var.hpp +include/qpp/qasmtools/ast/visitor.hpp +include/qpp/qasmtools/parser/lexer.hpp +include/qpp/qasmtools/parser/parser.hpp +include/qpp/qasmtools/parser/position.hpp +include/qpp/qasmtools/parser/preprocessor.hpp +include/qpp/qasmtools/parser/token.hpp +include/qpp/qasmtools/tools/ast_printer.hpp +include/qpp/qasmtools/utils/angle.hpp +include/qpp/qasmtools/utils/templates.hpp include/qpp/qpp.h include/qpp/random.hpp include/qpp/statistics.hpp