提交 e02ba949 authored 作者: Frederic's avatar Frederic

Add the lapack lib to compile scipy.

上级 e4a0f33c
...@@ -8,7 +8,8 @@ python: ...@@ -8,7 +8,8 @@ python:
# - "3.2" # - "3.2"
# command to install dependencies # command to install dependencies
before_install: before_install:
- sudo apt-get install -qq libatlas3gf-base libatlas-dev - sudo apt-get install -qq libatlas3gf-base libatlas-dev liblapack-dev
# - sudo apt-get install -qq libopenblas-dev
install: install:
# If we don't install numpy before SciPy 0.10.1, the SciPy installations fails. # If we don't install numpy before SciPy 0.10.1, the SciPy installations fails.
- "pip install -q numpy==1.5 --use-mirrors" - "pip install -q numpy==1.5 --use-mirrors"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论