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,FREEMAIL_FROM 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.240.101 with SMTP id vz5mr4161083pbc.4.1342253630242; Sat, 14 Jul 2012 01:13:50 -0700 (PDT) Path: l9ni11649pbj.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Ada novice Newsgroups: comp.lang.ada Subject: Re: ANN: Ada 2005 Math Extensions 20120712 Date: Sat, 14 Jul 2012 01:13:49 -0700 (PDT) Organization: http://groups.google.com Message-ID: <167ecede-3588-45f0-904b-06a8be4cfec7@googlegroups.com> References: NNTP-Posting-Host: 130.240.232.139 Mime-Version: 1.0 X-Trace: posting.google.com 1342253630 27670 127.0.0.1 (14 Jul 2012 08:13:50 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 14 Jul 2012 08:13:50 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=130.240.232.139; posting-account=Rr9I-QoAAACS-nOzpA-mGxtAlZ46Nb6I User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-07-14T01:13:49-07:00 List-Id: On Thursday, July 12, 2012 8:44:46 PM UTC+1, Simon Wright wrote: >=20 > 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 t= o > be installed (it links with "-llapack -lblas"). >=20 Thanks for the release. Someone advised me not to have GNAT GPL under linux= but to have the Debian testing packages instead. I now have the linux mint= debian edition. If I put the line: deb ftp://ftp.debian.org/debian/ testing main in the /etc/apt/sources.list, I will get on issuing apt-get install gnat the versions of gnat 4.6.3, gps 5.0.6 and libgtkada 2.24.1 among other file= s. Questions: 1. One question is that whether your latest 20120712 package will work with= gnat 4.6.3. Will the package use the inbuilt LAPACK and BLAS inside GNAT? 2. If I instead stick to your earlier release of the math extension package= since I have gnat 4.6.3, then things should run smoothly. Is that true? 3. I am installing LAPACK liblapack3gf and BLAS libatlas3gf-base as you are= aware. Will this separate installation of LAPACK and BLAS get into conflic= ts with the ones in GNAT when running your math extension package? Any adju= stments in the path that I need to make? Thanks. YC