diff options
author | maho <maho@FreeBSD.org> | 2006-02-13 05:38:23 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-02-13 05:38:23 +0000 |
commit | 9096d4c0a30037f9565ff694a9ffbb7a62b3cc4b (patch) | |
tree | 5a686905b00542bc63fa985045109ac2a9151861 /math | |
parent | 45f246f1b9bf5f83ea4f1b1ef9050506886ef1f8 (diff) | |
download | FreeBSD-ports-9096d4c0a30037f9565ff694a9ffbb7a62b3cc4b.zip FreeBSD-ports-9096d4c0a30037f9565ff694a9ffbb7a62b3cc4b.tar.gz |
Cosmetic change
Diffstat (limited to 'math')
-rw-r--r-- | math/atlas-devel/Makefile | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/math/atlas-devel/Makefile b/math/atlas-devel/Makefile index 64242ef..81f8ed6 100644 --- a/math/atlas-devel/Makefile +++ b/math/atlas-devel/Makefile @@ -19,11 +19,12 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= maho@FreeBSD.org COMMENT= Development version of math/atlas +NO_PACKAGE= "Optimizes for the local machine, so a package is not generally useful. Set FORCE_PACKAGE to override" + USE_BZIP2= yes WRKSRC= ${WRKDIR}/ATLAS INSTALLS_SHLIB= yes USE_REINPLACE= yes -NO_PACKAGE= runtime performance heavily depends on building environment .include <bsd.port.pre.mk> @@ -77,6 +78,12 @@ ANSWER= ${ANSWER_${ARCH}} EXTRA_PATCHES+= ${FILESDIR}/timing_tolerance-patch .endif +.if defined(WITH_STATICLIB) +PLIST_SUB= WITH_STATICLIB="" +.else +PLIST_SUB= WITH_STATICLIB="@comment " +.endif + pre-configure: @${ECHO_MSG} "Warning:" @${ECHO_MSG} "Building this port can take long time" @@ -84,9 +91,10 @@ pre-configure: @${ECHO_MSG} "And sometimes stop building for Athlon." @${ECHO_MSG} "In this case please retype make or rebuild whole atlas." @${ECHO_MSG} +pre-build: .if !defined(PORTS_ARCH) @${ECHO_MSG} "Warning:" - @${ECHO_MSG} "If your arch is not correctly detected, you can specify" + @${ECHO_MSG} "If your arch is not correctly detected, you can specify" @${ECHO_MSG} "by yourself." @${ECHO_MSG} "for example : make PORTS_ARCH=P5Int" @${ECHO_MSG} "Available architectures for x86 are:" @@ -119,12 +127,6 @@ do-configure: ATLAS_LIBS1=libalapack libatlas libcblas libf77blas libtstatlas ATLAS_LIBS2=libptcblas libptf77blas -.if defined(WITH_STATICLIB) -PLIST_SUB= WITH_STATICLIB="" -.else -PLIST_SUB= WITH_STATICLIB="@comment " -.endif - do-build: # make lapack .if ! exists(${WRKDIR}/lapack/Makefile) |