Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 592 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 592 Bytes

Overview

This repository contains formulae for Homebrew with a special focus on Python libraries not yet well supported by pip install x due to compilation and dependency issues.

Formulae you find here

  • Numpy
    • using suite-sparse (amd,umfpack)
    • optionally link against the fast openBLAS (--use-openblas)
  • SciPy
    • optionally link against the fast openBLAS (--use-openblas)
    • PyOpenCL
  • Open an issue if your favorite is missing

Install

  • brew tap samueljohn/python
  • brew install scipy
  • brew test scipy --verbose