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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kwabena Antwi-Boasiako
slapos
Commits
e27610b9
Commit
e27610b9
authored
Jan 04, 2015
by
Jérome Perrin
Committed by
Kazuhiko Shiozaki
Jan 09, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
R: build with readline, this is required for rpy2
parent
24dc223f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
component/r-language/buildout.cfg
component/r-language/buildout.cfg
+4
-3
No files found.
component/r-language/buildout.cfg
View file @
e27610b9
[buildout]
[buildout]
extends =
extends =
../readline/buildout.cfg
../gcc/buildout.cfg
../gcc/buildout.cfg
parts =
parts =
...
@@ -11,11 +12,11 @@ recipe = slapos.recipe.cmmi
...
@@ -11,11 +12,11 @@ recipe = slapos.recipe.cmmi
url = http://cran.irsn.fr/src/base/R-3/R-3.1.0.tar.gz
url = http://cran.irsn.fr/src/base/R-3/R-3.1.0.tar.gz
md5sum = a1ee52446bee81820409661e6d114ab1
md5sum = a1ee52446bee81820409661e6d114ab1
configure-options =
configure-options =
--with-readline=
no
--with-readline=
yes
--with-x=no
--with-x=no
--enable-R-shlib
--enable-R-shlib
environment =
environment =
CC=${gcc-fortran:location}/bin/gcc
CC=${gcc-fortran:location}/bin/gcc
F77=${gcc-fortran:location}/bin/gfortran
F77=${gcc-fortran:location}/bin/gfortran
LDFLAGS=-L${gcc-fortran:location}/lib64 -Wl,-rpath=${gcc-fortran:location}/lib64
CFLAGS=-I${readline:location}/include -I${ncurses:location}/include
LDFLAGS=-L${gcc-fortran:location}/lib64 -Wl,-rpath=${gcc-fortran:location}/lib64 -L${readline:location}/lib -Wl,-rpath=${readline:location}/lib -L${ncurses:location}/lib/ -Wl,-rpath=${ncurses:location}/lib/
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