netlib-provider 0.1.5

The package provides BLAS and LAPACK using the Netlib implementation.
Build #16902 2016-08-12T16:59:34.671434+00:00
# rustc version
rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)
# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading netlib-provider v0.1.5
Compiling gcc v0.3.32
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.3.32/src/lib.rs --crate-name gcc --crate-type lib -g -C metadata=ef3a0616dd2e0463 -C extra-filename=-ef3a0616dd2e0463 --out-dir /home/cratesfyi/netlib-provider-0.1.5/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/netlib-provider-0.1.5/debug/deps -L dependency=/home/cratesfyi/netlib-provider-0.1.5/debug/deps --cap-lints allow`
Compiling cmake v0.1.17
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/cmake-0.1.17/src/lib.rs --crate-name cmake --crate-type lib -g -C metadata=c2fd9dcac690d902 -C extra-filename=-c2fd9dcac690d902 --out-dir /home/cratesfyi/netlib-provider-0.1.5/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/netlib-provider-0.1.5/debug/deps -L dependency=/home/cratesfyi/netlib-provider-0.1.5/debug/deps --extern gcc=/home/cratesfyi/netlib-provider-0.1.5/debug/deps/libgcc-ef3a0616dd2e0463.rlib --cap-lints allow`
Compiling netlib-provider v0.1.5
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/netlib-provider-0.1.5/build.rs --crate-name build_script_build --crate-type bin -g --out-dir /home/cratesfyi/netlib-provider-0.1.5/debug/build/netlib-provider-db4b399e79132f62 --emit=dep-info,link -L dependency=/home/cratesfyi/netlib-provider-0.1.5/debug -L dependency=/home/cratesfyi/netlib-provider-0.1.5/debug/deps --extern cmake=/home/cratesfyi/netlib-provider-0.1.5/debug/deps/libcmake-c2fd9dcac690d902.rlib`
Running `/home/cratesfyi/netlib-provider-0.1.5/debug/build/netlib-provider-db4b399e79132f62/build-script-build`
thread 'main' panicked at 'ChainedError {
error: failed to compile `netlib-provider v0.1.5`, intermediate artifacts can be found at `/home/cratesfyi/netlib-provider-0.1.5`,
cause: Human(
failed to run custom build command for `netlib-provider v0.1.5`
Process didn't exit successfully: `/home/cratesfyi/netlib-provider-0.1.5/debug/build/netlib-provider-db4b399e79132f62/build-script-build` (exit code: 101)
--- stdout
running: "cmake" "/home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/netlib-provider-0.1.5/source" "-DBUILD_TESTING=OFF" "-DBUILD_SHARED_LIBS=ON" "-DCBLAS=ON" "-DLAPACKE=ON" "-DCMAKE_INSTALL_LIBDIR=lib" "-DCMAKE_INSTALL_PREFIX=/home/cratesfyi/netlib-provider-0.1.5/debug/build/netlib-provider-db4b399e79132f62/out" "-DCMAKE_C_FLAGS= -O0 -ffunction-sections -fdata-sections -m64 -fPIC" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -O0 -ffunction-sections -fdata-sections -m64 -fPIC" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" "-DCMAKE_BUILD_TYPE=Debug"
-- The Fortran compiler identification is unknown
-- Configuring incomplete, errors occurred!
See also "/home/cratesfyi/netlib-provider-0.1.5/debug/build/netlib-provider-db4b399e79132f62/out/build/CMakeFiles/CMakeOutput.log".
See also "/home/cratesfyi/netlib-provider-0.1.5/debug/build/netlib-provider-db4b399e79132f62/out/build/CMakeFiles/CMakeError.log".

--- stderr
CMake Error at CMakeLists.txt:2 (project):
No CMAKE_Fortran_COMPILER could be found.

Tell CMake where to find the compiler by setting either the environment
variable "FC" or the CMake cache entry CMAKE_Fortran_COMPILER to the full
path to the compiler, or to the compiler name if it is in the PATH.


thread 'main' panicked at '
command did not execute successfully, got: exit code: 1

build script failed, must exit now', .cargo/registry/src/github.com-1ecc6299db9ec823/cmake-0.1.17/src/lib.rs:463
note: Run with `RUST_BACKTRACE=1` for a backtrace.

)
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.