mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r11768] Purpose:
Feature. Description: Removed the entry for tflops which has retired. Added a special --host entry for redstorm. This allows "configure --host=redstorm" for building in RedStorm. Platforms tested: Red Storm.
This commit is contained in:
parent
86b71e9586
commit
b10cbe3cc9
4
configure
vendored
4
configure
vendored
@ -2053,8 +2053,8 @@ fi
|
||||
|
||||
|
||||
case $host_alias in
|
||||
tflops)
|
||||
host_alias=i386-intel-osf1
|
||||
redstorm)
|
||||
host_alias=x86_64-redstorm-linux-gnu
|
||||
;;
|
||||
esac
|
||||
|
||||
|
@ -66,8 +66,8 @@ dnl configure is currently running by using the --host=foo flag.
|
||||
dnl For machines on which HDF5 is often configured, it can be convenient
|
||||
dnl to specify the name of the machine rather than its canonical type.
|
||||
case $host_alias in
|
||||
tflops)
|
||||
host_alias=i386-intel-osf1
|
||||
redstorm)
|
||||
host_alias=x86_64-redstorm-linux-gnu
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user