dolfinx-sys/Cargo.toml

Wed, 22 Apr 2026 22:32:00 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Wed, 22 Apr 2026 22:32:00 -0500
changeset 3
c3a4f4bb87f7
parent 1
a4137aedcb3a
permissions
-rw-r--r--

Dolfin update, fixes, additional experiment, build instructions.

[package]
name = "dolfinx-sys"
version = "0.1.0"
edition = "2021"
authors = ["Tuomo Valkonen <tuomov@iki.fi>"]
description = "Dummy crate for location and linking against system dolfinx library"
links = "dolfinx"

[build-dependencies]
anyhow = "~1.0.98"
build-print = "~0.1.1"
itertools = "~0.14.0"
pkg-config = "~0.3"
conda-build = { path = "../conda-build" }

[lib]
name = "dolfinx_sys"
crate-type = ["dylib", "rlib"]

mercurial