Date: Sat, 30 Sep 2023 10:15:14 GMT From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 63b8367b3342 - 2023Q3 - math/libflame: Unbreak Message-ID: <202309301015.38UAFEHH080750@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2023Q3 has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=63b8367b3342f78085e102731ea0708e12005d77 commit 63b8367b3342f78085e102731ea0708e12005d77 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-02 16:15:41 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2023-09-30 10:14:36 +0000 math/libflame: Unbreak Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation (cherry picked from commit 634444122f8c361670721e0f21cbff70b857eb03) --- math/libflame/Makefile | 5 ++--- 1 file 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309301015.38UAFEHH080750>