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 autolearn=ham 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.130.14 with SMTP id hk14mr1419680bkc.5.1345503461868; Mon, 20 Aug 2012 15:57:41 -0700 (PDT) Received: by 10.180.24.135 with SMTP id u7mr2105248wif.3.1345503461429; Mon, 20 Aug 2012 15:57:41 -0700 (PDT) Path: m12ni121191bkm.0!nntp.google.com!news2.google.com!7no31329760wig.0!news-out.google.com!q11ni232666581wiw.1!nntp.google.com!feeder3.cambriumusenet.nl!feed.tweaknews.nl!194.134.4.91.MISMATCH!news2.euro.net!news.mixmin.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: ada lapack Date: Mon, 20 Aug 2012 23:57:41 +0100 Organization: A noiseless patient Spider Message-ID: References: <12f929e9-eea3-4dc9-b10d-71e4f5732e0d@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> Mime-Version: 1.0 Injection-Info: mx04.eternal-september.org; posting-host="42c1942dfadc1cd741ff4f4031e1b906"; logging-data="11236"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+7tn+ys7bcmqbmOfkYeaVBKeWYdZGYrVg=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (darwin) Cancel-Lock: sha1:LTCp6wRThmCWRp0cGwRfPzZpyTE= sha1:IuctYRKrtOfr/CMqpjzA9MI8N3k= Content-Type: text/plain Date: 2012-08-20T23:57:41+01:00 List-Id: "Nasser M. Abbasi" writes: > On 8/20/2012 9:05 AM, Nasser M. Abbasi wrote: > >> >> 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've created an adablas and adalapack projects at source forge > > https://sourceforge.net/p/adablas/wiki/Home/ > https://sourceforge.net/p/adalapack/wiki/Home/ > > I am just not sure how to use git to upload what I have > here > > http://12000.org/my_notes/ada/lapack_and_blas/index.htm > > to the above. I never used git before. Need more time to > figure it out. > > If someone knows already how to use git and sourceforge and would like > to do this (just to upload the 2 zip files I have in my web page above > (at the bottom of the page) to the above projects, that is all. I've updated the adablas project (leaving out the test/ executables that had made their way into the zip file!) but am unsure about the adalapack project; there are quite a lot of files named, or in directories named, OLD. Also, I don't think the convert/ directory is useful any more? Please advise. I can see that people using GPS would want to use git (or svn, or even cvs) because GPS supports them, and doesn't support hg. But I still think that git is far more complex than most people need. We are not Linus Torvalds!