mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-11 16:01:00 +08:00
[svn-r4205]
Purpose: Forward Port Description: Forward port of the hack fix applied to the 1.4 branch. This corrects the previous hack by putting *'s in the pattern matching so that they'd match the gseaborg machine correctly. Platforms tested: gseaborg
This commit is contained in:
parent
ef471b914e
commit
8fd191342f
@ -1284,7 +1284,7 @@ else
|
||||
hname="`hostname`"
|
||||
|
||||
case "$hname" in
|
||||
*pacific.llnl.gov* | gs01015)
|
||||
*pacific.llnl.gov* | *gs01015*)
|
||||
hardcode_libdir_flag_spec=' '
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user