From 0ed2146a9a4910249577e81b4d38138f81f66746 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Mon, 28 Oct 2024 19:10:22 -0500 Subject: [PATCH] Update GitHub repo for OpenBLAS. --- tasks/algebra_openblas.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/algebra_openblas.yml b/tasks/algebra_openblas.yml index ff17862..b143510 100644 --- a/tasks/algebra_openblas.yml +++ b/tasks/algebra_openblas.yml @@ -1,7 +1,7 @@ --- - name: Download OpenBLAS linear algebra library. ansible.builtin.git: - repo: 'https://github.com/xianyi/OpenBLAS' + repo: 'https://github.com/OpenMathLib/OpenBLAS.git' version: "{{ linear_algebra_openblas_version }}" dest: "{{ hpl_root }}/tmp/openblas-build"