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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,202498ad95ab3bb6,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!feeder.news-service.com!94.75.214.39.MISMATCH!aioe.org!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: What is the status of Ada binding to lapack? Date: Tue, 14 Dec 2010 21:32:02 -0800 Organization: Aioe.org NNTP Server Message-ID: Reply-To: nma@12000.org NNTP-Posting-Host: tUYQ4Ty9mMw9Pdc8TJRFQA.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 Xref: g2news2.google.com comp.lang.ada:16920 Date: 2010-12-14T21:32:02-08:00 List-Id: Searching I could only find a reference to http://www.sigada.org/ada_95/bindings.html With the following broken link to binding of Ada to Lapack ftp://cs.nyu.edu/pub/gnat/contrib/lapack-ada/ how does one uses lapack from Ada without binding? I understand that with latest gnat gpl 2010, these libraries (lapack and blas) are part of the distribution and are automatically linked with since they are used by some one the new Ada 2005 math functions (Annex G?) such as Solve(). But what if I wanted to make specific call to other lapack functions myself from Ada? ps. I found a page which says to have Ada binding to Blas, http://topo.math.u-psud.fr/~sands/Programs/BLAS/ but did not try it. thanks, --Nasser