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
bcbd50dd
Commit
bcbd50dd
authored
Aug 06, 2014
by
Marco Mariani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gcc: updated to 4.7 (for atlas, numpy etc)
parent
bcb9d922
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
55 additions
and
10 deletions
+55
-10
component/gcc/buildout.cfg
component/gcc/buildout.cfg
+38
-10
component/gcc/software.cfg
component/gcc/software.cfg
+17
-0
No files found.
component/gcc/buildout.cfg
View file @
bcbd50dd
...
...
@@ -32,9 +32,9 @@ environment =
[ppl]
recipe = slapos.recipe.cmmi
# we should use version 0.1
0.x for gcc-4.5
url = http://bugseng.com/
products/ppl/download/ftp/releases/0.10.2/ppl-0.10.2
.tar.bz2
md5sum =
5667111f53150618b0fa522ffc53fc3e
# we should use version 0.1
1.x for gcc-4.7
url = http://bugseng.com/
external/ppl/download/ftp/releases/0.11/ppl-0.11
.tar.bz2
md5sum =
c414abd2ecaf1f1f48949c78d383ee1a
configure-options =
--with-libgmp-prefix=${gmp-4:location}
--with-libgmpxx-prefix=${gmp-4:location}
...
...
@@ -45,10 +45,10 @@ environment =
[cloog-ppl]
recipe = slapos.recipe.cmmi
url = ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-
ppl-0.15.9
.tar.gz
md5sum =
806e001d1b1a6b130069ff6274900af5
url = ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-
0.16.1
.tar.gz
md5sum =
947123350d1ff6dcb4b0774947ac015a
configure-options =
--with-gmp=${gmp-4:location}
--with-gmp
-prefix
=${gmp-4:location}
--with-ppl=${ppl:location}
--disable-static
environment =
...
...
@@ -58,8 +58,8 @@ environment =
[gcc-download]
hack-revision = ${gcc-interconnection-workaround:hack-revision}
recipe = hexagonit.recipe.download
url = http://
www.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-4.5.3/gcc-4.5
.3.tar.bz2
md5sum = 8
e0b5c12212e185f3e4383106bfa9cc6
url = http://
ftp.gnu.org/gnu/gcc/gcc-4.7.3/gcc-4.7
.3.tar.bz2
md5sum = 8
6f428a30379bdee0224e353ee2f999e
strip-top-level-dir = True
destination = ${gcc-source:location}
...
...
@@ -94,6 +94,7 @@ configure-options =
--with-mpc=${mpc:location}
--with-ppl=${ppl:location}
--with-cloog=${cloog-ppl:location}
--enable-cloog-backend=isl
--prefix=${buildout:parts-directory}/${:_buildout_section_name_}
environment =
LDFLAGS=-Wl,-rpath=${mpfr:location}/lib -Wl,-rpath=${gmp-4:location}/lib -Wl,-rpath=${mpc:location}/lib -Wl,-rpath=${ppl:location}/lib -Wl,-rpath=${cloog-ppl:location}/lib
...
...
@@ -102,8 +103,8 @@ make-targets = install -j1
[gcc-minimal]
recipe = slapos.recipe.cmmi
url = http://ftp.gnu.org/gnu/gcc/gcc-4.
5.4/gcc-core-4.5.4
.tar.bz2
md5sum =
ca62e442629a9a7710f5d797bf1b521c
url = http://ftp.gnu.org/gnu/gcc/gcc-4.
7.3/gcc-4.7.3
.tar.bz2
md5sum =
86f428a30379bdee0224e353ee2f999e
patches =
${gcc-multiarch.patch:location}/${gcc-multiarch.patch:filename}
patch-options = -p2
...
...
@@ -121,6 +122,33 @@ environment =
# make install does not work when several core are used
make-targets = install -j1
[gcc-fortran]
hack-revision = ${gcc-interconnection-workaround:hack-revision}
depends =
${gcc-download:location}
recipe = slapos.recipe.cmmi
path = ${gcc-source:location}
md5sum = bb3265edf0fa7543e50cedb93e04e427
patches =
${gcc-multiarch.patch:location}/${gcc-multiarch.patch:filename}
patch-options = -p2
configure-command = make clean \\; make distclean \\; ./configure
configure-options =
--disable-bootstrap
--enable-languages="c,c++,fortran"
--disable-multilib
--with-gmp=${gmp-4:location}
--with-mpfr=${mpfr:location}
--with-mpc=${mpc:location}
--with-ppl=${ppl:location}
--with-cloog=${cloog-ppl:location}
--enable-cloog-backend=isl
--prefix=${buildout:parts-directory}/${:_buildout_section_name_}
environment =
LDFLAGS=-Wl,-rpath=${mpfr:location}/lib -Wl,-rpath=${gmp-4:location}/lib -Wl,-rpath=${mpc:location}/lib -Wl,-rpath=${ppl:location}/lib -Wl,-rpath=${cloog-ppl:location}/lib
# make install does not work when several core are used
make-targets = install -j1
[gcc-interconnection-workaround]
# gcc parts are interconnected, so buildout is not capable to clean them up
# until gcc will be simplified by using more robust build recipe (like
...
...
component/gcc/software.cfg
0 → 100644
View file @
bcbd50dd
# A minimal software release to test the gcc component.
[buildout]
extends =
../../stack/slapos.cfg
../../component/gcc/buildout.cfg
parts =
eggs
gcc-fortran
[eggs]
recipe = zc.recipe.egg
eggs =
${lxml-python:egg}
slapos.cookbook
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