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

(-)Makefile (-6 / +4 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	atlas
8
PORTNAME=	atlas
9
PORTVERSION=	3.8.3
9
PORTVERSION=	3.8.3
10
PORTREVISION=	1
10
PORTREVISION=	2
11
PORTEPOCH=	1
11
PORTEPOCH=	1
12
CATEGORIES=	math
12
CATEGORIES=	math
13
MASTER_SITES=	SF/math-${PORTNAME}/Stable/${PORTVERSION}
13
MASTER_SITES=	SF/math-${PORTNAME}/Stable/${PORTVERSION}
Lines 24-29 Link Here
24
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
25
CONFLICTS=	atlas-devel-[0-9]*
25
CONFLICTS=	atlas-devel-[0-9]*
26
26
27
OPTIONS=	OPTIMIZED_FLAGS "Build with optimized FFLAGS" off \
28
		STATICLIB	"Build static libraries" off
29
27
.include <bsd.port.pre.mk>
30
.include <bsd.port.pre.mk>
28
31
29
NOT_FOR_ARCHS=	alpha
32
NOT_FOR_ARCHS=	alpha
Lines 106-116 Link Here
106
	@${ECHO_MSG} "compiler, although other gcc versions may be used; gcc 4.1.x"
109
	@${ECHO_MSG} "compiler, although other gcc versions may be used; gcc 4.1.x"
107
	@${ECHO_MSG} "is NOT recommended"
110
	@${ECHO_MSG} "is NOT recommended"
108
	@${ECHO_MSG}
111
	@${ECHO_MSG}
109
.if !defined(WITH_STATICLIB)
110
	@${ECHO_MSG} "You can build static libraries with"
111
	@${ECHO_MSG} "make -DWITH_STATICLIB"
112
	@${ECHO_MSG}
113
.endif
114
.if !defined(WITH_WALL_TIMER)
112
.if !defined(WITH_WALL_TIMER)
115
	@${ECHO_MSG} "If your machine will be solely dedicated to"
113
	@${ECHO_MSG} "If your machine will be solely dedicated to"
116
	@${ECHO_MSG} "building atlas with gcc during the lengthy optimization"
114
	@${ECHO_MSG} "building atlas with gcc during the lengthy optimization"

Return to bug 155650