Date: Fri, 09 Feb 2007 15:46:56 +0900 (JST) From: Maho NAKATA <chat95@mac.com> To: rpvoland@facstaff.wisc.edu Cc: vdemart1@tin.it, freebsd-ports@freebsd.org Subject: Re: math/R eats up all. Message-ID: <20070209.154656.63087958.chat95@mac.com> In-Reply-To: <20070126.113458.35660495.chat95@mac.com> References: <200701241944.53346.vdemart1@tin.it> <45B8CBFB.6090001@facstaff.wisc.edu> <20070126.113458.35660495.chat95@mac.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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@FreeBSD.org)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070209.154656.63087958.chat95>