View | Details | Raw Unified | Return to bug 230471
Collapse All | Expand All

(-)Makefile (-5 / +5 lines)
Lines 4-10 Link Here
4
DISTVERSIONPREFIX=	v
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.2-37
5
DISTVERSION=	0.2-37
6
DISTVERSIONSUFFIX=	-g9c7049a
6
DISTVERSIONSUFFIX=	-g9c7049a
7
PORTREVISION=	2
7
PORTREVISION=	3
8
CATEGORIES=	math
8
CATEGORIES=	math
9
PKGNAMESUFFIX=	-tensor # avoid clash with shells/ambit
9
PKGNAMESUFFIX=	-tensor # avoid clash with shells/ambit
10
10
Lines 31-40 Link Here
31
31
32
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000
32
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000
33
# It requires clang version >3.6
33
# It requires clang version >3.6
34
BUILD_DEPENDS+=	clang38:devel/llvm38
34
BUILD_DEPENDS+=	clang60:devel/llvm60
35
RUN_DEPENDS+=	clang38:devel/llvm38
35
RUN_DEPENDS+=	clang60:devel/llvm60
36
CC=		clang38
36
CC=		clang60
37
CXX=		clang++38
37
CXX=		clang++60
38
.endif
38
.endif
39
39
40
.include <bsd.port.post.mk>
40
.include <bsd.port.post.mk>

Return to bug 230471