summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL
Commit message (Collapse)AuthorAgeFilesLines
* Minor fixes for CMake code and install docs (#2623)Allen Byrne2023-04-031-2/+4
|
* Set default level to minimum time (#1722)Allen Byrne2022-05-171-1/+1
|
* doygen adjustments (#614)Allen Byrne2021-05-041-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * OESS-98 convert plugin option to FetchContent, add tests * Fixes for pkcfg files because of plugin option * OESS-98 fix tools test for plugins * Keep doxygen comments under 100 chars long - format hint * Whitespace * HDFFV-11144 - Reclassify CMake messages * HDFFV-11099/11100 added help text * Reworked switch statement to compare string instead * Fix typo * Update CDash mode * Correct name of threadsafe * Correct option name * Undo accidental commit * Note LLVM 10 to 11 format default changes * Update format plugin * Undo clang-format version 11 changes * One more correction * Update supported platforms * Revert whitespace changes * Correct whitespace * Changes from PR#3 * HDFFV-11213 added option to control gcc10 warnings diagnostics * HDFFV-11212 Use the new references correctly in JNI utility and tests * format source * Fix typo * Add new test file * HDFFV-11212 - update test and remove unused arg * Minor non-space formatting changes * Use H5I_INVALID_ID instead of "-1" * source formatting * add missing testfile, update jni function * Undo commit of debug code * remove mislocated file * Fix h5repack test for handling of fapls and id close * Update h5diff test files usage text * HDFFV-11212 add new ref tests for JNI export dataset * src format update * Remove blank line typo * src format typo * long double requires %Lg * Another long double foramt specifer S.B. %Lg * issue with t128bit test * Windows issue with h5dump and type. * Fix review issues * refactor function nesting and fix error checks * format fixes * Remove untested functions and javadoc quiet comments * Restore TRY block. * Change string append errors to memory exception * revert to H5_JNI_FATAL_ERROR - support functions need work * Add assertion error for h5util functions * remove duplicate function * format fix * Revert HD function error handling * Update copyright comments * GH #386 java folder copyright corrections * Whitespace * GH #359 implement and fix tools 1.6 API usage * remove excessive comments * Flip inits to correct ifdef section * rework ifdef to be simpler * format issue * Reformat ifdef inits * remove static attribute * format compliance * Update names * Revert because logic relies on float not being int * Changes noticed from creating merge of #412 * Double underscore change * Correct compiler version variable used * Remove header guard underscores * Whitespace cleanup * Split format source and commit changes on repo push * remove pre-split setting * Change windows TS to use older VS. * correct window os name * HDFFV-11212 JNI export util and Javadoc * Suggested review changes * Another change found * Committing clang-format changes * HDFFV-11113 long double in tools * HDFFV-11113 add note * Disable long double tests for now * HDFFV-11228 remove arbitrary CMake warning groups. * Make each flag a string * Some Javadoc warning fixes * Updated javadoc fixes * # WARNING: head commit changed in the meantime HDFFV-11229 Fix long double usage in tools and java Changed h5dump and h5ls to just print 128-bit for long double type. Added test and file for dataset and attributes with all three float types. * Committing clang-format changes * HDFFV-11229 Add release note * HDFFV-11229 windows testfile needed * fix typo * Remove non supported message text * HDFFV-11229 - change ldouble test to check both native and general * HDFFV-11229 add second file compare * HDFFV-11229 fix reference file * HDFFV-11229 autotools check two refs * HDFFV-11229 revert back to removal of NATIVE_LDOUBLE in tools output * Committing clang-format changes * Update release note * Update attribute type of ref file * Change source of ninja for macs * try port instead of brew * Recommended is to use brew. * Undo non long double changes * remove unneeded file * Fix perl and doxygen CMake code * Add "option" command for clang options * Rework CMake add_custom to use the BYPRODUCTS argument * Add stamp files to BYPRODUCTS * Only one copy of file exists * Fix custom cmmand depends targets * Fix fortran custom command DEPENDS * Add LD_LIBRARY_PATH to tests * Add custom target for DEPENDS * Add h5detect conditionaly to generated target DEPENDS * Correct DEPENDS targets * Parallel builds need the mpi compiler for pkgconfig scripts. * install only if MPI build * Fortran target depends * Remove incorrect source attribute * doxygen adjustments * doxygen build updates * Correct version * Correct function version - function has been merged to 1.12 * Correct version string for map functions Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* URL and options correctionsAllen Byrne2020-10-191-1/+1
|
* Correct entries related to --enable-build-mode and --enable-profiling inLarry Knox2020-10-031-4/+7
| | | | INSTALL file, and remove obsolete SZIP paragraph from COPYING file.
* Update examples and fix old version references.Allen Byrne2020-02-261-3/+7
|
* HDFFV-10569 Add unsupported option notes to docsAllen Byrne2018-09-041-49/+63
|
* Update RELEASE.txt, HISTORY-1_10.txt and INSTALL files with changes fromlrknox2018-04-031-260/+75
| | | | HDF5-1.10.2 release.
* Update install file for configure revisions.lrknox2018-03-051-21/+23
|
* [svn-r25695] Maintenance: Addressing bug HDFFV-8836 - information in section ↵Elena Pourmal2014-10-131-17/+21
| | | | 3.2 about the SZIP binaries distribution was wrong. Fixed.
* [svn-r24004] HDFFV-8319 and -8321: Cleanup autotools code.Allen Byrne2013-08-131-2/+2
| | | | | | Also remove GetConsoleScreenInfo check from cygwin configure. Tested: h5committest
* [svn-r20410] Corrected text in INSTALL file: there is no --enable-szlib ↵Larry Knox2011-04-041-1/+1
| | | | configure option, it should be --with-szlib=.
* [svn-r19148] Maintenance: Removed misleading information about the ↵Elena Pourmal2010-07-291-16/+6
| | | | | | | HDF4-to-HDF5 tools. The tools became a part of the h4h5tools distribution long time ago, but the INSTALL file was not updated in the development branch and slipped into 1.8 releases and current trunk.
* [svn-r17115] Newer Solaris compiler uses -m64 inplace of -xarch=v9 which is ↵Albert Cheng2009-06-261-1/+1
| | | | | | | | deprecated. Update the install instruction. No test needed.
* [svn-r15007] Purpose: configure cleanupMike McGreevy2008-05-151-8/+1
| | | | | | | Description: cleaning up configure related to removal of --disable-hsizet flag, which we no longer support. Tested: kagiso
* [svn-r14903] Undoing change committed in r14902.Scot Breitenfeld2008-04-301-628/+687
|
* [svn-r14902] Merged fortran_1_8 branch changes r14505:14901 into the trunk. ↵Scot Breitenfeld2008-04-301-687/+628
| | | | New fortran wrappers added.
* [svn-r14582] Purpose:Albert Cheng2008-02-141-628/+687
| | | | | | | | | | | | | | | | | | | | | | | | | | Fold all the updates made for v1.8.0 release to the main trunk. Versions are from r14548 to r14556. Changes are, Updated section 4 for v1.8 release. (May still check the v1.6 INSTALL to see if something can be adopted from there. But this is good for v1.8 release.) Moved the section 2. "Warnings about compilers" to Appendix A; renumbered section 3-7 to section 2-6 and fixed all section references. Updated Website names from ncsa.uiuc.edu to hdfgroup.org or hdfgroup.uiuc.edu. Updated section 1-3 and some of section 4. Quick editorial review. Convert tabs to spaces for consistent display and printing. Verify and fix links and references. Moved the following three paragraphs to the Appendix part since they have old information that are not relevant most recent machines or compilers. "Large (>2GB) versus small (<2GB) file capability", "Building and testing with Intel compilers" "Building and testing with PGI compilers"
* [svn-r14025] Maintenance: Changed version number to 1.8.0-beta3, put warning ↵hdf5-1_8_0-beta3Elena Pourmal2007-07-301-0/+3
| | | | | | | into INSTALL file for the 1.8.0-beta* releases Tested: Release tar ball is available on the frp server, It was tested on kagiso with the PGI compilers.
* [svn-r12433] Purpose:James Laird2006-06-221-0/+5
| | | | | | | | | | doc update Description: Added HDF5TestExpress to release docs Platforms tested: none (doc change only)
* [svn-r12413] Purpose:James Laird2006-06-141-1/+3
| | | | | | | | | | | | | | | | | Bug fix Description: Changed the semantics of --enable-stream-vfd and --enable-shared. Both are now disabled by default when parallel HDF5 is being built. Solution: Both shared and stream-vfd are disabled by default in parallel, but can be enabled explicitly if the user chooses. Before, shared was always enabled by default and stream-vfd was always disabled in parallel. Platforms tested: heping, mir (configuration change only)
* [svn-r12358] Purpose:Albert Cheng2006-05-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug fix. Description: The ${TR}, though avoid the error, is inconvenient. It is needed because configure.in use the char range in the style of 'a-z'. The other style of '[a-z]' is more commonly accepted by all tr but autoconf tends to strip away [], making the syntax rather clumsy. Solution: Learned from autoconf that it avoids the use of character range by just spell all the letters out. Changed our tr commands to use those variables defined by autoconf. Also removed the definition of ${TR} since it will cause inconsistancy when autoconf also use plain 'tr' in its generated code. The Makefile.in are changed because the elimination of ${TR} from configure triggered its removal from all Makefil.in. That is okay because ${TR} is not used at all in Makefile. Platforms tested: h5committested. (sol failed to connected). also tested in shanti using both /usr/ucb/tr and /bin/tr (the bad one before.) Misc. update: Updated both INSTALL and RELEASE files.
* [svn-r12265] Purpose:Albert Cheng2006-04-171-11/+9
| | | | | Removed reference and files for Installation of TFLOPS (machine retired) and special VFD of SRB and GASS, both of which have been retired too.
* [svn-r12145] Purpose:James Laird2006-03-231-13/+22
| | | | | | | | | | | | doc update Description: Mentioned bin/deploy tool in INSTALL docs. Also cleaned up some inconsistent tabs. Platforms tested: doc change only
* [svn-r11574] Purpose:James Laird2005-10-171-2/+2
| | | | Updated release notes for TR fix.
* [svn-r11507] Purpose:James Laird2005-10-061-1/+1
| | | | | | | Mentioned support for Cray X1 in 1.7 release notes. Solution: Cray X1 has been working for a while, just never wrote it down before now.
* [svn-r11444] Purpose:James Laird2005-09-201-2/+2
| | | | | | | | | | | | Updated release notes Description: Mentioned that shared C++ and Fortran libraries are supported in INSTALL and RELEASE.txt. Platforms tested: documentation change only
* [svn-r10570] Purpose: MaintenanceElena Pourmal2005-04-071-2/+1
| | | | | | | | | | | Description: Removed support for SRB driver Solution: Removed or modified appropriate files; ran reconfigure to regenerate Makefile.in and configure files. Platforms tested: heping and shanti Misc. update: ran bin/chkmanifest on heping
* [svn-r9722] Purpose: Small bug fix (#203 in Bugzilla)Elena Pourmal2004-12-281-1/+3
| | | | | | | | | | | Description: INSTALL file in 1.7 branch had old information about the minimum set of header files that should be installed Solution: Fixed Platforms tested: N/A Misc. update:
* [svn-r8279] Purpose:Quincey Koziol2004-03-251-3/+5
| | | | Clarify note about the --with-pthread flag.
* [svn-r8277] Purpose:Quincey Koziol2004-03-251-3/+3
| | | | | Update flags necessary for compiling the library with thread-safety turned on.
* [svn-r8201] Purpose:Quincey Koziol2004-02-131-32/+38
| | | | | | | | | | | | | | | | | | Code cleanup/bug fix Description: Fix configuration files to allow 64-bit compilation of the library with a 64-bit version of zlib. Solution: Moved important compiler flags settings from CC macro to CFLAGS macro. Instead of setting CC (F9X, CXX) environment variable for compiling for 64-bit code, users should just set the CFLAGS (FFLAGS, CXXFLAGS) to -q64. Updated INSTALL file to reflect this change. Platforms tested: IBM p690 (copper) w/parallel, FORTRAN, C++, srcdir. Platforms specific - h5committest does not apply.
* [svn-r7948] Purpose:Quincey Koziol2003-12-131-3/+3
| | | | Update with correct location on FTP server.
* [svn-r7156] Purpose: MaintenanceElena Pourmal2003-07-031-3/+3
| | | | | | | | | | | | | Description: When make install prefix=NEW_DIR is used to specify new location for the installed HDF5 library, h5redeploy should be used to fix h5cc, etc. scripts. INSTALL file suggested to fix scripts by hand. Solution: Modified instructions to use h5redeploy. Platforms tested: verbena Misc. update:
* [svn-r7151] Purpose: MaintenanceElena Pourmal2003-07-031-7/+7
| | | | | | | | | | | | Description: After talking to Barbara we decided to use ftp://ftp.ncsa.uiuc.edu/HDF/HDF5/current/ location for Intel and Cray Fortran source code patches. Solution: Edited the file to point to new location. Platforms tested: Misc. update:
* [svn-r7148] Purpose: MiantenanceElena Pourmal2003-07-031-55/+156
| | | | | | | | | | Description: Added information about SZIP and few twicks here and there. Solution: Platforms tested: Misc. update:
* [svn-r6917] Purpose:Albert Cheng2003-05-231-1/+3
| | | | | Updated with new information of LANL Compaq Q. Slight wording change about HDF5_PARAPREFIX.
* [svn-r6059] Purpose:Albert Cheng2002-11-051-4/+5
| | | | | | Updated the parallel installation information Platforms tested: Highly sophiscated optical scanning (eyeball it)
* [svn-r5591] Purpose:Bill Wendling2002-06-111-1/+4
| | | | | | | | Update Description: Explained that, if the user uses the "make install prefix=NEW_DIR" option, they'll need to modify the installed h5cc file to reflect the change.
* [svn-r5395] Purpose:Bill Wendling2002-05-101-0/+9
| | | | | | | Update Description: Added documentation on how you can install in a different directory than the one you specified during configuration.
* [svn-r4753] Bill Wendling2001-12-211-17/+17
| | | | | | | Purpose: Doc Description: Added that we support PHDF5 on Hp-UX11.
* [svn-r4471] Bill Wendling2001-09-241-10/+11
| | | | | | | | | Purpose: Feature add Description: Changed the "make install" thingy to "make install-all" in the quick-setup guide. Also, changed the version number of HDF5 in the examples from 1.4.0 and 1.2.0 to 1.5.x
* [svn-r4252] Purpose:Albert Cheng2001-07-201-8/+1
| | | | | | | | | | | document update Description: The information of setting SGI_ABI seemed to confuse some user. Removed it since it is extra information in addition to the preferred method of "CC=... ./configure". Experienced user in IRIX64 would know that option. Platforms tested: Eyeballed.
* [svn-r4114] Elena Pourmal2001-07-051-0/+538
Purpose: Maintenance Description: Source directory has been rearranged. INSTALL*, HISTORY.txt and RELEASE.txt were moved to the release_docs directory. *.zip files were moved to the windows directory. README file was renamed to README.txt MANIFEST was updated to reflect those changes.