diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-02-13 05:38:23 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-02-13 05:38:23 +0000 |
commit | 8d9c7bbc7c246c107606aaf33da33cc7ad02f470 (patch) | |
tree | 8c459b6e652cd46e6ab8a5f0d775a5c39a387efd /math/atlas-devel | |
parent | f236f72426b5ed7c62810e38800422cc534d7349 (diff) | |
download | ports-8d9c7bbc7c246c107606aaf33da33cc7ad02f470.tar.gz ports-8d9c7bbc7c246c107606aaf33da33cc7ad02f470.zip |
Notes
Diffstat (limited to 'math/atlas-devel')
-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 64242ef98464..81f8ed67ff55 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) |