Scot Breitenfeld
8a528170ec
[svn-r26117] Autotools work HDFFV-9067,
...
Removed restiction of disabling shared libraries on the MAC, H5_FORTRAN_SHARED was replaced with HAVE_SHARED_CONDITIONAL since H5_FORTRAN_SHARED was removed.
tested: jam
2015-02-03 10:42:15 -05:00
Mohamad Chaarawi
cbf280a22d
[svn-r26115] explain why If RUNSERIAL or RUNPARALLEL is the word `none' then replace it with empty string.
2015-02-03 09:33:25 -05:00
Mohamad Chaarawi
473feff3c6
[svn-r26114] remove option to toggle large file support.
2015-02-02 15:54:59 -05:00
Dana Robinson
51de1ce902
[svn-r26100] Removed maintainer mode (AM_MAINTAINER_MODE) from configure.ac.
...
This is no longer needed since we don't check in generated files anymore.
Actually, it was not really recommended in the first place:
http://www.gnu.org/software/automake/manual/html_node/maintainer_002dmode.html
Part of: HDFFV-9122
Tested on: jam
2015-02-02 04:16:07 -05:00
Dana Robinson
cd1d1d41df
[svn-r26096] Merged r26024-26095 from trunk.
...
Tested on: jam with Fortran and C++
2015-02-02 01:46:40 -05:00
HDF Tester
67f41bf9f8
[svn-r26092] Snapshot version 1.9 release 212
2015-02-01 06:03:18 -05:00
Dana Robinson
ba002bcc8f
[svn-r26086] Solaris no longer has issues with requiring early checking for time
...
functions so the checks were merged with the other system call
checks.
Fixes HDFFV-9083
Tested on: Linux (jam) and Solaris (emu)
2015-01-30 06:57:10 -05:00
Dana Robinson
8cb70b47cb
[svn-r26085] Improved the direct VFD configure checks.
...
- Results of O_DIRECT and posix_memalign() checks are now
output so users can more easily diagnose problems.
- Configure now fails if --enable-direct-vfd was requested
but either O_DIRECT or posix_memalign() are not
present.
Part of HDFFV-7566
Tested on: jam (configure only)
2015-01-30 05:38:59 -05:00
Dana Robinson
21a38c4e67
[svn-r26084] Configure now just checks for O_DIRECT being defined instead of trying
...
to build and run a program using it, which is problematic (depends on
file system, issues with cross-compiling).
Part of HDFFV-9057
Tested on: jam (configure only)
2015-01-30 04:42:26 -05:00
Dana Robinson
ec45cabfc7
[svn-r26083] Changed the default for building the direct VFD to 'no'.
...
Updated the direct VFD help string to make it more clear where
it is suported.
Part of HDFFV-7566 and HDFFV-7567
Tested on: jam (configure only)
2015-01-30 03:08:57 -05:00
Dana Robinson
37d1800ec0
[svn-r26082] Moved the high-level library checks up to the same place where
...
Fortran and C++ are checked. This will make it easier to
handle threadsafe/high-level combinations later.
Also changed the default of --enable-pthread to 'check' and
removed yes/no behavior. If you ask for thread-safety, you
can't disable Pthreads...
Part of HDFFV-8719
Tested on: jam (configure only)
2015-01-30 02:38:40 -05:00
Dana Robinson
adc1845b48
[svn-r26081] Moved the check for pthread_attr_setscope() into the thread-safe checks
...
section. Documented its necessity and added a cross-compiling option
and helpful comment.
Also removed a check for BSDgettimeofday from configure.ac, which
was for Irix 5.3 support.
Part of HDFFV-9087
Tested on: jam with threadsafe
2015-01-29 18:48:20 -05:00
Dana Robinson
da2a2d9400
[svn-r26079] Removed obsolete HAVE___TM_GMTOFF defines. This is an artifact of the Linux
...
fork of glibc. It's been deprecated since at least 1997.
Part of HDFFV-9085
Tested on: jam
2015-01-29 17:33:01 -05:00
Dana Robinson
f44d493a4b
[svn-r26076] Removed gettimeofday() time zone struct functionality.
...
Part of HDFFV-9085
Tested on: jam
2015-01-29 16:02:19 -05:00
Dana Robinson
aea0b5b46e
[svn-r26071] Moved setting H5_DEFAULT_VFD from configure to src/H5private.h.
...
Fixes HDFFV-9081
Tested on: jam
2015-01-29 09:15:48 -05:00
Dana Robinson
45aece2434
[svn-r26069] Removed the option to selectively disable internal filters like n-bit
...
at compile time.
Fixes HDFFV-9086
Tested on: jam, both serial and parallel w/ fortran & C++
2015-01-29 08:19:22 -05:00
Scot Breitenfeld
7046addd0b
[svn-r26060] Fix for HDFFV-9091
...
405-408::fortran vars should be scoped
Scoped:
HAVE_SIZEOF
HAVE_C_SIZEOF
HAVE_STORAGE_SIZE
FORTRAN_DEFAULT_REALisDBLE
to where the tests are (in m4/aclocal_fc.m4)
Tested: jam (gnu)
2015-01-27 16:52:53 -05:00
Scot Breitenfeld
f142970ac2
[svn-r26059] Fix for: HDFFV-9095
...
4159:: Check if Fortran's default real is double precision. If it is and HL is being built then configure should fail due to bug HDFFV-889.
Fix:
This check should be located where HL is check for, and it is. Updated the comment to elimenate confusion.
2015-01-27 16:35:30 -05:00
Scot Breitenfeld
06587c6e91
[svn-r26057] Fix for: HDFFV-9094
...
change include 'mpif.h' to module in tests
Solution:
changed to 'USE mpi' and moved the tests to m4/aclocal_fc.m4
Tested: jam (mpicc, mpif90)
2015-01-27 16:24:31 -05:00
Mohamad Chaarawi
4a10dbe011
[svn-r26055] Updates for:
...
Discuss and Remove Infering parallel compilers (C and Fortran) from configure.ac
https://jira.hdfgroup.uiuc.edu/browse/HDFFV-9068
Remove restriction to build shared with parallel
https://jira.hdfgroup.uiuc.edu/browse/HDFFV-9069
Cleanup parallel sections in configure.ac
https://jira.hdfgroup.uiuc.edu/browse/HDFFV-9096
tested h5committest
2015-01-27 15:59:48 -05:00
Scot Breitenfeld
b2516b909a
[svn-r26054] Fix for: HDFFV-9089
...
375::Compile the Fortran 77/90/95 interface -> remove 77 from comment
Removed from comment.
2015-01-27 15:30:29 -05:00
Scot Breitenfeld
d29c5a6e6a
[svn-r26052] Fixed false positive tests for intrensic functions.
...
Tested: jam (mpi, gfortran, intel)
--enable-fortran, and --enable-fortran --enable-fortran2003
2015-01-27 15:16:07 -05:00
Scot Breitenfeld
4d34a0c6ad
[svn-r26051] Fix for HDFFV-9092
...
Change AC_TRY_RUN TO AC_TRY_COMPILE
Changed all the instances of AC_TRY_RUN for the Fortran and C++ tests to use
AC_COMPILE_IFELSE and moved all the tests to new files in m4 directory:
aclocal_cxx.m4 (for C++ tests)
aclocal_fc.m4 (for Fortran tests)
tested: jam
2015-01-27 12:17:09 -05:00
Scot Breitenfeld
1e85e7ca52
[svn-r26047] Fix for HDFFV-9092
...
Change AC_TRY_RUN TO AC_TRY_COMPILE
Changed all the instances of AC_TRY_RUN for the Fortran and C++ tests to use
AC_COMPILE_IFELSE
tested: jam
2015-01-27 10:29:06 -05:00
Dana Robinson
b10f26ab18
[svn-r26042] Updated configure.ac so that POSIX_C_SOURCE=200112L and GNU_SOURCE
...
are defined. The former is for posix_memalign() and the latter for
the O_DIRECT flag for open(). Both are for direct VFD support.
Fixes HDFFV-9088
Tested on: jam
2015-01-26 22:31:03 -05:00
Dana Robinson
4e37d30dba
[svn-r26029] Updated the comment on the Cygwin 'srcdir= and time' test to indicate
...
that it's still an issue with recent versions of Cygwin.
Fixes HDFFV-9082
Tested on: jam (bin/reconfigure only - just a comment change)
2015-01-26 06:14:54 -05:00
Dana Robinson
699b27ee4e
[svn-r26028] Removed code from configure.ac that #defined (H5)_NO_SHARED_WRITING under
...
CodeWarrior as a work-around to broken open() functionality (it's not clear
which version). The only effect of this #define was to cause test_file_close()
in test/tfile.c to be skipped.
Fixes HDFFV-9080
Tested on: jam
We don't have CodeWarrior, so I just ensured the deletion didn't adversely
affect a typical build.
2015-01-26 05:06:53 -05:00
HDF Tester
234e77b3f9
[svn-r25981] Snapshot version 1.9 release 211
2015-01-18 06:01:21 -05:00
Scot Breitenfeld
485faa47e7
[svn-r25980] Reverting check-in 25978, C_LONG_DOUBLE seems to be 16 bytes sometimes and 10 bytes other times. Not sure why.
2015-01-15 10:18:45 -05:00
Scot Breitenfeld
c6cf45e3e7
[svn-r25978] Bug fix for HDFFV-8847
...
Tested: h5committest
2015-01-13 11:23:07 -05:00
HDF Tester
d3ddfe842d
[svn-r25975] Snapshot version 1.9 release 210
2015-01-11 06:05:36 -05:00
HDF Tester
509cd32da2
[svn-r25949] Snapshot version 1.9 release 209
2015-01-04 06:04:11 -05:00
HDF Tester
b7047b6425
[svn-r25924] Snapshot version 1.9 release 208
2014-12-28 06:03:37 -05:00
HDF Tester
c8fea60113
[svn-r25915] Snapshot version 1.9 release 207
2014-12-21 05:45:34 -05:00
Larry Knox
1d83ae98b9
[svn-r25912] Revert change r25701: Add LD path to HDF5 install directory to address HDFFV-8944.
...
The change broke DESTDIR builds where an older HDF5 is installed in the --prefix directory.
The original problem remains.
Tested with h5committest
2014-12-19 14:50:58 -05:00
Albert Cheng
d9ba0ae35f
[svn-r25900] HDFFV-9046: reorganize hdf5/perform/ directory
...
Moved perform/ to tools/perform. Updated all the configure related files for the new location.
Tested: h5committested plus tested in jam and kite.
2014-12-17 18:07:24 -05:00
HDF Tester
118710f360
[svn-r25886] Snapshot version 1.9 release 206
2014-12-14 05:46:08 -05:00
HDF Tester
c1763bef53
[svn-r25864] Snapshot version 1.9 release 205
2014-12-07 05:51:49 -05:00
HDF Tester
ccbd46e914
[svn-r25855] Snapshot version 1.9 release 204
2014-11-30 05:49:53 -05:00
HDF Tester
b59663156d
[svn-r25834] Snapshot version 1.9 release 203
2014-11-23 05:47:28 -05:00
HDF Tester
2fcec016a8
[svn-r25762] Snapshot version 1.9 release 202
2014-11-02 04:51:44 -05:00
HDF Tester
290dfb8799
[svn-r25736] Snapshot version 1.9 release 201
2014-10-26 06:00:38 -05:00
HDF Tester
2a668bd0fc
[svn-r25720] Snapshot version 1.9 release 200
2014-10-19 05:31:05 -05:00
Larry Knox
6d82d6c7cd
[svn-r25701] Add LD path to HDF5 install directory to address HDFFV-8944.
...
Tested with h5committest and failed external daily tests.
2014-10-13 22:14:29 -05:00
HDF Tester
e8ffff6853
[svn-r25693] Snapshot version 1.9 release 199
2014-10-12 05:28:29 -05:00
HDF Tester
e6702f2cae
[svn-r25668] Snapshot version 1.9 release 198
2014-10-05 05:27:58 -05:00
HDF Tester
c617cbdfb0
[svn-r25627] Snapshot version 1.9 release 197
2014-09-28 05:34:35 -05:00
HDF Tester
ae00b7b591
[svn-r25604] Snapshot version 1.9 release 196
2014-09-21 05:29:14 -05:00
HDF Tester
7f2fa8340b
[svn-r25591] Snapshot version 1.9 release 195
2014-09-14 05:30:20 -05:00
HDF Tester
2154d1c6f1
[svn-r25563] Snapshot version 1.9 release 194
2014-08-31 05:31:14 -05:00