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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
slapos
Commits
552710db
Commit
552710db
authored
Mar 19, 2015
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master' into erp5-cluster
parents
fb97de69
e7bae193
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
30 additions
and
28 deletions
+30
-28
component/freetype/buildout.cfg
component/freetype/buildout.cfg
+2
-2
component/gnutls/buildout.cfg
component/gnutls/buildout.cfg
+8
-8
component/numpy/buildout.cfg
component/numpy/buildout.cfg
+1
-1
component/openssl/buildout.cfg
component/openssl/buildout.cfg
+2
-2
component/scikit-learn/buildout.cfg
component/scikit-learn/buildout.cfg
+1
-0
stack/erp5/buildout.cfg
stack/erp5/buildout.cfg
+2
-2
stack/slapos.cfg
stack/slapos.cfg
+14
-13
No files found.
component/freetype/buildout.cfg
View file @
552710db
...
...
@@ -13,8 +13,8 @@ parts =
[freetype]
recipe = slapos.recipe.cmmi
url = http://download.savannah.gnu.org/releases/freetype/freetype-2.5.
4
.tar.bz2
md5sum =
438585445a2f1f71c77590155fd96616
url = http://download.savannah.gnu.org/releases/freetype/freetype-2.5.
5
.tar.bz2
md5sum =
2a7a314927011d5030903179cf183be0
pkg_config_depends = ${zlib:location}/lib/pkgconfig:${libpng:location}/lib/pkgconfig
location = ${buildout:parts-directory}/${:_buildout_section_name_}
configure-options =
...
...
component/gnutls/buildout.cfg
View file @
552710db
...
...
@@ -4,20 +4,20 @@ extends =
../nettle/buildout.cfg
../p11-kit/buildout.cfg
../pkgconfig/buildout.cfg
../
xz-utils
/buildout.cfg
../
lunzip
/buildout.cfg
../zlib/buildout.cfg
parts = gnutls
[gpg-error]
recipe = slapos.recipe.cmmi
url = ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.1
7
.tar.bz2
md5sum =
b4f8d8b9ff14aed41f279aa84456353
9
url = ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.1
8
.tar.bz2
md5sum =
12312802d2065774b787cbfc22cc04e
9
[gcrypt]
recipe = slapos.recipe.cmmi
url = ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.6.
2
.tar.bz2
md5sum =
b54395a93cb1e57619943c082da09d5f
url = ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.6.
3
.tar.bz2
md5sum =
4262c3aadf837500756c2051a5c4ae5e
configure-options =
--with-gpg-error-prefix=${gpg-error:location}
environment =
...
...
@@ -26,8 +26,8 @@ environment =
[gnutls]
recipe = slapos.recipe.cmmi
url = ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/gnutls-3.2.2
0.tar.x
z
md5sum =
637ef52191bf87a597240a49cc533972
url = ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/gnutls-3.2.2
1.tar.l
z
md5sum =
a653d93a5a26434474c603470cc86666
configure-options =
--disable-static
--disable-libdane
...
...
@@ -35,7 +35,7 @@ configure-options =
--disable-crywrap
--without-tpm
environment =
PATH=${pkgconfig:location}/bin:${
xz-utils
:location}/bin:%(PATH)s
PATH=${pkgconfig:location}/bin:${
lunzip
:location}/bin:%(PATH)s
PKG_CONFIG_PATH=${nettle:location}/lib/pkgconfig:${p11-kit:location}/lib/pkgconfig:${zlib:location}/lib/pkgconfig
CPPFLAGS=-I${gmp:location}/include -I${zlib:location}/include
LDFLAGS=-L${gmp:location}/lib -Wl,-rpath=${gmp:location}/lib -Wl,-rpath=${nettle:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib
component/numpy/buildout.cfg
View file @
552710db
...
...
@@ -6,7 +6,7 @@ extends =
[numpy-env]
PATH = ${gcc-fortran:location}/bin:%(PATH)s
BLAS = ${openblas:location}/lib/libopenblas.so
OPEN
BLAS = ${openblas:location}/lib/libopenblas.so
LAPACK = ${openblas:location}/lib/libopenblas.so
ATLAS = ${openblas:location}/lib/libopenblas.so
...
...
component/openssl/buildout.cfg
View file @
552710db
...
...
@@ -16,8 +16,8 @@ parts =
[openssl]
recipe = slapos.recipe.cmmi
url = https://www.openssl.org/source/openssl-1.0.1
k
.tar.gz
md5sum = d
4f002bd22a56881340105028842ae1f
url = https://www.openssl.org/source/openssl-1.0.1
m
.tar.gz
md5sum = d
143d1555d842a069cb7cc34ba745a06
patch-binary = ${patch:location}/bin/patch
patches =
${:_profile_base_location_}/openssl-nodoc.patch#b4887a7b4e18402447bc6227d2493b92
...
...
component/scikit-learn/buildout.cfg
View file @
552710db
[buildout]
extends =
../numpy/buildout.cfg
../scipy/buildout.cfg
parts =
scikit-learn
...
...
stack/erp5/buildout.cfg
View file @
552710db
...
...
@@ -655,7 +655,7 @@ Pympler = 0.4
StructuredText = 2.11.1
WSGIUtils = 0.7
apache-libcloud = 0.17.0
astroid = 1.3.
4
astroid = 1.3.
6
chardet = 2.3.0
collective.recipe.template = 1.11
csp-eventlet = 0.7.0
...
...
@@ -682,7 +682,7 @@ pprofile = 1.7.2
pycountry = 1.10
pycrypto = 2.6.1
pyflakes = 0.8.1
pylint = 1.4.
1
pylint = 1.4.
3
python-ldap = 2.4.19
python-magic = 0.4.6
python-memcached = 1.53
...
...
stack/slapos.cfg
View file @
552710db
...
...
@@ -113,22 +113,23 @@ Jinja2 = 2.7.3
MarkupSafe = 0.23
Werkzeug = 0.10.1
buildout-versions = 1.7
cffi = 0.8.6
cffi = 0.9.2
collective.recipe.template = 1.11
cmd2 = 0.6.8
cryptography = 0.
7.2
cryptography = 0.
8
inotifyx = 0.2.2
itsdangerous = 0.24
lxml = 3.4.
1
lxml = 3.4.
2
meld3 = 1.0.0
mr.developer = 1.31
netaddr = 0.7.13
pbr = 0.10.
7
pbr = 0.10.
8
prettytable = 0.7.2
psutil = 2.2.1
pyOpenSSL = 0.14
pyparsing = 2.0.3
pytz = 2014.10
requests = 2.
5.1
requests = 2.
6.0
setuptools = 12.0.4
simplejson = 3.6.5
six = 1.9.0
...
...
@@ -137,7 +138,7 @@ slapos.core = 1.3.8
slapos.libnetworkcache = 0.14.2
slapos.recipe.build = 0.20
slapos.recipe.cmmi = 0.2
stevedore = 1.
2
.0
stevedore = 1.
3
.0
xml-marshaller = 0.9.7
# Required by:
...
...
@@ -145,16 +146,16 @@ xml-marshaller = 0.9.7
Flask = 0.10.1
# Required by:
# cliff==1.
9.0
# stevedore==1.
2
.0
# cliff==1.
10.1
# stevedore==1.
3
.0
argparse = 1.3.0
# Required by:
# slapos.core==1.3.8
cliff = 1.
9.0
cliff = 1.
10.1
# Required by:
# cryptography==0.
7.2
# cryptography==0.
8
enum34 = 1.0.4
# Required by:
...
...
@@ -170,15 +171,15 @@ lock-file = 2.0
netifaces = 0.10.4
# Required by:
# pbr==0.10.
7
# pbr==0.10.
8
pip = 6.0.8
# Required by:
# cryptography==0.
7.2
# cryptography==0.
8
pyasn1 = 0.1.7
# Required by:
# cffi==0.
8.6
# cffi==0.
9.2
pycparser = 2.10
# Required by:
...
...
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