Crate openblas_build

source ·
Expand description

Helper crate for openblas-src/build.rs

The make system of OpenBLAS has large number of inputs, and detects environmental informations.

§Requirements

This crate executes make as external command, and inspects its deliverables using GNU binutils (nm and objdump).

Modules§

Structs§

  • make option generator
  • Deliverables of make command
  • Library inspection using binutils (nm and objdump) as external command
  • Parse compiler linker flags, -L and -l
  • Parse Makefile.conf which generated by OpenBLAS make system

Enums§

Functions§