From 4f7e607c482982730cde6a4755dca26090d6a080 Mon Sep 17 00:00:00 2001 From: Vinzent Steinberg Date: Thu, 1 Jun 2017 12:25:53 +0200 Subject: [PATCH] Link to the fork of rust-gmp where all development moved (#300) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81f4cdd..6f27871 100644 --- a/README.md +++ b/README.md @@ -417,7 +417,7 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs]( * [Conjugate Gradient](https://en.wikipedia.org/wiki/Limited-memory_BFGS) [[CG+](http://users.iems.northwestern.edu/~nocedal/CG+.html)] * [noshu/cg-sys](https://github.com/noshu/cg-sys) — Rust binding of fortran CG+ subroutine * [GMP](https://gmplib.org/) - * [thestinger/rust-gmp](https://github.com/thestinger/rust-gmp) — libgmp bindings [](https://travis-ci.org/thestinger/rust-gmp) + * [fizyk20/rust-gmp](https://github.com/fizyk20/rust-gmp) — libgmp bindings [](https://travis-ci.org/fizyk20/rust-gmp) * [GSL](http://www.gnu.org/software/gsl/) * [GuillaumeGomez/rust-GSL](https://github.com/GuillaumeGomez) — GSL bindings [](https://travis-ci.org/GuillaumeGomez/rust-GSL) * [LAPACK](https://en.wikipedia.org/wiki/LAPACK)