mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
76e9fe7298
Purpose: Maintenance Description: Added configuration file for SP3 to support C++ Platforms tested: NERSC SP3
12 lines
365 B
Bash
12 lines
365 B
Bash
# -*- shell-script -*-
|
|
#
|
|
# This file is part of the HDF5 build script. It is processed shortly
|
|
# after configure starts and defines, among other things, flags for
|
|
# the various compile modes.
|
|
#
|
|
# See BlankForm in this directory for details.
|
|
|
|
# Cross compiling defaults
|
|
ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}
|
|
hdf5_cv_printf_ll=${hdf5_cv_printf_ll='ll'}
|