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

math/fenics-basix: Broken when std::concepts isn't available for clang

Reported by:	fallout
parent 61d6b8b2
No related branches found
No related tags found
No related merge requests found
......@@ -21,4 +21,10 @@ GH_PROJECT= basix
WRKSRC_SUBDIR= cpp
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${CHOSEN_COMPILER_TYPE} == clang && !exists(/usr/include/c++/v1/concepts) # true only on FreeBSD_12
BROKEN= system is missing a required C++ feature std::concepts
.endif
.include <bsd.port.post.mk>
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