Lines Matching +full:- +full:- +full:version
1 # libceed-sys: unsafe bindings to libCEED
7 libCEED is a low-level API for for the efficient high-order discretization methods developed by the…
8 While our focus is on high-order finite elements, the approach is mostly algebraic and thus applica…
15 libceed-sys = "0.12.0"
18 For a development version of the libCEED Rust bindings, use the following `Cargo.toml`.
21 libceed-sys = { git = "https://github.com/CEED/libCEED", branch = "main" }
30 To develop libCEED, use `cargo build` in the `rust/libceed-sys` directory to install a local copy a…
32 …tom flags for the C project, we recommend using `make -C c-src configure` to cache arguments in `c…
44 …`static` feature and are not using a system version from a standard path/somewhere that can be fou…
48 export LD_LIBRARY_PATH=$CEED_DIR/target/debug/build/libceed-sys-d1ea22c6e1ad3f23/out/lib
51 …e precise hash value is printed during `cargo build --verbose` or you can find it with `find targe…
54 …ecome unnecessary if [this issue](https://github.com/rust-lang/cargo/issues/1592) is resolved -- i…
56 ## License: BSD-2-Clause
60 The `libceed-sys` crate is developed within the [libCEED repository](https://github.com/CEED/libCEE…