integrators 0.0.3

Generic traits to allow easy plugging of different numerical integration algorithms, and wrappers for the Cuba and GSL integrators.
Build #129835 2018-12-03 20:52:05

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version
rustc 1.32.0-nightly (3e90a12a8 2018-11-29)# docs.rs version
cratesfyi 0.6.0 (e287639 2018-12-01)# build log
Updating crates.io index
Downloading crates ...
Downloaded integrators v0.0.3
Fresh version_check v0.1.5
Fresh cfg-if v0.1.6
Fresh cc v1.0.25
Fresh glob v0.2.11
Fresh ucd-util v0.1.3
Fresh lazy_static v1.2.0
Fresh utf8-ranges v1.0.2
Fresh unicode-width v0.1.5
Fresh quick-error v1.2.2
Fresh unicode-xid v0.1.0
Fresh strsim v0.7.0
Fresh bitflags v1.0.4
Fresh termcolor v1.0.4
Fresh vec_map v0.8.1
Fresh ansi_term v0.11.0
Fresh peeking_take_while v0.1.2
Fresh log v0.4.6
Fresh regex-syntax v0.6.4
Fresh thread_local v0.3.6
Fresh textwrap v0.10.0
Fresh humantime v1.2.0
Fresh proc-macro2 v0.3.5
Fresh libc v0.2.44
Fresh quote v0.5.2
Fresh memchr v2.1.1
Fresh atty v0.2.11
Fresh which v1.0.5
Fresh libloading v0.5.0
Fresh aho-corasick v0.6.9
Fresh nom v4.1.1
Fresh clap v2.32.0
Fresh clang-sys v0.26.3
Fresh regex v1.1.0
Fresh cexpr v0.3.3
Fresh env_logger v0.6.0
Fresh bindgen v0.43.2
Compiling integrators v0.0.3
Running `rustc --crate-name build_script_build /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/integrators-0.0.3/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="cuba"' --cfg 'feature="default"' --cfg 'feature="gsl"' -C metadata=f0cec22320633abf -C extra-filename=-f0cec22320633abf --out-dir /home/cratesfyi/cratesfyi/debug/build/integrators-f0cec22320633abf -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bindgen=/home/cratesfyi/cratesfyi/debug/deps/libbindgen-a7dfb4fb6d43b9be.rlib --cap-lints allow -L native=/home/cratesfyi/cratesfyi/debug/build/libloading-f74f64a77a7f7424/out`
Running `/home/cratesfyi/cratesfyi/debug/build/integrators-f0cec22320633abf/build-script-build`
thread 'main' panicked at 'ErrorMessage {
msg: "failed to run custom build command for `integrators v0.0.3`\nprocess didn\'t exit successfully: `/home/cratesfyi/cratesfyi/debug/build/integrators-f0cec22320633abf/build-script-build` (exit code: 101)\n--- stdout\ncargo:rustc-link-lib=cuba\ncargo:rustc-link-lib=gsl\ncargo:rustc-link-lib=gslcblas\n\n--- stderr\n./gsl_wrapper.h:1:10: fatal error: \'gsl/gsl_integration.h\' file not found\n./gsl_wrapper.h:1:10: fatal error: \'gsl/gsl_integration.h\' file not found, err: true\nthread \'main\' panicked at \'called `Result::unwrap()` on an `Err` value: ()\', src/libcore/result.rs:1009:5\nnote: Run with `RUST_BACKTRACE=1` for a backtrace.\n"
}', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.