From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,35f6cee6f665d64b X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.220.230 with SMTP id pz6mr1103775pbc.3.1342177933438; Fri, 13 Jul 2012 04:12:13 -0700 (PDT) Path: l9ni11589pbj.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Ken Thomas Newsgroups: comp.lang.ada Subject: Re: ANN: Ada 2005 Math Extensions 20120712 Date: Fri, 13 Jul 2012 04:12:13 -0700 (PDT) Organization: http://groups.google.com Message-ID: <8fa859b4-59bd-4d8f-bd12-c0410cae5842@googlegroups.com> References: NNTP-Posting-Host: 152.78.66.38 Mime-Version: 1.0 X-Trace: posting.google.com 1342177933 4631 127.0.0.1 (13 Jul 2012 11:12:13 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 13 Jul 2012 11:12:13 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=152.78.66.38; posting-account=B_SmUwoAAAArT7-avjstloPG8dLOABck User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-07-13T04:12:13-07:00 List-Id: On Thursday, July 12, 2012 8:44:46 PM UTC+1, Simon Wright wrote: > I'm pleased to announce the 20120712 release of the Ada 2005 Math > Extensions. > > Changes in this release: > > The GNAT Project file is now in the top directory of the > distribution. > > The tests expect AUnit 3 to be installed. > > Different releases of LAPACK may alter the sign of eigenvectors > returned by the generalized eigensystem code (remember that the > generalized eigensystem is Av = lBv, where l is an eigenvalue and v > is the corresponding eigenvector). This only affected the tests. > > Testing on Debian 6 required an increase in the test limit for > complex general eigenvalues tests for Float. > > In GNAT GPL 2012 and GCC 4.7, LAPACK and BLAS are no longer used, and > therefore aren't provided as part of GNAT on platforms where they > aren't natively available. This package requires LAPACK and BLAS to > be installed (it links with "-llapack -lblas"). > > Download: https://sourceforge.net/projects/gnat-math-extn/files/20120712/ A useful contribution! Thanks