diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-01-25 05:47:56 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-01-25 05:47:56 +0000 |
commit | 7759e1bf9dbacc46780da53eaa763405a3bd621b (patch) | |
tree | ae420b577d3c74d05bd973179b1279a3186ade3e /math/atlas | |
parent | e1a067b7f1bab001db540a673a66805f4bfaed89 (diff) | |
download | ports-7759e1bf9dbacc46780da53eaa763405a3bd621b.tar.gz ports-7759e1bf9dbacc46780da53eaa763405a3bd621b.zip |
Notes
Diffstat (limited to 'math/atlas')
-rw-r--r-- | math/atlas/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/math/atlas/Makefile b/math/atlas/Makefile index 4c97b8145d77..2d15ddfb9914 100644 --- a/math/atlas/Makefile +++ b/math/atlas/Makefile @@ -47,7 +47,7 @@ post-patch: .endif .if ${MACHINE_ARCH} == "sparc64" -PICFLAG?= -fPIC +PICFLAG?= -fPIC .else PICFLAG?= -fpic .endif @@ -73,6 +73,13 @@ do-configure: ATLAS_LIBS1=libalapack libatlas libcblas libf77blas libtstatlas ATLAS_LIBS2=libptcblas libptf77blas +pre-build: + @${ECHO_MSG} "Warning:" + @${ECHO_MSG} "Building this port can take long time" + @${ECHO_MSG} "for slow computers (over 1 day)." + @${ECHO_MSG} "And sometimes stop building for Athlon." + @${ECHO_MSG} "In this case please retype make or rebuild whole atlas." + do-build: # make lapack .if ! exists(${WRKDIR}/lapack/Makefile) |