Commit b1925eba authored by Nicolas Wavrant's avatar Nicolas Wavrant

h5py: improve environment compilation variables

otherwise hdf5.so cannot be found on compilation of h5py
parent 91cb6107
...@@ -7,8 +7,9 @@ parts = ...@@ -7,8 +7,9 @@ parts =
h5py h5py
[hdf5-env] [hdf5-env]
LDFLAGS = -L${hdf5:location}/lib LDFLAGS = -L${hdf5:location}/lib -Wl,-rpath=${hdf5:location}/lib
CPPFLAGS = -I${hdf5:location}/include CPPFLAGS = -I${hdf5:location}/include
LD_LIBRARY_PATH=${hdf5:location}/lib
[h5py] [h5py]
recipe = zc.recipe.egg:custom recipe = zc.recipe.egg:custom
......
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