[Cmake-commits] CMake branch, next, updated. v3.6.1-1610-gef65af0
Brad King
brad.king at kitware.com
Tue Aug 30 09:51:07 EDT 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via ef65af0eeccf9a0137c258e5d5efa7e729cb2072 (commit)
via b82d027b457db00b1a48ca225444d9c977cfc6f9 (commit)
from fdeb50d6b51a8e189ebdb4da88b464cd981e0ad4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ef65af0eeccf9a0137c258e5d5efa7e729cb2072
commit ef65af0eeccf9a0137c258e5d5efa7e729cb2072
Merge: fdeb50d b82d027
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Aug 30 09:51:06 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Aug 30 09:51:06 2016 -0400
Merge topic 'drop-linux-i386-binary' into next
b82d027b Utilities/Release: Drop Linux 32-bit binary
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b82d027b457db00b1a48ca225444d9c977cfc6f9
commit b82d027b457db00b1a48ca225444d9c977cfc6f9
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Aug 30 09:48:10 2016 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Tue Aug 30 09:48:39 2016 -0400
Utilities/Release: Drop Linux 32-bit binary
The Linux distro we've been using for this is so old that it limits our
ability to import newer third-party software. Until a new machine can
be configured to provide this binary we can simply drop it. Users will
still be able to build from source or use a distro-provided version.
diff --git a/Help/release/dev/drop-linux-i386-binary.rst b/Help/release/dev/drop-linux-i386-binary.rst
new file mode 100644
index 0000000..60aa74e
--- /dev/null
+++ b/Help/release/dev/drop-linux-i386-binary.rst
@@ -0,0 +1,5 @@
+drop-linux-i386-binary
+----------------------
+
+* We no longer provide Linux i386 binaries for download from ``cmake.org``
+ for new versions of CMake.
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index c119cfd..4e9b062 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -676,8 +676,6 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release
win64_release.cmake)
ADD_NIGHTLY_BUILD_TEST(CMakeNightlyOSX
osx_release.cmake)
- ADD_NIGHTLY_BUILD_TEST(CMakeNightlyLinux32
- linux32_release.cmake)
ADD_NIGHTLY_BUILD_TEST(CMakeNightlyLinux64
linux64_release.cmake)
set_property(TEST CMakeNightlyWin64 PROPERTY DEPENDS CMakeNightlyWin32)
diff --git a/Utilities/Release/create-cmake-release.cmake b/Utilities/Release/create-cmake-release.cmake
index f8844e9..192549e 100644
--- a/Utilities/Release/create-cmake-release.cmake
+++ b/Utilities/Release/create-cmake-release.cmake
@@ -8,7 +8,6 @@ file(MAKE_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/logs)
set(RELEASE_SCRIPTS_BATCH_1
win32_release.cmake # Windows x86
osx_release.cmake # OS X x86_64
- linux32_release.cmake # Linux x86
linux64_release.cmake # Linux x86_64
)
diff --git a/Utilities/Release/linux32_release.cmake b/Utilities/Release/linux32_release.cmake
deleted file mode 100644
index 4ef513e..0000000
--- a/Utilities/Release/linux32_release.cmake
+++ /dev/null
@@ -1,25 +0,0 @@
-set(PROCESSORS 1)
-set(BOOTSTRAP_ARGS "--docdir=doc/cmake")
-set(HOST magrathea)
-set(MAKE_PROGRAM "make")
-set(CC gcc332s)
-set(CXX c++332s)
-set(CFLAGS -DDT_RUNPATH=29)
-set(CXXFLAGS -DDT_RUNPATH=29)
-set(INITIAL_CACHE "
-CMAKE_BUILD_TYPE:STRING=Release
-CURSES_LIBRARY:FILEPATH=/usr/i686-gcc-332s/lib/libncurses.a
-CURSES_INCLUDE_PATH:PATH=/usr/i686-gcc-332s/include/ncurses
-FORM_LIBRARY:FILEPATH=/usr/i686-gcc-332s/lib/libform.a
-CMAKE_USE_OPENSSL:BOOL=ON
-OPENSSL_CRYPTO_LIBRARY:FILEPATH=/home/kitware/openssl-1.0.2h/lib/libcrypto.a
-OPENSSL_INCLUDE_DIR:PATH=/home/kitware/openssl-1.0.2h/include
-OPENSSL_SSL_LIBRARY:FILEPATH=/home/kitware/openssl-1.0.2h/lib/libssl.a
-CPACK_SYSTEM_NAME:STRING=Linux-i386
-BUILD_QtDialog:BOOL:=TRUE
-CMake_GUI_DISTRIBUTE_WITH_Qt_LGPL:STRING=2.1
-CMake_INSTALL_DEPENDENCIES:BOOL=ON
-QT_QMAKE_EXECUTABLE:FILEPATH=/home/kitware/qt-4.43-install/bin/qmake
-")
-get_filename_component(path "${CMAKE_CURRENT_LIST_FILE}" PATH)
-include(${path}/release_cmake.cmake)
-----------------------------------------------------------------------
Summary of changes:
Help/release/dev/drop-linux-i386-binary.rst | 5 +++++
Tests/CMakeLists.txt | 2 --
Utilities/Release/create-cmake-release.cmake | 1 -
Utilities/Release/linux32_release.cmake | 25 -------------------------
4 files changed, 5 insertions(+), 28 deletions(-)
create mode 100644 Help/release/dev/drop-linux-i386-binary.rst
delete mode 100644 Utilities/Release/linux32_release.cmake
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list