Date: Sat, 3 Nov 2018 14:22:04 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483896 - head/lang/cilkplus Message-ID: <201811031422.wA3EM46d096516@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sat Nov 3 14:22:04 2018 New Revision: 483896 URL: https://svnweb.freebsd.org/changeset/ports/483896 Log: GCC 8 removed CilkPlus support, so we cannot USE_GCC=yes. Instead force the use of GCC 7, the last version with CilPlus support. PR: 231590 Modified: head/lang/cilkplus/Makefile Modified: head/lang/cilkplus/Makefile ============================================================================== --- head/lang/cilkplus/Makefile Sat Nov 3 14:09:55 2018 (r483895) +++ head/lang/cilkplus/Makefile Sat Nov 3 14:22:04 2018 (r483896) @@ -18,7 +18,7 @@ ONLY_FOR_ARCHS= amd64 i386 sparc64 HG_REVISION= 004467 -USE_GCC= yes +USE_GCC= 7 # GCC 8 removed CilkPlus support USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-src-${HG_REVISION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811031422.wA3EM46d096516>