misc/quantum++: update 5.1 → 6.0

This commit is contained in:
Yuri Victorovich
2025-11-09 12:31:39 -08:00
parent ee8c5a344a
commit b7a7d7c4e2
3 changed files with 17 additions and 6 deletions
+6 -2
View File
@@ -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>
+3 -3
View File
@@ -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
+8 -1
View File
@@ -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