summaryrefslogtreecommitdiffstats
path: root/Utilities/Release/dashmacmini2_release.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Utilities/Release: Drop OS X ppc/i386 binaryBrad King2015-10-051-25/+0
| | | | | Users with OS X 10.5 or below can build from source or use an older CMake version.
* Utilities/Release: Install docs in unversioned directory (#15692)Brad King2015-09-021-1/+1
| | | | | | | | | | | Our upstream-built release tarballs already contain many unversioned paths and so will never overlap with another version of CMake in the same installation prefix. Therefore we do not need a versioned name for the documentation directory. Configure our release binaries to place the documentation in an unversioned directory so that one can use the same path to refer to the documentation locally even after updating CMake. For example, on OS X one may see the documentation in `/Applications/CMake.app/Contents/doc/cmake/html/index.html`.
* Utilities/Release: Refactor bootstrap argument constructionBrad King2015-09-021-1/+1
| | | | | Pass needed bootstrap arguments directly instead of constructing them from various conditions.
* Do not install 3rd-party dependencies by defaultBrad King2015-08-051-0/+1
| | | | | | | | Disable the CMake_INSTALL_DEPENDENCIES option by default and turn it on explicitly in our packaging scripts. This simplifies packaging in distributions that provide the dependencies for us without having to install them. We only need 3rd-party runtime dependencies to be installed for packaging with redistributable binaries.
* CMake now using bzip2 compression for mac release bundles.Robert Maynard2014-09-241-0/+1
| | | | | Starting with OSX 10.4 dmg files offers bzip2 compression which offers small package sizes.
* OS X: Package with DragNDrop instead of PackageMakerBrad King2014-05-081-1/+1
| | | | | | | | | | | | | | | Use the CPack DragNDrop generator instead of the deprecated PackageMaker tool to package CMake itself. This provides an installation experience that is more consistent with other products on OS X and allows users to select the destination directory easily. It also avoids installing "/private/var/db/receipts/com.Kitware.CMake.*" receipts that must be removed by "pkgutil --forget com.Kitware.CMake" before another version of CMake can be installed. The DragNDrop installer does not support a post-flight script, so drop our configuration of it. The cmake-gui has an option for installing symbolic links to enable command-line use. In practice users may simply add "/Applications/CMake.app/Contents/bin" to their PATH instead.
* Utilities/Release: Update to openssl-1.0.1gBrad King2014-04-151-3/+3
| | | | | Update the prebuilt binary build configurations for machines where we build our own OpenSSL library to use a newer version.
* cmake-gui: Reference LGPLv2.1 when redistributing QtBrad King2013-11-211-0/+1
| | | | | | | | | Download http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt and place it as Licenses/LGPLv2.1.txt in our source tree. When building cmake-gui, use option CMake_GUI_DISTRIBUTE_WITH_Qt_LGPL to enable notification in the "About" dialog of how the distribution of Qt is licensed. Install the license file as ${CMAKE_ROOT}/Licenses/LGPLv2.1.txt so that the dialog can display a path to it.
* Utilities/Release: Enable CMAKE_USE_OPENSSL in nightly binariesBill Hoffman2012-09-111-0/+4
|
* Update dashmacmini2 release script to use Qt 4.8.0David Cole2012-01-311-1/+1
|
* Update dashmacmini2 release script to use Qt 4.6.3David Cole2012-01-171-2/+2
|
* Release Scripts: Use Qt 4.7.4 on dashmacmini5 (#12460)David Cole2011-09-161-1/+0
| | | | | | Also, since dashmacmini5 is newer/faster/better and is also building the source tarballs, remove that responsibility from the dashmacmini2 script.
* CMake Release Scripts: Changes for next release candidate...David Cole2011-08-261-1/+1
| | | | | | | Removed script for dashsun1: machine is now defunct. R.I.P. Added new script for 64-bit universal binary build on dashmacmini5 with x86_64;i386
* CMake: eliminate use of cvs in the Release scriptsDavid Cole2011-06-021-1/+0
| | | | | | | | | | | | | | Set GIT_COMMAND to "git" -- each machine involved in building the CMake release binaries has the right "git" in the PATH. Separate the release scripts into two batches so we can build multiple releases on the same machine, in serial, if necessary. We currnetly do this with the Windows and Cygwin release binaries on dash2win64. Sort the files to be uploaded, so that sorting them by modification time (file copy / upload time) is equivalent to sorting them alphabetically.
* Update path to git. dashmacmini2 was "upgraded."David Cole2010-07-271-1/+1
|
* Fix release scripts.Bill Hoffman2010-04-201-0/+2
|
* Use git for the checkout of the source tree instead of cvs.Bill Hoffman2010-03-011-0/+1
|
* ENH: qtgui stuffBill Hoffman2008-03-071-0/+3
|
* ENH: release scriptsBill Hoffman2006-05-191-1/+2
|
* ENH: working package creatorBill Hoffman2006-05-111-1/+2
|
* ENH: skip bootstrap test as it already does a bootstrapBill Hoffman2006-05-081-0/+1
|
* ENH: change name to MAKE_COMMANDBill Hoffman2006-05-081-2/+2
|
* ENH: add make program stuffBill Hoffman2006-05-081-1/+2
|
* ENH: getting betterBill Hoffman2006-05-031-0/+10