mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r417] ./config/linux
Made `--enable-parallel' the default on my system. It used to be that way before but then I accidently turned it off and forgot about it.
This commit is contained in:
parent
5a1772b7ae
commit
27edf86f6a
@ -41,6 +41,12 @@ PROD_CPPFLAGS=
|
||||
PROFILE_CFLAGS=-pg
|
||||
PROFILE_CPPFLAGS=
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# Enable parallel support by default for Robb's development system.
|
||||
#
|
||||
if [ 'robb@arborea' = `whoami`@`hostname` ]; then
|
||||
enable_parallel=${enable_parallel:-yes}
|
||||
fi
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# Values for overriding configuration tests when cross compiling.
|
||||
|
Loading…
x
Reference in New Issue
Block a user