aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cmake.rb
AgeCommit message (Collapse)Author
2015-04-22cmake: update 3.2.2 bottle.BrewTestBot
2015-04-22cmake: install bash-completion.Gaëtan Lehmann
Closes #38939. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-14cmake: update 3.2.2 bottle.BrewTestBot
2015-04-14cmake 3.2.2andystanton
Closes #38653. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-29cmake: update 3.2.1 bottle.BrewTestBot
2015-03-29cmake: build with system curl, zlib, and bzip2John Szakmeister
Using the system's curl gives us access to an ssl-enabled curl library, which is important as CMake will not be able to download assets from GitHub and other sites that host them via https without ssl support. An alternative, would be to build with "-- -DCMAKE_USE_OPENSSL=ON" instead, as CMake doesn't enable ssl support by default with its bundled libcurl. Also, enable the system zlib and bzip2 at the recommendation of @mikemcquaid. Closes #38147. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-23cmake: update 3.2.1 bottle.BrewTestBot
2015-03-23cmake: use vendored rather than system libraries.Mike McQuaid
Can cause hard-to-debug errors and I'm not sure what the advantage is of using our own versions, really. Closes #37770. Closes #37987. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-13cmake: update 3.2.1 bottle.BrewTestBot
2015-03-13cmake 3.2.1Huu Nguyen
Update cmake formula to 3.2.1. The newest cmake picks up a system jsoncpp installation by default, so using the argument --no-system-jsoncpp is necessary to keep system dependencies the same as before. Closes #37686. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-25cmake: update 3.1.3 bottle.BrewTestBot
2015-02-25cmake 3.1.3Adam Getchell
Closes #37184. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-11cmake: update 3.1.2 bottle.BrewTestBot
2015-02-11cmake 3.1.2Vihang Mehta
Closes #36708. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-01-30cmake: remove unused embedded patch .Mike McQuaid
2015-01-30cmake: use upstream commit as patch.Mike McQuaid
2015-01-30cmake: update 3.1.1_1 bottle.BrewTestBot
2015-01-30cmake: fix for openssl 1.0.2Dominyk Tiller
Seems pretty much every CMake project that uses SSL is using the same broken code for finding OpenSSL. Welp. Including CMake themselves. Double welp. This is the upstream patch that will be in the next release, and is in the HEAD already. Closes #36361. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-01-24cmake: update 3.1.1 bottle.BrewTestBot
2015-01-24cmake 3.1.1Xu Cheng
Also update the resources. Closes #36151. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-01-03cmake: remove gui optionDominyk Tiller
The GUI option is potentially a cause of future headaches and bugs, see Per Mike’s proposal, which I agree with, we could ditch it and move back to supporting the CLI tools only, and nudge people towards using the Cask for the app. The Cask very kindly merged my PR to create ` CMake.app ` this morning in https://github.com/caskroom/homebrew-cask/commit/3db9c980adc2be2a7d6b161 a95cc8c24a6d82fca so ` brew cask install cmake ` will now result in that. Closes #35463. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-12-27cmake: fix strict audit failures.Mike McQuaid
2014-12-22cmake: update 3.1.0 bottle.BrewTestBot
2014-12-22cmake 3.1.0Denis Denisov
Closes #35134. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-10use Language::Python.setup_install_args instead of setup_installTim D. Smith
2014-11-28cmake: simplify resource usageJack Nagel
2014-11-28cmake: head fixDominyk Tiller
Also fixes up the Python element to match Tim’s new guidelines. Closes #34517. Closes #34529. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-11-20cmake: symbol link CLT in bin if build with guiXu Cheng
Ref: https://github.com/Homebrew/homebrew/pull/34190#issuecomment-63587884 Closes #34335. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-14cmake: add options for building guiXu Cheng
Closes #34190. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-19cmake: fix docs buildTim D. Smith
Closes #33356. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2014-10-17cmake: add yosemite bottle.Mike McQuaid
2014-10-04cmake: force bundled sphinx-build, stage sphinx deps for buildTim D. Smith
Closes #32937. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2014-09-29cmake: fix international build issues.Dominyk Tiller
Fixes the build issues discussed and detailed in [this comment](https://github.com/Homebrew/homebrew/issues/29988#issuecomment-57258985) in #29988. Closes #32806. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-09-14cmake: general cleanupMike McQuaid
2014-09-14cmake: update 3.0.2 bottle.BrewTestBot
Closes #32272. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-09-14cmake 3.0.2Dominyk Tiller
Also: build man pages.
2014-08-06cmake: add 3.0.1 bottle.BrewTestBot
Closes #31396. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-08-06cmake 3.0.1Michka Popoff
2014-06-22cmake: update 3.0.0 bottle.BrewTestBot
2014-06-22cmake 3.0.0Amir Masoud Abdol
Closes #30066. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-02-06cmake: add 2.8.12.2 bottle.Homebrew
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-05cmake 2.8.12.2Michka Popoff
Closes #26447. Signed-off-by: Brett Koonce <koonce@gmail.com>
2013-12-04cmake: restore relocatable bottleJack Nagel
2013-12-04Temporarily disable cellar :anyJack Nagel
These need to be updated to reflect changes to relocation.
2013-11-11cmake: 2.8.12.1 bottles.Mike McQuaid
2013-11-11cmake 2.8.12.1Michka Popoff
Closes #24182. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-10-28cmake: add mavericks bottle.Mike McQuaid
2013-10-16cmake: 2.8.12 bottles.Mike McQuaid
2013-10-16cmake 2.8.12Tobias Hieta
Closes #23309. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-10cmake, jpeg, mpfr: add missing cellar :any.Mike McQuaid