Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Lisa Casino
slapos
Commits
1437268c
Commit
1437268c
authored
Oct 25, 2011
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'erp5' into erp5-generic
parents
8cfa4bc0
4324b52e
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
48 additions
and
16 deletions
+48
-16
component/gcc/buildout.cfg
component/gcc/buildout.cfg
+1
-15
component/gmp/buildout.cfg
component/gmp/buildout.cfg
+23
-0
component/pycrypto-python/buildout.cfg
component/pycrypto-python/buildout.cfg
+22
-0
stack/erp5.cfg
stack/erp5.cfg
+2
-1
No files found.
component/gcc/buildout.cfg
View file @
1437268c
...
@@ -3,26 +3,12 @@
...
@@ -3,26 +3,12 @@
[buildout]
[buildout]
extends =
extends =
../m4/buildout.cfg
../m4/buildout.cfg
../gmp/buildout.cfg
../zip/buildout.cfg
../zip/buildout.cfg
parts =
parts =
gcc
gcc
[gmp]
recipe = hexagonit.recipe.cmmi
# we should use version 4.x for ppl-0.10
url = ftp://ftp.gmplib.org/pub/gmp-4.3.2/gmp-4.3.2.tar.bz2
md5sum = dd60683d7057917e34630b4a787932e8
# GMP does not correctly detect achitecture so it have to be given
# as hexagonit.recipe.cmmi is using shell expansion in subproceses
# backticks are working
configure-options =
--build=`uname -m`-linux
--enable-cxx
--disable-static
environment =
PATH=${m4:location}/bin:%(PATH)s
[mpfr]
[mpfr]
recipe = hexagonit.recipe.cmmi
recipe = hexagonit.recipe.cmmi
url = http://www.mpfr.org/mpfr-3.0.1/mpfr-3.0.1.tar.bz2
url = http://www.mpfr.org/mpfr-3.0.1/mpfr-3.0.1.tar.bz2
...
...
component/gmp/buildout.cfg
0 → 100644
View file @
1437268c
[buildout]
extends =
../m4/buildout.cfg
parts =
gmp
[gmp]
recipe = hexagonit.recipe.cmmi
# we should use version 4.x for ppl-0.10
url = ftp://ftp.gmplib.org/pub/gmp-4.3.2/gmp-4.3.2.tar.bz2
md5sum = dd60683d7057917e34630b4a787932e8
# GMP does not correctly detect achitecture so it have to be given
# as hexagonit.recipe.cmmi is using shell expansion in subproceses
# backticks are working
configure-options =
--build=`uname -m`-linux
--enable-cxx
--disable-static
environment =
PATH=${m4:location}/bin:%(PATH)s
component/pycrypto-python/buildout.cfg
0 → 100644
View file @
1437268c
[buildout]
extends =
../gmp/buildout.cfg
parts =
pycrypto-python
versions = versions
[pycrypto-python]
recipe = zc.recipe.egg:custom
egg = pycrypto
include-dirs =
${gmp:location}/include
library-dirs =
${gmp:location}/lib
rpath =
${gmp:location}/lib
[versions]
# pycrypto 2.4 does not work with setuptools/buildout
pycrypto = 2.3
stack/erp5.cfg
View file @
1437268c
...
@@ -52,6 +52,7 @@ extends =
...
@@ -52,6 +52,7 @@ extends =
../component/memcached/buildout.cfg
../component/memcached/buildout.cfg
../component/mysql-python/buildout.cfg
../component/mysql-python/buildout.cfg
../component/pdftk/buildout.cfg
../component/pdftk/buildout.cfg
../component/pycrypto-python/buildout.cfg
../component/pysvn-python/buildout.cfg
../component/pysvn-python/buildout.cfg
../component/python-2.6/buildout.cfg
../component/python-2.6/buildout.cfg
../component/python-2.7/buildout.cfg
../component/python-2.7/buildout.cfg
...
@@ -299,7 +300,7 @@ eggs =
...
@@ -299,7 +300,7 @@ eggs =
${lxml-python:egg}
${lxml-python:egg}
${python-ldap-python:egg}
${python-ldap-python:egg}
${pysvn-python:egg}
${pysvn-python:egg}
pycrypto
${pycrypto-python:egg}
PyXML
PyXML
SOAPpy
SOAPpy
cElementTree
cElementTree
...
...
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