summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKitware Robot <kwrobot@kitware.com>2016-06-19 04:01:06 (GMT)
committerKitware Robot <kwrobot@kitware.com>2016-06-19 04:01:06 (GMT)
commitd6378091361623a9018925b9cfb2708f6a0183f4 (patch)
tree61d3b2b248b2817e03489abfa068290086b571d7
parent2e351f892e8eeaec2ecfe3b8a047c340a8718f10 (diff)
downloadCMake-d6378091361623a9018925b9cfb2708f6a0183f4.zip
CMake-d6378091361623a9018925b9cfb2708f6a0183f4.tar.gz
CMake-d6378091361623a9018925b9cfb2708f6a0183f4.tar.bz2
CMake Nightly Date Stamp
-rw-r--r--Source/CMakeVersion.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake
index ac145cf..520fdeb 100644
--- a/Source/CMakeVersion.cmake
+++ b/Source/CMakeVersion.cmake
@@ -1,5 +1,5 @@
# CMake version number components.
set(CMake_VERSION_MAJOR 3)
set(CMake_VERSION_MINOR 6)
-set(CMake_VERSION_PATCH 20160618)
+set(CMake_VERSION_PATCH 20160619)
#set(CMake_VERSION_RC 1)
=shell_script'>stats
path: root/tools/h5stat/Makefile.in
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2010-04-15 21:17:22 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2010-04-15 21:17:22 (GMT)
commit0cf2a97cfbb6261cea3645d9109a7313e8bb9f5a (patch)
treece9a5c86892be6162b739a147fa9e0dd453dcb85 /tools/h5stat/Makefile.in
parent5dfdf41dfc2ca4f22529effacc0913681fae7e34 (diff)
downloadhdf5-0cf2a97cfbb6261cea3645d9109a7313e8bb9f5a.zip
hdf5-0cf2a97cfbb6261cea3645d9109a7313e8bb9f5a.tar.gz
hdf5-0cf2a97cfbb6261cea3645d9109a7313e8bb9f5a.tar.bz2
[svn-r18579] Purpose:
Autotool Upgrade / Libtool Bug Fix Description: Updated autotools referenced in bin/reconfigure as follows: Autoconf 2.64 --> Autoconf 2.65 Automake 1.11 --> Automake 1.11.1 Libtool 2.2.6a --> Libtool 2.2.6b-mcg The referenced libtool version is a custom version of 2.2.6b. It has been tweaked to fix a bug in libtool that occurs when using PGI 10.0 compilers. A check incorrectly categorizes the C++ compiler as version 1.0 instead of 10.0, and the link line is subsequently set up incorrectly and fails to compile. A patch has been made available and will be included in the next release of libtool, but in the meantime I've applied the patch to a custom installation as indicated above. This bin/reconfigure now references the custom installation, and the resulting configure script will correctly categorize the PGI 10.0 C++ compiler. Ran bin/reconfigure to regenerate configure and makefiles. Tested: jam and amani with PGI 10.0 compilers. h5committest