Skip to content

Commit

Permalink
Bump tucanos version, libOL is no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromerobert committed Feb 26, 2024
1 parent 5ad7500 commit c88117b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
```

Expand Down

0 comments on commit c88117b

Please sign in to comment.