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: a07f3367d7,a83584e000bc28fa X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.205.126.4 with SMTP id gu4mr1280515bkc.8.1345471551816; Mon, 20 Aug 2012 07:05:51 -0700 (PDT) Received: by 10.180.107.167 with SMTP id hd7mr1899671wib.0.1345471551373; Mon, 20 Aug 2012 07:05:51 -0700 (PDT) Path: m12ni117292bkm.0!nntp.google.com!news1.google.com!yt1no32509242wib.1!news-out.google.com!q11ni226540535wiw.1!nntp.google.com!feeder1.cambriumusenet.nl!feed.tweaknews.nl!194.109.133.85.MISMATCH!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!news.stack.nl!aioe.org!.POSTED!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: Re: ada lapack Date: Mon, 20 Aug 2012 09:05:49 -0500 Organization: Aioe.org NNTP Server Message-ID: References: <12f929e9-eea3-4dc9-b10d-71e4f5732e0d@googlegroups.com> <36bc4009-6240-4797-991c-b72ec290cedc@googlegroups.com> <12606f3f-aec1-489c-8325-18e13007b6a6@googlegroups.com> <11959826-e12e-4455-b9d9-1ac4dcaf2952@googlegroups.com> <3bdbf14a-52ff-4b72-9e7b-42b543538959@googlegroups.com> <5865849c-3897-4be5-8d54-1de2e1acc3a7@googlegroups.com> <781001a0-3a99-40ac-bc5b-c8337124b29b@googlegroups.com> <698e8722-4e47-4aff-836a-9ca36e6207bf@googlegroups.com> <51bf0895-3e92-42e9-b99d-5bc03bd99d85@googlegroups.com> Reply-To: nma@12000.org NNTP-Posting-Host: 9ii5QNw33OfeoTzEH8w9ug.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:14.0) Gecko/20120713 Thunderbird/14.0 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-08-20T09:05:49-05:00 List-Id: On 8/19/2012 8:02 AM, Simon Wright wrote: > > I'm not promising _anything_, but personally I'd find it easier to do > this if the source was on Sourceforge in some version control system. My > vote would be, in descending order of preference, > > Mercurial (Hg) > git > > and, trailing by a long way, > > Subversion (svn) > > (SF isn't supporting CVS any more for new projects, a Good Thing). > Simon, yes ofcourse, Ada Lapack and Ada Blas bindings should be in source control somewhere so that any one can make changes and improvements to the same source. I can make a sourceForge project for it now and put the Lapack and Blas sources there, which are based on the original ones (BLAS Ada binding written by Duncan Sands and the LAPACK Ada binding written by Wasu Chaopanon). I will use the current snapshot I have here http://12000.org/my_notes/ada/lapack_and_blas/index.htm where I just added documentation and moved the packages into one package, and cleaned up the build makefiles and no code changes was done in the actual binding itself. I do not know how to use the source control you mention above (actually I do not know how to make a sourceForge project, but will find out. Before someone took my c2Ada updates and they put it in sourceForge for me.) If you prefer to do that, since you seem to know these things much better than me, please do so. If you are busy, I'll figure it out and put the above sources into sourceForge and make an Ada Lapack and Ada Blas projects there. and post a link to it here. This is a good idea, so that one knows where the code is and no need to go search the net for different places for it. thanks, --Nasser