svn commit: r528495 - head/science/qiskit-aer
Yuri Victorovich
yuri at FreeBSD.org
Sun Mar 15 17:43:21 UTC 2020
Author: yuri
Date: Sun Mar 15 17:43:20 2020
New Revision: 528495
URL: https://svnweb.freebsd.org/changeset/ports/528495
Log:
science/qiskit-aer: Broken on i386 due to undefined reference to `__atomic_load'
Reported by: fallout
Modified:
head/science/qiskit-aer/Makefile
Modified: head/science/qiskit-aer/Makefile
==============================================================================
--- head/science/qiskit-aer/Makefile Sun Mar 15 17:37:24 2020 (r528494)
+++ head/science/qiskit-aer/Makefile Sun Mar 15 17:43:20 2020 (r528495)
@@ -10,6 +10,8 @@ COMMENT= Simulator for quantum circuits, including noi
LICENSE= APACHE20
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
More information about the svn-ports-head
mailing list