mumps-src 0.1.3+5.8.0

Build Mumps as a crate.
1
2
3
4
5
6
7
8
9
10
#![doc = include_str!("../README.md")]
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]

// Ensure the libraries are linked in, despite it not being used directly
#[cfg(any(feature = "intel-mkl-static", feature = "intel-mkl-system"))]
extern crate intel_mkl_src;
#[cfg(any(feature = "openblas-static", feature = "openblas-system"))]
extern crate openblas_src;