math/R eats up all.

Maho NAKATA chat95 at mac.com
Fri Feb 9 06:47:04 UTC 2007


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 (maho at FreeBSD.org)


More information about the freebsd-ports mailing list