Skip to content

Commit 36d653c

Browse files
committed
Merge pull request #14588 from JuliaLang/nl/lapack
Raise minimum LAPACK and utf8proc versions in README.md
2 parents 643f9b2 + fa96177 commit 36d653c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ Julia uses the following external libraries, which are automatically downloaded
269269
- **[OpenSpecFun]** (>= 0.4) — library containing Bessel and error functions of complex arguments.
270270
- **[DSFMT]** — fast Mersenne Twister pseudorandom number generator library.
271271
- **[OpenBLAS]** — fast, open, and maintained [basic linear algebra subprograms (BLAS)](https://en.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms) library, based on [Kazushige Goto's](https://en.wikipedia.org/wiki/Kazushige_Goto) famous [GotoBLAS](https://www.tacc.utexas.edu/research-development/tacc-software/gotoblas2).
272-
- **[LAPACK]** (>= 3.4) — library of linear algebra routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems.
272+
- **[LAPACK]** (>= 3.5) — library of linear algebra routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems.
273273
- **[MKL]** (optional) – OpenBLAS and LAPACK may be replaced by Intel's MKL library.
274274
- **[AMOS]** — subroutines for computing Bessel and Airy functions.
275275
- **[SuiteSparse]** (>= 4.1) — library of linear algebra routines for sparse matrices.
@@ -279,7 +279,7 @@ Julia uses the following external libraries, which are automatically downloaded
279279
- **[GMP]** (>= 5.0) — GNU multiple precision arithmetic library, needed for `BigInt` support.
280280
- **[MPFR]** (>= 3.0) — GNU multiple precision floating point library, needed for arbitrary precision floating point (`BigFloat`) support.
281281
- **[libgit2]** (>= 0.21) — Git linkable library, used by Julia's package manager
282-
- **[utf8proc]** (>= 1.2) — a library for processing UTF-8 encoded Unicode strings
282+
- **[utf8proc]** (>= 1.3) — a library for processing UTF-8 encoded Unicode strings
283283
- **[libosxunwind]** — clone of [libunwind], a library that determines the call-chain of a program
284284
- **[Rmath-julia]** — library for commonly used statistical functions from the R project.
285285

0 commit comments

Comments
 (0)