Hi,
another workaround:
install
1. math/gotoblas
2. assume you are using ATLAS, and apply following patch
diff -u Makefile~ Makefile
--- Makefile~ Fri Feb 9 15:16:10 2007
+++ Makefile Fri Feb 9 15:38:13 2007
@@ -72,7 +72,7 @@
.if defined(WITH_ATLAS)
LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas
-CONFIGURE_ARGS+=--with-lapack="-lalapack -lcblas" --with-blas="-lf77blas"
+CONFIGURE_ARGS+=--with-lapack="-lalapack -lcblas" --with-blas="-lgoto"
PLIST_SUB+= BLAS="@comment "
.else
LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas
it builds for i386, so ATLAS is guilty.
thanks,
-- NAKATA, Maho ([EMAIL PROTECTED])
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"