2020-03-12 02:05:55 +01:00
|
|
|
PORTNAME= qiskit-aer
|
2020-06-06 06:41:55 +02:00
|
|
|
DISTVERSION= 0.5.2
|
2021-07-21 19:12:13 +02:00
|
|
|
PORTREVISION= 4
|
2020-03-12 02:05:55 +01:00
|
|
|
CATEGORIES= science
|
|
|
|
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
|
|
COMMENT= Simulator for quantum circuits, including noise models
|
|
|
|
|
|
|
|
LICENSE= APACHE20
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
|
2020-03-15 18:43:20 +01:00
|
|
|
BROKEN_i386= undefined reference to `__atomic_load'
|
|
|
|
|
2020-03-12 02:05:55 +01:00
|
|
|
LIB_DEPENDS= libfmt.so:devel/libfmt \
|
2020-04-10 02:57:56 +02:00
|
|
|
libopenblas.so:math/openblas \
|
|
|
|
libspdlog.so:devel/spdlog
|
2020-03-12 02:05:55 +01:00
|
|
|
|
2020-03-13 01:25:53 +01:00
|
|
|
USES= cmake compiler:c++11-lang
|
2020-03-12 02:05:55 +01:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= Qiskit
|
|
|
|
|
|
|
|
PLIST_FILES= bin/qasm_simulator
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|