Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Mar 2026 17:15:24 +0000
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: fef24c891a39 - main - misc/quantum++: update 7.=?utf-8?Q?0.0 =E2=86=92?= 7.0.1
Message-ID:  <69bed22c.33d4a.57989a9e@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

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

commit fef24c891a391a18cd032683cf1e575e83db993e
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-03-21 17:00:14 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-03-21 17:15:13 +0000

    misc/quantum++: update 7.0.0 → 7.0.1
    
    Reported by:    portscout
---
 misc/quantum++/Makefile | 9 +++++----
 misc/quantum++/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/misc/quantum++/Makefile b/misc/quantum++/Makefile
index 57acbb51a17e..d9e07ee10e66 100644
--- a/misc/quantum++/Makefile
+++ b/misc/quantum++/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	quantum++
 DISTVERSIONPREFIX=	v
-DISTVERSION=	7.0.0
+DISTVERSION=	7.0.1
 CATEGORIES=	misc devel
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -10,9 +10,11 @@ WWW=		https://github.com/softwareQinc/qpp
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BUILD_DEPENDS=	eigen5>0:math/eigen5
+RUN_DEPENDS=	eigen5>0:math/eigen5
 TEST_DEPENDS=	googletest>0:devel/googletest
 
-USES=		cmake:testing compiler:c++17-lang eigen:3,build,run localbase:ldflags
+USES=		cmake:testing compiler:c++17-lang localbase:ldflags
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	softwareQinc
@@ -33,7 +35,6 @@ post-test: # run tests
 # [==========] 457 tests from 325 test suites ran. (1585 ms total)
 # [  PASSED  ] 457 tests.
 
-# tests as of 7.0: fail to compile, see https://github.com/softwareQinc/qpp/issues/196
-# ... tests need Eigen version to 5.0.0, but ports has 3.4.0
+# tests as of 7.0: fail to compile, see https://github.com/softwareQinc/qpp/issues/197
 
 .include <bsd.port.mk>
diff --git a/misc/quantum++/distinfo b/misc/quantum++/distinfo
index 8fd9222dff0a..9f51b2f6fc22 100644
--- a/misc/quantum++/distinfo
+++ b/misc/quantum++/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1773763551
-SHA256 (softwareQinc-qpp-v7.0.0_GH0.tar.gz) = 094452097e84ab0f743cf27e0b91f4797f041c7924b4794f20153a6efed95883
-SIZE (softwareQinc-qpp-v7.0.0_GH0.tar.gz) = 4763151
+TIMESTAMP = 1774109823
+SHA256 (softwareQinc-qpp-v7.0.1_GH0.tar.gz) = 795c68320115c2110c05642f5cdfa521e5f7a8868c6b446096560b1594eeed6d
+SIZE (softwareQinc-qpp-v7.0.1_GH0.tar.gz) = 4777964


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69bed22c.33d4a.57989a9e>