Commit dc274179 authored by Marco Mariani's avatar Marco Mariani

dream: added LD_PRELOAD for libgfortran

parent 457418e7
......@@ -40,6 +40,7 @@ install_cmd =
${python2.7-virtualenv:executable} ${:location}
. ${:location}/bin/activate
export ATLAS=${libatlas:location}/lib/libsatlas.so
export BLAS=${libblas:location}/lib/libfblas.a
#pip install -U setuptools
#pip install -U pip
pip install numpy
......@@ -76,7 +77,7 @@ 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_PRELOAD=${gcc-fortran:location}/lib64/libgfortran.so.3
[versions]
......
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