From owner-freebsd-fortran@FreeBSD.ORG Thu Dec 25 22:08:15 2014 Return-Path: Delivered-To: freebsd-fortran@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 652E8DAB for ; Thu, 25 Dec 2014 22:08:15 +0000 (UTC) Received: from mx1b.lautre.net (etna.lautre.net [80.67.160.72]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (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 1EEB61C9D for ; Thu, 25 Dec 2014 22:08:14 +0000 (UTC) Received: from graf.pompo.net (graf.pompo.net [78.225.128.39]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: thierry@pompo.net) by mx1b.lautre.net (Postfix) with ESMTPSA id 03D037E0BA for ; Thu, 25 Dec 2014 23:08:10 +0100 (CET) Received: by graf.pompo.net (Postfix, from userid 1001) id 7CAD071E571; Thu, 25 Dec 2014 23:08:10 +0100 (CET) Date: Thu, 25 Dec 2014 23:08:10 +0100 From: Thierry Thomas To: freebsd-fortran@freebsd.org Subject: Re: math/cmlib port - PR submitted, want to discuss Message-ID: <20141225220810.GC31170@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> <20141225144608.GA1239@graf.pompo.net> <20141225164143.GA34817@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: <20141225164143.GA34817@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 22:08:15 -0000 Le jeu 25 déc 14 à 17:41:43 +0100, Steve Kargl écrivait : > > > > > > With only a very brief scan, I would have > > _valid_ARGS= atlas netlib gotoblas openblas > > Oldtimers will know "netlib" over "reference" and Goto's library > is called gotoblas. > > The default should be netlib. If you choose to set > the default to openblas, does it install a symlink from > libopenblas to libblas. In fact, I would recommend setting > a symlink for atlas, gotoblas, and openblas. This is, of course, > my own opinion. Thanks for the feedback. No problem for me: I just choosed "reference" because this was the name used by math/suitesparse. We discussed about the default with maho@ and pfg@, and it seemed that openblas was the "trending" lib, but netlib is fine too. I'm not sure about a symlink: would'nt it imply conflicts between these different ports? How do you see it? -- Th. Thomas.