summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2001-10-09 19:53:08 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2001-10-09 19:53:08 (GMT)
commite62fba460aab139780e8e9340c854e0be7894b34 (patch)
tree3b10f85c22b31f778d6007659cbf56b45dba7169 /bin
parenta237041a909d877fe4d3205d52944f146a9c2cb8 (diff)
downloadhdf5-e62fba460aab139780e8e9340c854e0be7894b34.zip
hdf5-e62fba460aab139780e8e9340c854e0be7894b34.tar.gz
hdf5-e62fba460aab139780e8e9340c854e0be7894b34.tar.bz2
[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.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ltconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ltconfig b/bin/ltconfig
index a331ab5..5abc5e3 100755
--- a/bin/ltconfig
+++ b/bin/ltconfig
@@ -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'
;;
*)