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,7a2e7ca034d67547 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.190.104 with SMTP id gp8mr23603978pbc.4.1341897630460; Mon, 09 Jul 2012 22:20:30 -0700 (PDT) Path: l9ni11236pbj.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: my cheat sheet note on installation of the Ada binding to Blas and Lapack Date: Mon, 9 Jul 2012 22:14:05 -0700 (PDT) Organization: http://groups.google.com Message-ID: <544cbf4a-e38b-4a9b-b18c-170987fdd586@googlegroups.com> References: NNTP-Posting-Host: 130.240.232.139 Mime-Version: 1.0 X-Trace: posting.google.com 1341897630 22829 127.0.0.1 (10 Jul 2012 05:20:30 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 10 Jul 2012 05:20:30 +0000 (UTC) Cc: nma@12000.org 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 Date: 2012-07-09T22:14:05-07:00 List-Id: On Sunday, July 8, 2012 1:50:03 AM UTC+1, Nasser M. Abbasi wrote: > On 7/6/2012 4:26 AM, Nasser M. Abbasi wrote: > > fyi; > > > > I wrote a small note on the installation of the Ada binding > > to Blas and Lapack, in case they might be useful for someone. > This is my first program using the lapack binding! > I am still struggling to have Lapack/blas on Windows and perhaps they will never work! I am happy of your motivation and persistence in showing how to interface these libraries and Ada. Here are some examples that you may want to try: http://www.nag.com/lapack-ex/lapack-ex.html YC