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
andobjdump
) as external command - Parse compiler linker flags,
-L
and-l
- Parse Makefile.conf which generated by OpenBLAS make system
Enums§
- Interface for 32-bit interger (LP64) and 64-bit integer (ILP64)
- CPU list in TargetList