Date: Wed, 8 Aug 2018 23:06:16 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476689 - head/math/ambit Message-ID: <201808082306.w78N6GWM077485@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Wed Aug 8 23:06:15 2018 New Revision: 476689 URL: https://svnweb.freebsd.org/changeset/ports/476689 Log: math/ambit: Use llvm60 instead of llvm38 PR: 230471 Submitted by: brooks Modified: head/math/ambit/Makefile Modified: head/math/ambit/Makefile ============================================================================== --- head/math/ambit/Makefile Wed Aug 8 21:46:21 2018 (r476688) +++ head/math/ambit/Makefile Wed Aug 8 23:06:15 2018 (r476689) @@ -4,7 +4,7 @@ PORTNAME= ambit DISTVERSIONPREFIX= v DISTVERSION= 0.2-37 DISTVERSIONSUFFIX= -g9c7049a -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math PKGNAMESUFFIX= -tensor # avoid clash with shells/ambit @@ -31,10 +31,10 @@ CMAKE_ARGS+= -DENABLE_TESTS:BOOL=OFF # https://github. .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000 # It requires clang version >3.6 -BUILD_DEPENDS+= clang38:devel/llvm38 -RUN_DEPENDS+= clang38:devel/llvm38 -CC= clang38 -CXX= clang++38 +BUILD_DEPENDS+= clang60:devel/llvm60 +RUN_DEPENDS+= clang60:devel/llvm60 +CC= clang60 +CXX= clang++60 .endif .include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808082306.w78N6GWM077485>