From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id CE6073858005; Wed, 1 Feb 2023 10:00:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CE6073858005 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1675245650; bh=+GLlCL1H+k9tphrb8Nusvyv9iM1rT0jX0v/CiwWqK74=; h=To:Subject:Date:From:From; b=RGwKxBKq+nl9UWu2qrNCeU9gL8xFQm/oMe8kcqkMyfOyIj7YOYB6OlUJIcLKts5aC R9+xU8p2bG6H8NQIXo9uSOr7wUulXoBGlLHahxT9OBY6QY/Fc7V/OqEcp3AlGjk4Uw tgfQNlDQxa8eo49nJ9SwtrJMfGYDINnyW1rxllCw= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. b063df4f4423707a5d1399cde6be05f053b77c59 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 928115ec22e3d8eb5128f154465425b04a98aa31 X-Git-Newrev: b063df4f4423707a5d1399cde6be05f053b77c59 Message-Id: <20230201100050.CE6073858005@sourceware.org> Date: Wed, 1 Feb 2023 10:00:50 +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 b063df4f4423707a5d1399cde6be05f053b77c59 (commit) from 928115ec22e3d8eb5128f154465425b04a98aa31 (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 b063df4f4423707a5d1399cde6be05f053b77c59 Author: Gerald Pfeifer Date: Wed Feb 1 11:00:12 2023 +0100 testing: Update LAPACK links www.netlib.org now redirects to netlib.org. diff --git a/htdocs/testing/testing-lapack.html b/htdocs/testing/testing-lapack.html index 6416ac3e..3262d69c 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