aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2025-11-09 17:31:37 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2025-11-09 20:31:39 +0000
commitb7a7d7c4e2a52c1eb429cf16ded79baee9c3be21 (patch)
treec515291338285a1d3d9381b1b5def01cdd1a67f1
parentee8c5a344a90e0f50870d126ed45cb51190a154b (diff)
misc/quantum++: update 5.1 → 6.0
-rw-r--r--misc/quantum++/Makefile8
-rw-r--r--misc/quantum++/distinfo6
-rw-r--r--misc/quantum++/pkg-plist9
3 files changed, 17 insertions, 6 deletions
diff --git a/misc/quantum++/Makefile b/misc/quantum++/Makefile
index f8d668a68f01..dd1387565e01 100644
--- a/misc/quantum++/Makefile
+++ b/misc/quantum++/Makefile
@@ -1,6 +1,6 @@
PORTNAME= quantum++
DISTVERSIONPREFIX= v
-DISTVERSION= 5.1
+DISTVERSION= 6.0
CATEGORIES= misc devel
MAINTAINER= yuri@FreeBSD.org
@@ -8,7 +8,7 @@ COMMENT= C++ header-only general purpose quantum computing library
WWW= https://github.com/softwareQinc/qpp
LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
TEST_DEPENDS= googletest>0:devel/googletest
@@ -26,4 +26,8 @@ NO_ARCH= yes
post-test: # run tests
@${BUILD_WRKSRC}/unit_tests/unit_tests
+# tests as of 6.0:
+# [==========] 457 tests from 325 test suites ran. (1585 ms total)
+# [ PASSED ] 457 tests.
+
.include <bsd.port.mk>
diff --git a/misc/quantum++/distinfo b/misc/quantum++/distinfo
index 5612644d3d2c..1d3b97aef1da 100644
--- a/misc/quantum++/distinfo
+++ b/misc/quantum++/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1709581435
-SHA256 (softwareQinc-qpp-v5.1_GH0.tar.gz) = ba7bb00c654e244af6f3b6d115a417688b21a5fa63e20203a7cd3ad9349cfecf
-SIZE (softwareQinc-qpp-v5.1_GH0.tar.gz) = 4700535
+TIMESTAMP = 1762708806
+SHA256 (softwareQinc-qpp-v6.0_GH0.tar.gz) = cdd6acf287b2f2dd124120ef2aba85660eee9482f5484dbd229c93b53a7d8a54
+SIZE (softwareQinc-qpp-v6.0_GH0.tar.gz) = 4717610
diff --git a/misc/quantum++/pkg-plist b/misc/quantum++/pkg-plist
index 50416f420f24..aee276d602b3 100644
--- a/misc/quantum++/pkg-plist
+++ b/misc/quantum++/pkg-plist
@@ -46,13 +46,20 @@ include/qpp/qpp/functions.hpp
include/qpp/qpp/input_output.hpp
include/qpp/qpp/instruments.hpp
include/qpp/qpp/internal/classes/iomanip.hpp
+include/qpp/qpp/internal/classes/qcircuit_conditional_step.hpp
+include/qpp/qpp/internal/classes/qcircuit_gate_step.hpp
+include/qpp/qpp/internal/classes/qcircuit_measurement_step.hpp
+include/qpp/qpp/internal/classes/qcircuit_nop_step.hpp
+include/qpp/qpp/internal/classes/qcircuit_resources.hpp
+include/qpp/qpp/internal/classes/qengine_state.hpp
+include/qpp/qpp/internal/classes/qengine_statistics.hpp
include/qpp/qpp/internal/classes/singleton.hpp
include/qpp/qpp/internal/util.hpp
include/qpp/qpp/number_theory.hpp
include/qpp/qpp/operations.hpp
include/qpp/qpp/options.hpp
include/qpp/qpp/qasm/qasm.hpp
-include/qpp/qpp/qpp.h
+include/qpp/qpp/qpp.hpp
include/qpp/qpp/random.hpp
include/qpp/qpp/statistics.hpp
include/qpp/qpp/traits.hpp