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
isaak yansane-sisk
slapos
Commits
1c65153d
Commit
1c65153d
authored
Jan 11, 2015
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpy2: reorganise "initilisation" part for easier reuse
parent
60062d9c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
component/manpy/buildout.cfg
component/manpy/buildout.cfg
+1
-4
component/rpy2/buildout.cfg
component/rpy2/buildout.cfg
+4
-0
software/ipython_notebook/software.cfg
software/ipython_notebook/software.cfg
+2
-0
No files found.
component/manpy/buildout.cfg
View file @
1c65153d
...
...
@@ -31,7 +31,4 @@ environment = manpy-env
setup-eggs =
${scipy:egg}
${rpy2:egg}
initialization =
# rpy2 needs R in $PATH
import os
os.environ['PATH'] = '${r-language:location}/bin' + os.pathsep + os.environ.get('PATH', '')
initialization = ${rpy2:initialization}
component/rpy2/buildout.cfg
View file @
1c65153d
...
...
@@ -15,3 +15,7 @@ LDFLAGS = -L${readline:location}/lib -Wl,-rpath=${readline:location}/lib -L${r-l
recipe = zc.recipe.egg:custom
environment = rpy2_env
egg = rpy2
initialization =
# rpy2 needs R in $PATH
import os
os.environ['PATH'] = '${r-language:location}/bin' + os.pathsep + os.environ.get('PATH', '')
software/ipython_notebook/software.cfg
View file @
1c65153d
...
...
@@ -24,6 +24,8 @@ eggs +=
${pandas:egg}
${scikit-learn:egg}
${manpy:eggs}
initialization += ${manpy:initialization}
[slapos.cookbook-repository]
branch = dream
...
...
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