0f5c711f32
With the switch to upstream ncurses "ABI 6", Cygwin's ncurses has YA ABI bump and is now libncurses10. However, the regex used to determine in Utilities/Release/Cygwin/CMakeLists.txt which libncurses is being used does not handle multiple-digit ABIs. libncurses8 was the first version to be built with libtool and therefore contains a hyphen (cygncurses-8.dll). It was first introduced in 2004, so it should be sufficiently old to rely on. Furthermore, libncurses7 has a serious flaw in that it completely breaks if rebased. Therefore the easiest solution is to only look at the hyphened versions and change the regex accordingly. |
||
---|---|---|
.. | ||
Cygwin | ||
CMakeInstall.bmp | ||
CMakeLogo.ico | ||
README | ||
create-cmake-release.cmake | ||
dash2win64_cygwin.cmake | ||
dash2win64_release.cmake | ||
dashmacmini2_release.cmake | ||
dashsun1_release.cmake | ||
ferrari_sgi64_release.cmake | ||
ferrari_sgi_release.cmake | ||
hythloth_release.cmake | ||
magrathea_release.cmake | ||
release_cmake.cmake | ||
release_cmake.sh.in | ||
upload_release.cmake | ||
v20n250_aix_release.cmake |
README
To create a cmake release, make sure the "release" tag is pointing to the expected git commit: http://cmake.org/gitweb?p=cmake.git;a=shortlog;h=refs/heads/release Then as kitware@hythloth, using an up-to-date CMake: cd ~/CMakeReleases/cmake/Utilities/Release mkdir 283rc1 cd 283rc1 ~/CMakeReleases/build/bin/cmake -DCMAKE_CREATE_VERSION=release -P ../create-cmake-release.cmake ./create-release.sh create-cmake-release.cmake: script to run to create release sh scripts Add or remove machines in create-cmake-release.cmake. Cygwin -> directory that contains cpack cygwin package files used in CMakeCPack.cmake machine_release.cmake : config files for each machine