You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -269,7 +269,7 @@ Julia uses the following external libraries, which are automatically downloaded
269
269
-**[OpenSpecFun]** (>= 0.4) — library containing Bessel and error functions of complex arguments.
270
270
-**[DSFMT]** — fast Mersenne Twister pseudorandom number generator library.
271
271
-**[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.
273
273
-**[MKL]** (optional) – OpenBLAS and LAPACK may be replaced by Intel's MKL library.
274
274
-**[AMOS]** — subroutines for computing Bessel and Airy functions.
275
275
-**[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
279
279
-**[GMP]** (>= 5.0) — GNU multiple precision arithmetic library, needed for `BigInt` support.
280
280
-**[MPFR]** (>= 3.0) — GNU multiple precision floating point library, needed for arbitrary precision floating point (`BigFloat`) support.
281
281
-**[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
283
283
-**[libosxunwind]** — clone of [libunwind], a library that determines the call-chain of a program
284
284
-**[Rmath-julia]** — library for commonly used statistical functions from the R project.
0 commit comments