From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cc-smtpout1.netcologne.de (cc-smtpout1.netcologne.de [IPv6:2001:4dd0:100:1062:25:2:0:1]) by sourceware.org (Postfix) with ESMTPS id CC76C3858D1E for ; Sun, 4 Jun 2023 07:50:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org CC76C3858D1E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=netcologne.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=netcologne.de Received: from cc-smtpin1.netcologne.de (cc-smtpin1.netcologne.de [89.1.8.201]) by cc-smtpout1.netcologne.de (Postfix) with ESMTP id B6F4D126C5; Sun, 4 Jun 2023 09:49:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=netcologne.de; s=nc1116a; t=1685864999; bh=cNl27hi3ErfOQ+b6Zo5lLKj9sLXE2dFFuy66XGDkFNk=; h=Message-ID:Date:Subject:To:Cc:References:From:In-Reply-To:From; b=Ci5rMqbuQAQWOo2GImc+h8KPUWZEJctOnClu8UkEkwNLTlBSP5LTgXMPJYYGKKVfV yAn15yNqznk38gPvsflgz3cayqBo+h/slcRpchcqXQuZ9yoj/to686yqdZV8kIL1hT W8SZFaKOMWwymNpkV0gFP98v3LMjyeCGuijHZwvoryleWHRuECjChBevDmePSs9Mxh JAFbUyW8eXxMOPmPE1Gpd7e5WHXHiDfzjx21XYWHMtZ9kZMKIQo92xmv8yGw1DEw4b 4ov3LIJqfv2Tov6sN6Cy5EfDr8bvggfiz5M9RzkZjYk0gJSZStaGhkLx039JY/R4GR /tXvE3inTepDg== Received: from [IPV6:2001:4dd4:fddc:0:7285:c2ff:fe6c:992d] (2001-4dd4-fddc-0-7285-c2ff-fe6c-992d.ipv6dyn.netcologne.de [IPv6:2001:4dd4:fddc:0:7285:c2ff:fe6c:992d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by cc-smtpin1.netcologne.de (Postfix) with ESMTPSA id 065C611D83; Sun, 4 Jun 2023 09:49:51 +0200 (CEST) Message-ID: Date: Sun, 4 Jun 2023 09:49:51 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Subject: Re: Possible funding of gfortran work Content-Language: en-US To: Benson Muite , Andre Vehreschild , Damian Rouson Cc: Jerry D , Mikael Morin , Paul Richard Thomas , GCC-Fortran-ML , Lexi Pimenidis References: <4697f7be-ac3e-8c5d-f27c-3aec89b5b03f@protonmail.com> <0d923990-0b7a-a1ea-8389-bf3837e73ed0@gmail.com> <737bbf36-04a8-c1e4-b3aa-31121df66013@netcologne.de> <20230527132414.50184389@vepi2> <105c761a-5030-aee5-6587-2783a794f469@gmail.com> <20230530153242.54728d4d@vepi2> <2fa3240f-fbb8-23b6-2a10-24f9a415f729@netcologne.de> <5bde7c1f-3524-7f2e-fd48-a4b97734e2b9@emailplus.org> <2f95809c-8f0b-7d75-ca62-aeee11c6bee0@netcologne.de> <20230531142302.75ec742d@vepi2> <20230601111808.5ed7a9e3@vepi2> <82fbd0b2-41d9-c2b7-1655-816d5681c7c4@emailplus.org> From: Thomas Koenig In-Reply-To: <82fbd0b2-41d9-c2b7-1655-816d5681c7c4@emailplus.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-NetCologne-Spam: L X-Rspamd-Action: no action X-Rspamd-Queue-Id: 065C611D83 X-Spamd-Bar: / X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE,WINNER_SUBJECT autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 01.06.23 13:12, Benson Muite via Fortran wrote: > R and Octave may also be good examples of use cases. More generally, Lapack is written in Fortran, and R uses Lapack (as we found out the hard way with PR 90329). And Lapack is really a foundation of linear algebra, which is at the heart of a _lot_ of scientific software.