diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-08-02 16:15:41 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-08-02 16:22:20 +0000 |
commit | 634444122f8c361670721e0f21cbff70b857eb03 (patch) | |
tree | 2556a3b756469d75b54ac6dc238e46beff7749bc | |
parent | 3a8028c3d171e036c60a39bf64b0f84cf185338b (diff) |
math/libflame: Unbreak
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | math/libflame/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/libflame/Makefile b/math/libflame/Makefile index 3b2d90684b82..ed7af8d9d5f7 100644 --- a/math/libflame/Makefile +++ b/math/libflame/Makefile @@ -14,12 +14,11 @@ ONLY_FOR_ARCHS_REASON= make system does not support other architectures yet BUILD_DEPENDS= bash:shells/bash GNU_CONFIGURE= yes -USES= compiler:c11 gmake prthon:3.8 +USES= compiler:c11 gmake python:3.8 USE_CSTD= c99 -USE_LDCONFIG= yes - USE_GITHUB= yes GH_ACCOUNT= flame +USE_LDCONFIG= yes OPTIONS_RADIO= PARALLELIZATION OPTIONS_RADIO_PARALLELIZATION= NONE THREADS OPENMP |