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=3.0 required=5.0 tests=BAYES_00,DATE_IN_PAST_12_24, FORGED_MUA_MOZILLA,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,222ed89632aabb93 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.204.130.7 with SMTP id q7mr4433118bks.2.1342042194431; Wed, 11 Jul 2012 14:29:54 -0700 (PDT) Path: m12ni31bkm.0!nntp.google.com!news2.google.com!volia.net!news2.volia.net!feed-A.news.volia.net!news.ecp.fr!aioe.org!.POSTED!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: Re: Free AMD Core Math Library (BLAS/LAPACK) + Ada Date: Tue, 10 Jul 2012 16:48:15 -0500 Organization: Aioe.org NNTP Server Message-ID: References: <41b74e89-f112-4791-883d-236080652dbf@googlegroups.com> <2565f27a-48d1-4000-978d-c3946154ea32@googlegroups.com> <212027fd-e3a3-45cc-b594-df6a4ae96138@googlegroups.com> <0c159836-b4b9-4861-85cd-e3e61e94f8bc@googlegroups.com> <99901f55-e61a-4808-a442-1a62e625cd2e@googlegroups.com> <37b4ba31-245e-44d1-9183-5c3367c88101@googlegroups.com> Reply-To: nma@12000.org NNTP-Posting-Host: KdJUrTuvv3Zv/s8pPxNluw.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-10T16:48:15-05:00 List-Id: On 7/10/2012 3:02 PM, Ada novice wrote: > 1. I see an x86-linux GNAT GPL at AdaCore libre that will be >appropriate for my 32-bit system. Do I install this version or >do I let "software manager" in my Linux mint to "find" the appropriate GNAT GPL? > GNAT GPL 2012 is only available from Libre, that is what I used. Download that from Libre website (select linux) and install it. Do not use the package manager version of GNAT, that will be older one. > 2. I will install the acml-4-4-0-gfortran-32bit.tgz from ACML. >Hope this works! Nevertheless I saw some lapack files already on my Linux. >So should I just disregard these? Do not remove anything manually. Install Lapack and Blas from the cynaptic package manager. Search for liblapack3gf and libblas3gf and select them and install them. That is all. Then define in your .bashrc file the LD_LIBRARY_PATH. See my earlier notes on installation on this for more info. I did not install acml myself. --Nasser