freebsd-ports/science/qiskit-aer/Makefile
Po-Chuan Hsieh 287cd8ad71
devel/libfmt: Update to 8.0.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/fmtlib/fmt/releases
PR:		257026
Exp-run by:	antoine
2021-07-22 02:11:51 +08:00

24 lines
504 B
Makefile

PORTNAME= qiskit-aer
DISTVERSION= 0.5.2
PORTREVISION= 4
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
COMMENT= Simulator for quantum circuits, including noise models
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BROKEN_i386= undefined reference to `__atomic_load'
LIB_DEPENDS= libfmt.so:devel/libfmt \
libopenblas.so:math/openblas \
libspdlog.so:devel/spdlog
USES= cmake compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= Qiskit
PLIST_FILES= bin/qasm_simulator
.include <bsd.port.mk>