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
27500272
Commit
27500272
authored
Apr 16, 2014
by
Marco Mariani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dream: disable readline in rpy2; preload libgfortran for numpy
parent
dc274179
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
software/dream/software.cfg
software/dream/software.cfg
+2
-1
No files found.
software/dream/software.cfg
View file @
27500272
...
...
@@ -41,6 +41,7 @@ install_cmd =
. ${:location}/bin/activate
export ATLAS=${libatlas:location}/lib/libsatlas.so
export BLAS=${libblas:location}/lib/libfblas.a
LD_PRELOAD=${gcc-fortran:location}/lib64/libgfortran.so.3
#pip install -U setuptools
#pip install -U pip
pip install numpy
...
...
@@ -59,7 +60,7 @@ install_cmd =
# bug fix - https://bitbucket.org/lgautier/rpy2/issue/183
# (may switch to released egg later)
pip install mercurial
hg clone -b version_2.4.x https://marco.mariani@bitbucket.org/marco.mariani/rpy2
hg clone -b version_2.4.x
_noreadline
https://marco.mariani@bitbucket.org/marco.mariani/rpy2
cd rpy2
python setup.py install
cd ..
...
...
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