From c88117ba6e155c7ee5011512f03a61524976f9ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Robert?= Date: Mon, 26 Feb 2024 14:29:27 +0100 Subject: [PATCH] Bump tucanos version, libOL is no longer needed --- Cargo.toml | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 309a1b2..41402c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ ndarray = "0.15.6" numpy = "0.20" pyo3 = { version = "0.20", features = ["extension-module", "multiple-pymethods"] } pyo3-log = "0.9" -tucanos = { git = "https://github.com/tucanos/tucanos.git", rev = "fd28dc0" } +tucanos = { git = "https://github.com/tucanos/tucanos.git", rev = "110f81a" } [features] nlopt = ["tucanos/nlopt"] diff --git a/README.md b/README.md index 6e18b47..4ead390 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ Python bindings to [tucanos](https://github.com/tucanos/tucanos.git) # Install -* Build *libOL* and *libMeshb* as explained in the [tucanos README](https://github.com/tucanos/tucanos#dependencies) +* Build *libMeshb* as explained in the [tucanos README](https://github.com/tucanos/tucanos#dependencies) * [Install Rust](https://www.rust-lang.org/tools/install) -* Optionnaly enter your prefered `conda` or `venv` or `virtualenv` +* Optionally enter your prefered `conda` or `venv` or `virtualenv` * Run: ```bash -LIBMESHB_DIR=/path/to/libmeshb_prefix LIBOL_DIR=/path/to/libol_prefix \ +LIBMESHB_DIR=/path/to/libmeshb_prefix \ pip install git+https://github.com/tucanos/pytucanos.git` ```