Commit 134c37f6 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

build numpy with gcc-fortran.

parent 289dab7a
......@@ -20,6 +20,3 @@ environment = numpy-env
rpath =
${gcc-fortran:location}/lib
${gcc-fortran:location}/lib64
[versions]
numpy = 1.9.0
......@@ -28,6 +28,7 @@ extends =
../../component/libreoffice-bin/buildout.cfg
../../component/lxml-python/buildout.cfg
../../component/mesa/buildout.cfg
../../component/numpy/buildout.cfg
../../component/percona-toolkit/buildout.cfg
../../component/mariadb/buildout.cfg
../../component/mysql-python/buildout.cfg
......@@ -402,6 +403,7 @@ ZODB3-patch-binary = ${patch:location}/bin/patch
[eggs]
recipe = zc.recipe.egg
eggs =
${numpy:egg}
${mysql-python:egg}
${lxml-python:egg}
${pillow-python:egg}
......@@ -421,7 +423,6 @@ eggs =
ipdb
Jinja2
mechanize
numpy
paramiko
ply
pyflakes
......@@ -552,9 +553,6 @@ PasteDeploy = 1.5.2
Pygments = 1.6
coverage = 3.7.1
# Known version with works
numpy = 1.6.2
# test_UserManagerInterfaces in testERP5Security fails with 1.10.0.
Products.PluggableAuthService = 1.9.0
......@@ -624,6 +622,7 @@ ipython = 2.3.0
logilab-common = 0.62.1
minitage.paste = 1.4.6
minitage.recipe.egg = 1.107
numpy = 1.9.1
pillow = 2.5.3
plone.recipe.command = 1.1
ply = 3.4
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment