| Age | Commit message (Collapse) | Author |
|
Closes #37394.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes #37377.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Formulae should not require knowledge of Homebrew's internal directory
structure, and we should be able to alter it without modifying
individual formulae.
|
|
Closes #32412.
|
|
Closes #32004.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
|
|
|
|
Closes #27275.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #25689.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #25604.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
This doesn't work for several reasons:
- the option is not declared anywhere
- the code in the class body checks for 'with-openmp', while the code
in the install method checks for 'enable-openmp'
- even after adding a 'with-openmp' option, trying to use it breaks the
formula because it tries to access ENV.compiler in the class body.
Given that this has been the case for quite some time and nobody has
complained, I'm removing this code altogether.
|
|
Add --with-perl option
Closes #24945.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #23931.
|
|
|
|
|
|
Closes #22919.
Closes #22929.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Fixes #22676.
|
|
|
|
|
|
|
|
Removes any global methods from formulae, and moves #kext_prefix (which
seems to be at least somewhat abstractable) into the Formula class. The
only formula with global methods is now aspell; it (and its generating
script in contrib) has been changed to prefix that method with
`aspell_`, to minimize the risk of name collisions.
Closes #19331.
Closes #19343.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #18700.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
- Conflicts with `brew install libtool`.
- Added maintainer-note that this will be fixed in next version.
Closes #16570.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Graphicsmagick's OpenMP support is disabled with clang, but it also
fails to build using llvm.
|
|
Closes #15481.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
version bumped graphicsmagic to 1.3.16
Closes #15026.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
As was done with imagemagick in commit
5fad22fc24bd8b0beb250e44d4fb4aec047d8189, add an option to
compile graphicsmagick without support for X.
Tested on ML.
Closes #14968.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
The MacOS.version? family of methods (other than "leopard?") are poorly
defined and lead to confusing code. Replace them in formulae with more
explicit comparisons.
"MacOS.version" is a special version object that can be compared to
numerics, symbols, and strings using the standard Ruby comparison
methods.
The old methods were moved to compat when the version comparison code
was merged, and they must remain there "forever", but they should not be
used in new code.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes #14685.
|
|
graphicsmagick needs `--disable-openmp` if clang. Add that.
Fixes a link error when it adds an unsupported `-lgomp`.
Update the `fails_with :llvm` because it builds with 2336.11.
Fixes #14638
Closes #14652.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
This seems to solve the issues in #6881.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #9162.
|
|
graphicsmagick uses xz for LZMA-compressed TIFFs.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Issue #2950 mentions that the C++ lib was disabled because it caused LLVM
builds to fail. GraphicsMagick has since been flagged as `fails_with_llvm` so
this is a moot point and the increase in build time is negligible. A
`--without-magick-plus-plus` option has been added in case people want a lean
build.
Also removed ENV.O3 since it is pointless when `fails_with_llvm` is in effect.
|
|
Temporary workaround for issue #6510
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
|