pyre.externals.BLAS

Module Contents

class pyre.externals.BLAS.BLAS

Bases: pyre.externals.Library.Library

The package manager for BLAS packages

category = blas
class pyre.externals.BLAS.Default

Bases: pyre.externals.LibraryInstallation.LibraryInstallation

A generic BLAS installation

flavor = unknown
category
libraries
doc = the libraries to place on the link line
class pyre.externals.BLAS.Atlas

Bases: pyre.externals.BLAS.Default

Atlas BLAS support

flavor = atlas
defines
doc = the compile time markers that indicate my presence
dpkg(self, packager)

Attempt to repair my configuration

macports(self, packager)

Attempt to repair my configuration

class pyre.externals.BLAS.OpenBLAS

Bases: pyre.externals.BLAS.Default

OpenBLAS support

flavor = openblas
defines
doc = the compile time markers that indicate my presence
dpkg(self, packager)

Attempt to repair my configuration

macports(self, packager)

Attempt to repair my configuration

class pyre.externals.BLAS.GSLCBLAS

Bases: pyre.externals.BLAS.Default

GSL BLAS support

flavor = gslcblas
defines
doc = the compile time markers that indicate my presence
dpkg(self, packager)

Attempt to repair my configuration

macports(self, packager)

Attempt to repair my configuration