| Age | Commit message (Collapse) | Author |
|
Closes #37388
Closes #37410.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
|
|
|
|
|
|
|
|
|
|
Make sure the active python framework's
lib directory is in the linker search path.
Fixes #32180.
Closes #32194.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
|
|
Closes #28096.
|
|
|
|
|
|
|
|
Upstream only keep devel archives for a week. We should add HEAD
instead if people want the latest code.
|
|
|
|
Closes #27275.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
In the future we can remove the ENV munging branch from Formula#system.
Closes #27081.
|
|
|
|
Closes #26594.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #26549.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
|
|
This patch is already in upstream, posterior to graphviz-2.34.0.
Closes #25187
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Closes #22536.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
|
|
New `depends_on :python` Dependency.
New `depends_on :python3` Dependency.
To avoid having multiple formulae with endings -py2 and -py3,
we will handle support for different pythons (2.x vs. 3.x)
in the same formula.
Further brewed vs. external python will be transparently supported.
The formula also gets a new object `python`, which is false if
no Python is available or the user has disabled it. Otherwise
it is defined and provides several support methods:
python.site_packages # the site-packages in the formula's Cellar
python.global_site_packages
python.binary # the full path to the python binary
python.prefix
python.version
python.version.major
python.version.minor
python.xy # => e.g. "python2.7"
python.incdir # includes of python
python.libdir # the python dylib library
python.pkg_config_path # used internally by brew
python.from_osx?
python.framework?
python.universal?
python.pypy?
python.standard_caveats # Text to set PYTHONPATH for python.from_osx?
python.if3then3 # => "" for 2.x and to "3" for 3.x.
Further, to avoid code duplication, `python` takes an optional
block that is run twice if the formula defines depends_on
:python AND :python3.
python do
system python, 'setup.py', "--prefix=#{prefix}"
end
Read more in the Homebrew wiki.
|
|
Closes #20028.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #19585.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #17899.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Closes #16015.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Do not configure --without-freetype2 if X11 is installed.
Closes #15583.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
--without-x prevents building useful programs, such as lefty.
Closes #15555.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
References #14646.
|
|
|
|
Closes #14646.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Building GraphViz.app requires a full install of XCode.app so building it
by default breaks the installation for users who only install the Command Line
Tools.
Fixes #14431.
|
|
|
|
|
|
|
|
Closes #13898.
|
|
|
|
Graphviz can build universally if it is built with a universal
pcre, swig, and gettext. Add a `--universal` option. Change
to using sha1. Leave the `fails_with` build version alone because
Graphviz builds on Mountain Lion with clang-4.0.
Tested on ML with clang and llvm from XCode-4.4.
Fixes #13827
Closes #13927.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #13357.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|