From befaa1f669161d5a71af3b75c9b8704c9ad1d311 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1ll=20Haraldsson?= Date: Sun, 21 Oct 2018 21:32:42 +0000 Subject: [PATCH 1/2] ARPACK is no longer included --- DISTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DISTRIBUTING.md b/DISTRIBUTING.md index b3cdadf8f9166..6bd992e3ae049 100644 --- a/DISTRIBUTING.md +++ b/DISTRIBUTING.md @@ -138,8 +138,8 @@ called `USE_BLAS64` is available as part of the Julia build. When doing `make USE_BLAS64=0`, Julia will call BLAS and LAPACK assuming a 32-bit API, where all integers are 32-bit wide, even on a 64-bit architecture. -Other libraries that Julia uses, such as ARPACK and SuiteSparse also -use BLAS and LAPACK internally. The APIs need to be consistent across +Other libraries that Julia uses, such as SuiteSparse (and Arpack.jl that was previously an +included dependency) also use BLAS and LAPACK internally. The APIs need to be consistent across all libraries that depend on BLAS and LAPACK. The Julia build process will build all these libraries correctly, but when overriding defaults and using system provided libraries, this consistency must be ensured. From e6bdd04c891adb9a421c62a93b21e5ab6b90a610 Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Mon, 29 Oct 2018 09:23:58 +0100 Subject: [PATCH 2/2] Update DISTRIBUTING.md --- DISTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DISTRIBUTING.md b/DISTRIBUTING.md index 6bd992e3ae049..43ae69d66ce00 100644 --- a/DISTRIBUTING.md +++ b/DISTRIBUTING.md @@ -138,8 +138,8 @@ called `USE_BLAS64` is available as part of the Julia build. When doing `make USE_BLAS64=0`, Julia will call BLAS and LAPACK assuming a 32-bit API, where all integers are 32-bit wide, even on a 64-bit architecture. -Other libraries that Julia uses, such as SuiteSparse (and Arpack.jl that was previously an -included dependency) also use BLAS and LAPACK internally. The APIs need to be consistent across +Other libraries that Julia uses, such as SuiteSparse also +use BLAS and LAPACK internally. The APIs need to be consistent across all libraries that depend on BLAS and LAPACK. The Julia build process will build all these libraries correctly, but when overriding defaults and using system provided libraries, this consistency must be ensured.