From owner-freebsd-ports@FreeBSD.ORG Fri May 23 17:38:32 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6D9C37B401 for ; Fri, 23 May 2003 17:38:32 -0700 (PDT) Received: from smtp.kyoto-inet.or.jp (vscan.kyoto-inet.or.jp [202.245.160.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E65443F85 for ; Fri, 23 May 2003 17:38:32 -0700 (PDT) (envelope-from chat95@mbox.kyoto-inet.or.jp) Received: from localhost (25.60.138.210.bn.2iij.net [210.138.60.25]) by smtp.kyoto-inet.or.jp (8.12.9/8.12.9) with ESMTP id h4O0cUrV017294; Sat, 24 May 2003 09:38:30 +0900 (JST) (envelope-from chat95@mbox.kyoto-inet.or.jp) Date: Sat, 24 May 2003 09:38:48 +0900 (JST) Message-Id: <20030524.093848.115902776.chat95@mbox.kyoto-inet.or.jp> To: giffunip@yahoo.com From: Nakata Maho In-Reply-To: <20030523235037.51806.qmail@web13403.mail.yahoo.com> References: <20030524.081915.607956455.chat95@mbox.kyoto-inet.or.jp> <20030523235037.51806.qmail@web13403.mail.yahoo.com> Organization: private X-Mailer: Mew version 2.2 on XEmacs 21.1.14 (Cuyahoga Valley) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-ports@FreeBSD.org Subject: Re: Serious bug in math/superlu port (with fix) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2003 00:38:33 -0000 Hi, > I have them set, but BLAS won't use them because it's FORTRAN > not C. Perhaps the ports tree should set FFLAGS ?= $(CFLAGS) for > g77. ?? my /etc/make.conf is just like follwings(partially, of course): CXXFLAGS+= -pipe -O2 -mcpu=pentiumpro -march=pentiumpro CFLAGS+= -pipe -O2 -mcpu=pentiumpro -march=pentiumpro FFLAGS+= -pipe -O4 -mcpu=pentiumpro -march=pentiumpro -fstrength-reduce -funroll-loops -fexpensive-optimizations -ffast-math -malign-double Anyway, it should be much better to use math/atlas instead of using BLAS, which is the fastest blas implimentation, and lapack is also paritally implimented. You want to use atlas on sparc64 platform? yes, it doesn't compile, reported by kris... Sincerely yours, Nakata Maho / maho@FreeBSD.org