From owner-freebsd-ports@FreeBSD.ORG Fri Feb 9 06:47:03 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E135F16A400 for ; Fri, 9 Feb 2007 06:47:03 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.235]) by mx1.freebsd.org (Postfix) with ESMTP id A344813C4A5 for ; Fri, 9 Feb 2007 06:47:03 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: by nz-out-0506.google.com with SMTP id i11so773354nzh for ; Thu, 08 Feb 2007 22:47:03 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:message-id:to:cc:subject:from:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding:sender; b=ViPXZ8zuKtiUu5hN+7nthRODmgWu/PKwSZAFzQsN/JMRuHfzDQ/QbZBT0ltm07qYZocsp8cSIinUQ/N1i5gv+xe9I8K4/nLQcZ9w+nAVbAi3FHw3/A73PAjATZGT0E+xX7MEodr+zNErdvdxaq25OZkzzjuQt8P7KNjaKGgJsPw= Received: by 10.65.213.4 with SMTP id p4mr15167430qbq.1171003622954; Thu, 08 Feb 2007 22:47:02 -0800 (PST) Received: from localhost ( [133.11.172.102]) by mx.google.com with ESMTP id i5sm4205380nzi.2007.02.08.22.47.01; Thu, 08 Feb 2007 22:47:02 -0800 (PST) Date: Fri, 09 Feb 2007 15:46:56 +0900 (JST) Message-Id: <20070209.154656.63087958.chat95@mac.com> To: rpvoland@facstaff.wisc.edu From: Maho NAKATA 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> X-Mailer: Mew version 5.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: Maho NAKATA Cc: vdemart1@tin.it, freebsd-ports@freebsd.org Subject: Re: math/R eats up all. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2007 06:47:04 -0000 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)