mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[svn-r3857] Purpose:
Bug Fix Description: For parallel compiles, it needed the libtest.so library and wasn't finding it. Solution: Added the path to the library to the rpath in the ltmain.sh file. Platforms tested: Modi4
This commit is contained in:
parent
0e0ad103de
commit
5ddee3ab69
@ -2459,7 +2459,7 @@ EOF
|
||||
*irix[56]*)
|
||||
# Add in paths just for the HDF5 library stuff...
|
||||
pwd=`pwd`;
|
||||
rpath="$rpath:$pwd/.libs:$pwd/../src/.libs:$pwd/../../src/.libs";
|
||||
rpath="$rpath:$pwd/.libs:$pwd/../src/.libs:$pwd/../../src/.libs:$pwd/../test/.libs";
|
||||
|
||||
# Modify the rpaths so that the compiler can handle the number
|
||||
# of library paths
|
||||
|
Loading…
x
Reference in New Issue
Block a user