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.219.170 with SMTP id pp10mr4478275pbc.1.1342262602854; Sat, 14 Jul 2012 03:43:22 -0700 (PDT) Path: l9ni11715pbj.0!nntp.google.com!news1.google.com!goblin1!goblin.stu.neva.ru!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: ANN: Ada 2005 Math Extensions 20120712 Date: Sat, 14 Jul 2012 11:43:21 +0100 Organization: A noiseless patient Spider Message-ID: References: <167ecede-3588-45f0-904b-06a8be4cfec7@googlegroups.com> Mime-Version: 1.0 Injection-Info: mx04.eternal-september.org; posting-host="fe630d17d1d63a3b2430faa6417d089a"; logging-data="21133"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/tuaj/wjUV/jiOsHA4Vynd1a5v921Acqk=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (darwin) Cancel-Lock: sha1:iRTPFVyML2v9mraK19CUj1IsI0U= sha1:4wanZQ9qGK3u2jlpI/4YHqoW1o8= Content-Type: text/plain Date: 2012-07-14T11:43:21+01:00 List-Id: Ada novice writes: > 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? I only have Debian 6 here (squeeze?), and GCC 4.4.5 doesn't have inbuilt LAPACK or BLAS, which would be in libgnalasup.a. Instead, it says "-lgnala -llapack -lblas' and picks up liblapack.so.3gf, libblas.so.3gf (and libgfortran.so.3). I expect Debian testing will do the same. I tested 20120712 with GNAT GPL 2011 and 2012 on Mac OS X and Debian 6, with FSF GCC 4.6 and 4.7 on Mac OS X, and with Debian GCC 4.4.5 on Debian 6. As you know, it doesn't work on Windows because we can't find a suitable liblapack.dll, libblas.dll. > 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? I would think so. > 3. I am installing LAPACK liblapack3gf and BLAS libatlas3gf-base as > you are aware. Will this separate installation of LAPACK and BLAS get > into conflicts with the ones in GNAT when running your math extension > package? Any adjustments in the path that I need to make? As I said above, I don't believe that GNAT on Debian has inbuilt LAPACK, BLAS.