summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r26142] Updated autogen.sh so it works on OS-X. Note that this does requireDana Robinson2015-02-071-10/+44
| | | | | | | | | installing the autotools via a package manager like Homebrew since they are not installed with XCode. Part of: HDFFV-9114 Tested on: OS-X 10.10.2 (Yosemite) with XCode 6.1.1
* [svn-r26136] Updated autogen.sh to run flex and bison, replacing the ↵Dana Robinson2015-02-065-5193/+105
| | | | | | | | | | | (incomplete) bin/genltanalyze script, which has been deleted. Also removed the generated hl/src/H5LTparse.c/h and H5LTanalyze.c files. Part of: HDFFV-9120 Tested on: Local Ubuntu VM
* [svn-r26135] Updated autogen.sh to always run API-oriented scripts. RemovedDana Robinson2015-02-066-2280/+38
| | | | | | | | | | the -s option from autogen.sh. Removed several generated H5E files from version control as well as H5version.h since these will always be regenerated. Part of: HDFFV-9120 Tested on: Local Ubuntu VM
* [svn-r26132] reverted change 26177Scot Breitenfeld2015-02-056-5/+46
| | | | | | svn merge -c -26117 . Shared Fortran libraries don't work on Mac, the check for building shared on Mac needs to stay in.
* [svn-r26130] Updated autogen.sh to try glibtoolize if libtoolize isDana Robinson2015-02-051-4/+3
| | | | | | | | not found. Allows reconfiguration on OS-X. Part of: HDFFV-9120 Untested since we have no suitable OS-X machines
* [svn-r26129] Removed some additional generated files that were triggering ↵Dana Robinson2015-02-055-1545/+1
| | | | | | | | | | autotools re-builds, which would fail due to incorrect autotools versions. Part of: HDFFV-9120 Tested on: jam
* [svn-r26128] - Removed libtool generated/copied files.Dana Robinson2015-02-055-13369/+44
| | | | | | | | | | | - Modified autogen.sh to run libtoolize. NOTE: OS-X often uses glibtoolize. This will be fixed soon. - Addational helpful output added to autogen.sh. Part of HDFFV-9120 Tested on: 64-bit Linux VM
* [svn-r26127] Fixed typo.Scot Breitenfeld2015-02-052-2/+2
|
* [svn-r26117] Autotools work HDFFV-9067,Scot Breitenfeld2015-02-036-46/+5
| | | | | | 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
* [svn-r26115] explain why If RUNSERIAL or RUNPARALLEL is the word `none' then ↵Mohamad Chaarawi2015-02-031-1/+2
| | | | replace it with empty string.
* [svn-r26114] remove option to toggle large file support.Mohamad Chaarawi2015-02-023-96/+19
|
* [svn-r26113] Updated configure and the parallel tests to 'USE mpi' instead ↵Scot Breitenfeld2015-02-024-4/+4
| | | | | | of 'include 'mpih.f' tested jam (mpich + gnu).
* [svn-r26100] Removed maintainer mode (AM_MAINTAINER_MODE) from configure.ac.Dana Robinson2015-02-021-12/+0
| | | | | | | | | | | 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
* [svn-r26099] Updated manifest Dana Robinson2015-02-021-47/+0
| | | | Part of: HDFFV-9120
* [svn-r26098] Removed copied m4 files from version control.Dana Robinson2015-02-026-18384/+0
| | | | | | | | | Developers will now have to run bin/reconfigure (deprecated, will be removed soon) or autogen.sh after checking out code. Part of: HDFFV-9120 Tested on: jam with Fortran and C++
* [svn-r26097] Removed configure and Makefile.in files from version control.Dana Robinson2015-02-0241-93395/+0
| | | | | | | | | Developers will now have to run bin/reconfigure (deprecated, will be removed soon) or autogen.sh after checking out code. Part of: HDFFV-9120 Tested on: jam with Fortran and C++
* [svn-r26096] Merged r26024-26095 from trunk.Dana Robinson2015-02-0225-68/+75
|\ | | | | | | Tested on: jam with Fortran and C++
| * [svn-r26092] Snapshot version 1.9 release 212HDF Tester2015-02-0113-26/+26
| |
| * [svn-r26087] update build procedure for Hopper (Cray).. only static now. Mohamad Chaarawi2015-01-301-26/+19
| | | | | | | | Will add shared when we introduce support later.
| * [svn-r26074] fix test destinationAllen Byrne2015-01-291-2/+2
| |
| * [svn-r26040] HDFFV-9018: Install pdb files to bin folder with dlls.Allen Byrne2015-01-267-9/+9
| |
| * [svn-r26036] HDFFV-8736: Patch H5PL.c and test for cygwin plugin support.Allen Byrne2015-01-262-2/+16
| | | | | | | | Tested: local linux and cygwin
* | [svn-r26095] Added executable property to distdep.Dana Robinson2015-02-021-0/+0
| |
* | [svn-r26093] Updated manifest.Dana Robinson2015-02-011-0/+3
| |
* | [svn-r26091] Fixed some missing comment text in the autogen.sh script.Dana Robinson2015-01-311-1/+4
| | | | | | | | | | | | Part of HDFFV-9114 Tested on: jam
* | [svn-r26090] Added an autogen.sh script.Dana Robinson2015-01-312-0/+257
| | | | | | | | | | | | | | | | | | Note that bin/reconfigure still exists. It will be removed at a later date. Part of HDFFV-9114 Tested on: jam
* | [svn-r26086] Solaris no longer has issues with requiring early checking for timeDana Robinson2015-01-302-125/+77
| | | | | | | | | | | | | | | | | | functions so the checks were merged with the other system call checks. Fixes HDFFV-9083 Tested on: Linux (jam) and Solaris (emu)
* | [svn-r26085] Improved the direct VFD configure checks.Dana Robinson2015-01-302-44/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* | [svn-r26084] Configure now just checks for O_DIRECT being defined instead of ↵Dana Robinson2015-01-302-63/+36
| | | | | | | | | | | | | | | | | | | | | | 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)
* | [svn-r26083] Changed the default for building the direct VFD to 'no'.Dana Robinson2015-01-303-13/+16
| | | | | | | | | | | | | | | | | | 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)
* | [svn-r26082] Moved the high-level library checks up to the same place whereDana Robinson2015-01-302-90/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* | [svn-r26081] Moved the check for pthread_attr_setscope() into the ↵Dana Robinson2015-01-293-93/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | [svn-r26080] Removed unused HAVE_TZNAME define from configuration files.Dana Robinson2015-01-292-15/+0
| | | | | | | | | | | | | | | | Also removed a missed HAVE___GMTOFF from CMake. Part of HDFFV-9085 Tested on: jam
* | [svn-r26079] Removed obsolete HAVE___TM_GMTOFF defines. This is an artifact ↵Dana Robinson2015-01-295-58/+3
| | | | | | | | | | | | | | | | | | | | of the Linux fork of glibc. It's been deprecated since at least 1997. Part of HDFFV-9085 Tested on: jam
* | [svn-r26078] Changed a timezone struct to NULL in testpar/t_cache.c.Dana Robinson2015-01-291-2/+1
| | | | | | | | | | | | Part of HDFFV-9085 Tested on: jam w/ parallel
* | [svn-r26077] Removed unused HAVE_TM_ZONE and HAVE_STRUCT_TM_TM_ZONE defines fromDana Robinson2015-01-292-14/+0
| | | | | | | | | | | | | | | | VMS and CMake pubconfs. Part of HDFFV-9085 Tested on: jam
* | [svn-r26076] Removed gettimeofday() time zone struct functionality.Dana Robinson2015-01-296-374/+0
| | | | | | | | | | | | Part of HDFFV-9085 Tested on: jam
* | [svn-r26075] Removed (HD)BSDtimeofday and H5_HAVE_BSDGETTIMEOFDAY. This is ↵Dana Robinson2015-01-295-25/+4
| | | | | | | | | | | | | | | | | | | | an obsolete system call from Irix 5.3. Part of HDFFV-9085 Tested on: jam
* | [svn-r26072] Updated libhdf5.settings.in so that it no longer lists internal ↵Dana Robinson2015-01-291-1/+0
| | | | | | | | | | | | | | | | filters. Part of HDFFV-9086 Tested on: jam (configure only)
* | [svn-r26071] Moved setting H5_DEFAULT_VFD from configure to src/H5private.h.Dana Robinson2015-01-296-78/+4
| | | | | | | | | | | | Fixes HDFFV-9081 Tested on: jam
* | [svn-r26070] Removed internal filter configuration from CMakeDana Robinson2015-01-291-5/+0
| | | | | | | | Part of HDFFV-9086
* | [svn-r26069] Removed the option to selectively disable internal filters like ↵Dana Robinson2015-01-2965-1220/+132
| | | | | | | | | | | | | | | | | | | | n-bit at compile time. Fixes HDFFV-9086 Tested on: jam, both serial and parallel w/ fortran & C++
* | [svn-r26063] Fixed the wrong number of arguments being used for ↵Scot Breitenfeld2015-01-282-6/+8
| | | | | | | | MPI_FILE_OPEN. Kept using include "mpif.h" since it is not going to be depriciated. But 'USE mpi' will work now that the API is correct.
* | [svn-r26062] Changed the fortran test back from "USE mpi" to "include ↵Scot Breitenfeld2015-01-282-2/+2
| | | | | | | | "mpif.h"". Using the module causes problems on the Cray (hopper).
* | [svn-r26061] Fixed unintentional typo.Scot Breitenfeld2015-01-282-4/+4
| |
* | [svn-r26060] Fix for HDFFV-9091Scot Breitenfeld2015-01-273-22/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* | [svn-r26059] Fix for: HDFFV-9095 Scot Breitenfeld2015-01-273-8/+8
| | | | | | | | | | | | | | 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.
* | [svn-r26057] Fix for: HDFFV-9094Scot Breitenfeld2015-01-273-20/+31
| | | | | | | | | | | | | | | | | | | | 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)
* | [svn-r26055] Updates for:Mohamad Chaarawi2015-01-273-706/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | [svn-r26054] Fix for: HDFFV-9089Scot Breitenfeld2015-01-271-1/+1
| | | | | | | | | | | | 375::Compile the Fortran 77/90/95 interface -> remove 77 from comment Removed from comment.