Skip to content

Commit

Permalink
Update README and LICENSE to refer to openlibm instead of fdlibm.
Browse files Browse the repository at this point in the history
  • Loading branch information
Viral B. Shah committed Oct 26, 2012
1 parent b65a24e commit 9f274d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ External libraries, if used, include their own licenses:
- [D3](https://github.com/mbostock/d3/raw/master/LICENSE)
- [DOUBLE-CONVERSION](https://code.google.com/p/double-conversion/)
- [DSFMT](http:https://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/LICENSE.txt)
- [FDLIBM](http:https://www.netlib.org/fdlibm/fdlibm.h)
- [OPENLIBM](https:https://github.com/JuliaLang/openlibm/blob/master/LICENSE.md)
- [FEMTOLISP](https://github.com/JeffBezanson/femtolisp)
- [FFTW](http:https://fftw.org/doc/License-and-Copyright.html)
- [GLPK](http:https://www.gnu.org/software/glpk)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Julia uses the following external libraries, which are automatically downloaded
- **[LLVM]** — compiler infrastructure. Currently, julia requires LLVM 3.1.
- **[FemtoLisp]** — packaged with julia source, and used to implement the compiler front-end.
- **[readline]** — library allowing shell-like line editing in the terminal, with history and familiar key bindings.
- **[fdlibm]** — a portable implementation of much of the system-dependent libm math library's functionality.
- **[OpenLibm]** — a portable libm library containing elementary math functions.
- **[DSFMT]** — a fast Mersenne Twister pseudorandom number generator library.
- **[OpenBLAS]** — a fast, open, and maintained [basic linear algebra subprograms (BLAS)](http:https://en.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms) library, based on [Kazushige Goto's](http:https://en.wikipedia.org/wiki/Kazushige_Goto) famous [GotoBLAS](http:https://www.tacc.utexas.edu/tacc-projects/gotoblas2/). The system provided BLAS and LAPACK are used on OS X.
- **[LAPACK]** — a 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.
Expand All @@ -151,7 +151,7 @@ Julia uses the following external libraries, which are automatically downloaded
[curl]: http:https://curl.haxx.se/
[git]: http:https://git-scm.com/
[perl]: http:https://www.perl.org/
[fdlibm]: http:https://www.netlib.org/fdlibm/readme
[OpenLibm]: https:https://github.com/JuliaLang/openlibm
[DSFMT]: http:https://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/#dSFMT
[OpenBLAS]: https://github.com/xianyi/OpenBLAS#readme
[LAPACK]: http:https://www.netlib.org/lapack/
Expand Down

0 comments on commit 9f274d3

Please sign in to comment.