Date: Sun, 5 Jul 2020 09:24:54 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541266 - head/math/clasp Message-ID: <202007050924.0659Os2U029789@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Sun Jul 5 09:24:54 2020 New Revision: 541266 URL: https://svnweb.freebsd.org/changeset/ports/541266 Log: math/clasp: fix build on GCC architectures Use C++11 compiler: CMake Error in app/CMakeLists.txt: Target "clasp" requires the language dialect "CXX11" (with compiler extensions), but CMake does not know the compile flags to use to enable it. MFH: 2020Q3 (fix build blanket) Modified: head/math/clasp/Makefile Modified: head/math/clasp/Makefile ============================================================================== --- head/math/clasp/Makefile Sun Jul 5 09:14:03 2020 (r541265) +++ head/math/clasp/Makefile Sun Jul 5 09:24:54 2020 (r541266) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_sparc64= Fails to build: internal compiler error -USES= cmake +USES= compiler:c++11-lang cmake USE_GITHUB= yes GH_ACCOUNT= potassco
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007050924.0659Os2U029789>