aboutsummaryrefslogtreecommitdiff
path: root/science/qiskit-aer
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-04-10 00:57:56 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-04-10 00:57:56 +0000
commitca9b65b8114b85f56a5aae31d2678accaa14f52e (patch)
treeadf39407f2cc570e666e7da5d99a571234094080 /science/qiskit-aer
parent2b665e9bcb510d4f7b1c3dea43d398d1918b6fdf (diff)
downloadports-ca9b65b8114b85f56a5aae31d2678accaa14f52e.tar.gz
ports-ca9b65b8114b85f56a5aae31d2678accaa14f52e.zip
devel/spdlog: Update 1.4.2 -> 1.5.0; Change to shared library
PR: 244747 Approved by: vanilla (maintainer)
Notes
Notes: svn path=/head/; revision=531278
Diffstat (limited to 'science/qiskit-aer')
-rw-r--r--science/qiskit-aer/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/science/qiskit-aer/Makefile b/science/qiskit-aer/Makefile
index db2fab0a8c72..0145b6f3b50e 100644
--- a/science/qiskit-aer/Makefile
+++ b/science/qiskit-aer/Makefile
@@ -2,6 +2,7 @@
PORTNAME= qiskit-aer
DISTVERSION= 0.4.1
+PORTREVISION= 1
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
@@ -12,10 +13,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BROKEN_i386= undefined reference to `__atomic_load'
-BUILD_DEPENDS= spdlog>0:devel/spdlog
LIB_DEPENDS= libfmt.so:devel/libfmt \
- libopenblas.so:math/openblas
-RUN_DEPENDS= spdlog>0:devel/spdlog
+ libopenblas.so:math/openblas \
+ libspdlog.so:devel/spdlog
USES= cmake compiler:c++11-lang
USE_GITHUB= yes