comparison: dolfinx-sys/Cargo.toml
dolfinx-sys/Cargo.toml
- changeset 1
- a4137aedcb3a
equal
deleted
inserted
replaced
| |
1 [package] |
| |
2 name = "dolfinx-sys" |
| |
3 version = "0.1.0" |
| |
4 edition = "2021" |
| |
5 authors = ["Tuomo Valkonen <tuomov@iki.fi>"] |
| |
6 description = "Dummy crate for location and linking against system dolfinx library" |
| |
7 links = "dolfinx" |
| |
8 |
| |
9 [build-dependencies] |
| |
10 anyhow = "~1.0.98" |
| |
11 build-print = "~0.1.1" |
| |
12 itertools = "~0.14.0" |
| |
13 pkg-config = "~0.3" |
| |
14 conda-build = { path = "../conda-build" } |
| |
15 |
| |
16 [lib] |
| |
17 name = "dolfinx_sys" |
| |
18 crate-type = ["dylib", "rlib"] |