| Crates.io | d4-mpfr-sys |
| lib.rs | d4-mpfr-sys |
| version | 0.1.2 |
| created_at | 2024-12-02 12:53:25.682561+00 |
| updated_at | 2024-12-07 15:25:05.892307+00 |
| description | A Rust wrapper around MPFR for d4. |
| homepage | https://github.com/SoftVarE-Group/d4-oxide |
| repository | https://github.com/SoftVarE-Group/d4-oxide.git |
| max_upload_size | |
| id | 1468611 |
| size | 3,086 |
A Rust wrapper around d4.
Add it as a dependency to your Cargo.toml:
[dependencies]
d4-oxide = "0.5"
These dependencies can be made available in a Nix development shell coming with this repository:
nix develop
Alternatively, to point to the directories containing Mt-KaHyPar, the following environment variables can be used:
| Variable | Meaning |
|---|---|
MTKAHYPAR_ROOT |
Contains include and lib or lib64 subdirectories with the corresponding content. |
MTKAHYPAR_INCLUDE |
Contains the header files. |
MTKAHYPAR_LIB |
Contains library files. |