mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r4535]
Purpose: Fix Bill's "Major Hack" for NERSC seaborg machine Description: Bill's fix was based on the machine name. NERSC SP3 gseaborg was renamed to seaborg. Solution: Fixed the name. Platforms tested: Not tested yet.
This commit is contained in:
parent
a237041a90
commit
e62fba460a
@ -1284,7 +1284,7 @@ else
|
||||
hname="`hostname`"
|
||||
|
||||
case "$hname" in
|
||||
*pacific.llnl.gov* | *gs01*)
|
||||
*pacific.llnl.gov* | *s0*)
|
||||
hardcode_libdir_flag_spec='${wl}-b ${wl}libpath:$libdir:/usr/lib:/lib'
|
||||
;;
|
||||
*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user