Commit Graph

5 Commits

Author SHA1 Message Date
Raymond Lu
fbe777b67a [svn-r8599] Purpose: Bug fix.
Description:  One of the CFLAGS -D__GNUC__ caused problem for ecc 8.
It was added because there was conflicting definition for int64_t
in /usr/include/stdint.h and /usr/include/sys/types.h when ecc was updated to
7.1.  Since those two files have been updated, the problem is no longer there.

Solution:  take the flage -D__GNUC__ out.

Platforms tested:  ecc on titan, the only place concerned.
2004-05-28 15:59:50 -05:00
Raymond Lu
c891e4a01e [svn-r8046] Purpose: bug fix
Description: int64_t couldn't be found after titan's ecc was upgraded.

Solution: Added -D__GNUC__ to CFLAGS

Platforms tested: titan(titan specific)
2004-01-08 15:49:05 -05:00
Quincey Koziol
6528bd5473 [svn-r7947] Purpose:
Bug fix

Description:
    Fix problems building on Debian Linux when Intel's "ecc" compiler is
not available.

Platforms tested:
    Eyeballed - very trivial patch from user.
2003-12-13 13:46:15 -05:00
Quincey Koziol
2d09675e14 [svn-r7887] Purpose:
Update ecc compiler flags

Platforms tested:
    Titan
    Not relevant to other platforms, so no h5committest.
2003-11-25 16:24:24 -05:00
Albert Cheng
7a6bda13fe [svn-r6560] Purpose:
Feature (bug fix)

Description:
Added a new configure file specifically for the IA64 platform
in which ecc and efc are the default compilers.
Also added all the Fortran special setup in the fortran version

Platforms tested:
no h5committest since this is a IA64 platform stuff.
Tested in Titan.

Misc. update:
MANIFEST Updated.
2003-04-02 11:50:58 -05:00