Skip to content
Snippets Groups Projects
Commit ac1a59ad authored by Yuri Victorovich's avatar Yuri Victorovich
Browse files

math/cosma: Broken on systems where OpenMP isn't enabled

Reported by:	fallout
parent 6a6938ea
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,10 @@ COMMENT= Distributed communication-optimal matrix multiplication algorithm
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
.if !exists(/usr/include/omp.h)
BROKEN= requires OpenMP support that is missing on this architecture
.endif
BUILD_DEPENDS= openmpi>0:net/openmpi
LIB_DEPENDS= libopenblas.so:math/openblas
RUN_DEPENDS= openmpi>0:net/openmpi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment