aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2005-01-25 05:47:56 +0000
committerMaho Nakata <maho@FreeBSD.org>2005-01-25 05:47:56 +0000
commit7759e1bf9dbacc46780da53eaa763405a3bd621b (patch)
treeae420b577d3c74d05bd973179b1279a3186ade3e
parente1a067b7f1bab001db540a673a66805f4bfaed89 (diff)
downloadports-7759e1bf9dbacc46780da53eaa763405a3bd621b.tar.gz
ports-7759e1bf9dbacc46780da53eaa763405a3bd621b.zip
Notes
-rw-r--r--math/atlas-devel/Makefile9
-rw-r--r--math/atlas/Makefile9
2 files changed, 16 insertions, 2 deletions
diff --git a/math/atlas-devel/Makefile b/math/atlas-devel/Makefile
index c905ee32a6a8..0af4bb2dbaf9 100644
--- a/math/atlas-devel/Makefile
+++ b/math/atlas-devel/Makefile
@@ -48,7 +48,7 @@ post-patch:
.endif
.if ${MACHINE_ARCH} == "sparc64"
-PICFLAG?= -fPIC
+PICFLAG?= -fPIC
.else
PICFLAG?= -fpic
.endif
@@ -74,6 +74,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)
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)