| Crates.io | cubature-sys |
| lib.rs | cubature-sys |
| version | 1.0.5 |
| created_at | 2024-12-24 23:36:57.330026+00 |
| updated_at | 2024-12-25 12:26:25.324161+00 |
| description | Bindings for cubature with support for Linux, macOS, and Windows. |
| homepage | |
| repository | https://github.com/dankoschier/cubature-sys.git |
| max_upload_size | |
| id | 1494426 |
| size | 2,677,496 |
This is a *-sys crate to make the cubature package for adaptive multidimensional integration (cubature) of vector-valued integrands over hypercubes, written by
Steven G. Johnson, available.
This repo uses git submodules. Make sure you clone with
git clone --recursive
or instead run:
git submodule update --init
Unless the library location is specified using CUBATURE_INCLUDE_DIR and CUBATURE_LIB_DIR the library needs to be built from source.
Building from source requires to have cmake installed.