science/qiskit-aer: Broken where OpenMP is missing

Reported by:	fallout
This commit is contained in:
Yuri Victorovich 2025-02-28 08:00:09 -07:00
parent c698c6ea71
commit 272f304654

View file

@ -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