mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
science/qiskit-aer: Broken where OpenMP is missing
Reported by: fallout
This commit is contained in:
parent
c698c6ea71
commit
272f304654
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ LICENSE= APACHE20
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
BROKEN_i386= undefined reference to `__atomic_load' # '
|
||||
.if !exists(/usr/include/omp.h)
|
||||
BROKEN= requires OpenMP support that is missing on this architecture
|
||||
.endif
|
||||
|
||||
BUILD_DEPENDS= nlohmann-json>0:devel/nlohmann-json \
|
||||
pybind11>0:devel/pybind11
|
||||
|
|
Loading…
Add table
Reference in a new issue