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

build numpy with gcc-fortran.

parent 289dab7a
...@@ -20,6 +20,3 @@ environment = numpy-env ...@@ -20,6 +20,3 @@ environment = numpy-env
rpath = rpath =
${gcc-fortran:location}/lib ${gcc-fortran:location}/lib
${gcc-fortran:location}/lib64 ${gcc-fortran:location}/lib64
[versions]
numpy = 1.9.0
...@@ -28,6 +28,7 @@ extends = ...@@ -28,6 +28,7 @@ extends =
../../component/libreoffice-bin/buildout.cfg ../../component/libreoffice-bin/buildout.cfg
../../component/lxml-python/buildout.cfg ../../component/lxml-python/buildout.cfg
../../component/mesa/buildout.cfg ../../component/mesa/buildout.cfg
../../component/numpy/buildout.cfg
../../component/percona-toolkit/buildout.cfg ../../component/percona-toolkit/buildout.cfg
../../component/mariadb/buildout.cfg ../../component/mariadb/buildout.cfg
../../component/mysql-python/buildout.cfg ../../component/mysql-python/buildout.cfg
...@@ -402,6 +403,7 @@ ZODB3-patch-binary = ${patch:location}/bin/patch ...@@ -402,6 +403,7 @@ ZODB3-patch-binary = ${patch:location}/bin/patch
[eggs] [eggs]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = eggs =
${numpy:egg}
${mysql-python:egg} ${mysql-python:egg}
${lxml-python:egg} ${lxml-python:egg}
${pillow-python:egg} ${pillow-python:egg}
...@@ -421,7 +423,6 @@ eggs = ...@@ -421,7 +423,6 @@ eggs =
ipdb ipdb
Jinja2 Jinja2
mechanize mechanize
numpy
paramiko paramiko
ply ply
pyflakes pyflakes
...@@ -552,9 +553,6 @@ PasteDeploy = 1.5.2 ...@@ -552,9 +553,6 @@ PasteDeploy = 1.5.2
Pygments = 1.6 Pygments = 1.6
coverage = 3.7.1 coverage = 3.7.1
# Known version with works
numpy = 1.6.2
# test_UserManagerInterfaces in testERP5Security fails with 1.10.0. # test_UserManagerInterfaces in testERP5Security fails with 1.10.0.
Products.PluggableAuthService = 1.9.0 Products.PluggableAuthService = 1.9.0
...@@ -624,6 +622,7 @@ ipython = 2.3.0 ...@@ -624,6 +622,7 @@ ipython = 2.3.0
logilab-common = 0.62.1 logilab-common = 0.62.1
minitage.paste = 1.4.6 minitage.paste = 1.4.6
minitage.recipe.egg = 1.107 minitage.recipe.egg = 1.107
numpy = 1.9.1
pillow = 2.5.3 pillow = 2.5.3
plone.recipe.command = 1.1 plone.recipe.command = 1.1
ply = 3.4 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