Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
xgarnaud committed Mar 14, 2024
1 parent f14b0f4 commit 633b2ed
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 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 = "a060d4e" }
tucanos = { git = "https://github.com/tucanos/tucanos.git", rev = "f94ef7d" }

[features]
default = ["parry"]
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ pip install git+https://github.com/tucanos/pytucanos.git`

# Benchmarks

## `.meshb/.solb` I/O

*libMeshb* is required to run the benchmarks with the reference codes below. It can be built as explained in the [tucanos README](https://github.com/tucanos/tucanos#dependencies).

## Reference codes

### [MMG](https://github.com/MmgTools/mmg)
Expand Down Expand Up @@ -50,6 +54,10 @@ cmake .. -DCMAKE_INSTALL_PREFIX=$PREFIX -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARE
make -j$(nproc) install
```
### [Avro](https://philipclaude.gitlab.io/avro/)
Detailed installation instructions are available [here](https://philipclaude.gitlab.io/avro/)
## Test cases
- [Isotropic remeshing in a 2D square domain
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import setuptools
from setuptools_rust import Binding, RustExtension
import platform

features = ["meshb"]
features = []

setuptools.setup(
name="pytucanos",
Expand Down

0 comments on commit 633b2ed

Please sign in to comment.