From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 9909F3858D20; Sat, 29 Oct 2022 21:17:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9909F3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1667078257; bh=U0RNBg8u2eVzNouF7pqDhv+iLlvnGyKtENu/r1UrhiM=; h=To:Subject:Date:From:From; b=GoNFUYzGAT6xrMNTyUHKOq0W1Jbv7MaQ3J8m2MwhKn1aCF/O53pvvyoDvj/eXdvKq 06TDoo/lf/OlimW+h8/99QN1ohKdyQAc4MdYAY3XS7+9/klMw6ofKtWont4o5KEc// Qjqmbb+8p2QmnvAsnqcYVGMzg0sUDxTLYwu52imw= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 3370a3fc10cdbc62797b7177e8afaecfbf8e5d31 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d2ad6df5d3189c215db12408c9b9451acffddad8 X-Git-Newrev: 3370a3fc10cdbc62797b7177e8afaecfbf8e5d31 Message-Id: <20221029211737.9909F3858D20@sourceware.org> Date: Sat, 29 Oct 2022 21:17:37 +0000 (GMT) From: Gerald Pfeifer List-Id: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 3370a3fc10cdbc62797b7177e8afaecfbf8e5d31 (commit) from d2ad6df5d3189c215db12408c9b9451acffddad8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3370a3fc10cdbc62797b7177e8afaecfbf8e5d31 Author: Gerald Pfeifer Date: Sat Oct 29 23:17:17 2022 +0200 testing: Switch www.netlib.org to https diff --git a/htdocs/testing/testing-lapack.html b/htdocs/testing/testing-lapack.html index a819b7d5..6416ac3e 100644 --- a/htdocs/testing/testing-lapack.html +++ b/htdocs/testing/testing-lapack.html @@ -11,14 +11,14 @@

LAPACK build and test guide

This page is a guide to building the -LAPACK linear +LAPACK linear algebra package and running its testing and timing programs as part of GCC integration testing.

Resource usage

The LAPACK distribution, available from the netlib repository at -lapack.tgz, +lapack.tgz, is a 5 MB file. The uncompressed LAPACK distribution comprises some 35 MB of source files. Building the libraries, test and timing programs adds between 80 and 100 MB of objects, libraries and executables to this.

----------------------------------------------------------------------- Summary of changes: htdocs/testing/testing-lapack.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs