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=2.0 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,7a2e7ca034d67547,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.227.67 with SMTP id ry3mr12657200pbc.8.1341566823527; Fri, 06 Jul 2012 02:27:03 -0700 (PDT) Path: l9ni11017pbj.0!nntp.google.com!news2.google.com!news.glorb.com!feeder.erje.net!news.mixmin.net!aioe.org!.POSTED!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: my cheat sheet note on installation of the Ada binding to Blas and Lapack Date: Fri, 06 Jul 2012 04:26:58 -0500 Organization: Aioe.org NNTP Server Message-ID: Reply-To: nma@12000.org NNTP-Posting-Host: /9Ior3ZloQ1Tx0EySzmEaA.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: 2012-07-06T04:26:58-05:00 List-Id: 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. Added the note to my Ada web page below http://12000.org/my_notes/ada/index.htm The note shows the steps to just install and build the bindings, and run the tests that came with them. This was using GNAT 2012 on Linux. Thanks to Duncan Sands and Wasu Chaopanon for writing the Blas and Lapack Ada bindings. --Nasser