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,81bb2ce65a3240c3 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.228.227 with SMTP id sl3mr10160676pbc.5.1341503781821; Thu, 05 Jul 2012 08:56:21 -0700 (PDT) Path: l9ni10938pbj.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: johnscpg@googlemail.com Newsgroups: comp.lang.ada Subject: Re: What would you like in Ada202X? Date: Thu, 5 Jul 2012 08:55:00 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <3637793.35.1335340026327.JavaMail.geo-discussion-forums@ynfi5> <4ff312ad$0$6178$ba4acef3@reader.news.orange.fr> <4ff314d8$0$6218$ba4acef3@reader.news.orange.fr> <856acffb-1fc3-474e-b11f-f540977e945f@googlegroups.com> <0o59v7djiffnl7sqdpp2uiso78oa9hb8sb@invalid.netcom.com> NNTP-Posting-Host: 143.117.23.126 Mime-Version: 1.0 X-Trace: posting.google.com 1341503781 22654 127.0.0.1 (5 Jul 2012 15:56:21 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 5 Jul 2012 15:56:21 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=143.117.23.126; posting-account=Jzt5lQoAAAB4PhTgRLOPGuTLd_K1LY-C User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-07-05T08:55:00-07:00 List-Id: On Wednesday, July 4, 2012 11:26:53 PM UTC+1, Simon Wright wrote: > shai.lesh writes: > > > On Wednesday, July 4, 2012 8:22:46 PM UTC+1, Dennis Lee Bieber wrote: > > > >> A search of my machine (WinXP, ancient) with the 2011 build from > >> AdaCore/libre, seeking *blas*.* > >> > >> > >> Nothing in E:\GNAT\... and only an old malware checker from M$ in > >> system directories. > >> -- > > > > Nothing in mine too. I have both GNAT GPL 2011 and 2012 on > > Windows. Hope that next Ada versions will make the library more > > "accessible" and easier to use. > > Looks as though for GNAT GPL 2011 on Windows, BLAS and LAPACK are in > C:\GNAT\2011\lib\gcc\i686-pc-mingw32\4.5.3\libgnalasup.a. > > Not as obvious as one might have expected. On linux, the GNAT GPL 2011 lapack stuff seems to be in .../lib/gcc/x86_64-pc-linux-gnu/4.5.3/adalib/libgnala.a Package interfaces.fortran.blas was in the files i-forbla.ads and i-forbla.adb, and lapack interfaces in i-forlap.ads. In the GNAT GPL 2012 distribution I can't find any of these things. I was able to get your Ada_Numerics.Generic_Arrays package working OK on GPL 2012, but I had to copy i-forbla.ads and i-forbla.adb from the old GPL 2011 src, and I had to link to my own lapack and blas libraries. At least System.Generic_Array_Operations is still in 2012, so Ada_Numerics.Generic_Arrays worked well. J.