Crate openblas_build[][src]

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

error

Structs

Configure

make option generator

Deliverables

Deliverables of make command

LibInspect

Library inspection using binutils (nm and objdump) as external command

LinkFlags

Parse compiler linker flags, -L and -l

MakeConf

Parse Makefile.conf which generated by OpenBLAS make system

Enums

Interface

Interface for 32-bit interger (LP64) and 64-bit integer (ILP64)

Target

CPU list in TargetList