Commit 2cfdfedc authored by Marco Mariani's avatar Marco Mariani

dream: take library path from the R command

parent 27500272
......@@ -77,7 +77,7 @@ recipe = collective.recipe.template
output = ${buildout:directory}/environment.sh
input = inline:
export PATH="${r-language:location}/bin:$PATH"
export LD_LIBRARY_PATH="${r-language:location}/lib/R/lib:$LD_LIBRARY_PATH"
export LD_LIBRARY_PATH="`${r-language:location}/bin/R RHOME`/lib:$LD_LIBRARY_PATH"
export LD_PRELOAD=${gcc-fortran:location}/lib64/libgfortran.so.3
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment