aboutsummaryrefslogblamecommitdiff
path: root/science/qiskit-aer/Makefile
blob: 042760b4d1d9061afa4777abd207628168187077 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                          
                     
                 







                                                                      

                                                      
                                        

                                              
 
                                         





                                  
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>