Skip to content

Commit

Permalink
BLD: Update with information about openblas.
Browse files Browse the repository at this point in the history
  • Loading branch information
jseabold committed Aug 20, 2013
1 parent 42af4e0 commit 6c81671
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions site.cfg.example
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,21 @@
#libraries = lapack, ptf77blas, ptcblas, atlas


# Openblas
# --------
# If you choose to use openblas, then use this section instead of the above,
# adjusting as needed for your configuration. You may need to set the LAPACK
# and BLAS environmental variables to point to your openblas static library.
# E.g., export BLAS=/path/to/libopenblas.a
# export LAPACK=/path/to/libopenblas.a
#
# [openblas]
# libraries = openblas
#
# [lapack_opt]
# libraries = openblas


# UMFPACK
# -------
# The UMFPACK library is used in scikits.umfpack to factor large sparse matrices.
Expand Down

0 comments on commit 6c81671

Please sign in to comment.