mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
135d5e31c6
Reported by: portscout
29 lines
570 B
Makefile
29 lines
570 B
Makefile
PORTNAME= quantum++
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 4.3.4
|
|
CATEGORIES= misc devel
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= C++ header-only general purpose quantum computing library
|
|
WWW= https://github.com/softwareQinc/qpp
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake:testing compiler:c++17-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
|
|
|
|
post-test: # run tests
|
|
@${BUILD_WRKSRC}/unit_tests/unit_tests
|
|
|
|
.include <bsd.port.mk>
|