Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos-caddy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Guillaume Hervier
slapos-caddy
Commits
134c37f6
Commit
134c37f6
authored
Nov 09, 2014
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build numpy with gcc-fortran.
parent
289dab7a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
7 deletions
+3
-7
component/numpy/buildout.cfg
component/numpy/buildout.cfg
+0
-3
stack/erp5/buildout.cfg
stack/erp5/buildout.cfg
+3
-4
No files found.
component/numpy/buildout.cfg
View file @
134c37f6
...
...
@@ -20,6 +20,3 @@ environment = numpy-env
rpath =
${gcc-fortran:location}/lib
${gcc-fortran:location}/lib64
[versions]
numpy = 1.9.0
stack/erp5/buildout.cfg
View file @
134c37f6
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment