From owner-freebsd-fortran@FreeBSD.ORG Thu Dec 25 14:46:13 2014 Return-Path: Delivered-To: freebsd-fortran@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6B7CAF58 for ; Thu, 25 Dec 2014 14:46:13 +0000 (UTC) Received: from mx1a.lautre.net (eyra.lautre.net [80.67.160.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.lautre.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 260BE1AFB for ; Thu, 25 Dec 2014 14:46:12 +0000 (UTC) Received: from graf.pompo.net (graf.pompo.net [78.225.128.39]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: thierry@pompo.net) by mx1a.lautre.net (Postfix) with ESMTPSA id 1FD7E40F9A for ; Thu, 25 Dec 2014 15:46:09 +0100 (CET) Received: by graf.pompo.net (Postfix, from userid 1001) id 9FBBA71E572; Thu, 25 Dec 2014 15:46:08 +0100 (CET) Date: Thu, 25 Dec 2014 15:46:08 +0100 From: Thierry Thomas To: freebsd-fortran@freebsd.org Subject: Re: math/cmlib port - PR submitted, want to discuss Message-ID: <20141225144608.GA1239@graf.pompo.net> Mail-Followup-To: freebsd-fortran@freebsd.org References: <201412242116.sBOLGs66067857@mech-as221.men.bris.ac.uk> <20141225060257.GA32765@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20141225060257.GA32765@troutmask.apl.washington.edu> X-Operating-System: FreeBSD 10.1-STABLE amd64 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: X-PGP: 0xF1C516B3C8359753 User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-fortran@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Fortran on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Dec 2014 14:46:13 -0000 Le jeu 25 déc 14 à 7:02:57 +0100, Steve Kargl écrivait : > I use blas and lapack. When I was learning F90/95, I rewrote > minpack in a free-form modern dialect. I now typically write > my own routines, but if I'm in a hurry, I simply search netlib or > Alan Miller's big pond repository for a particular routine. BTW, I'm going to commit a USES file to centralize the different Blas / Lapack usages. Reviews and comments are welcome: Best regards, -- Th. Thomas.