homebrew-core icon indicating copy to clipboard operation
homebrew-core copied to clipboard

lanraragi: migrate `jpeg` to `jpeg-turbo`

Open cho-m opened this issue 1 year ago • 3 comments

  • [ ] Have you followed the guidelines for contributing?
  • [ ] Have you ensured that your commits follow the commit style guide?
  • [ ] Have you checked that there aren't other open pull requests for the same formula update/change?
  • [ ] Have you built your formula locally with brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • [ ] Is your test running fine brew test <formula>, where <formula> is the name of the formula you're submitting?
  • [ ] Does your build pass brew audit --strict <formula> (after doing brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

cho-m avatar Jul 31 '22 04:07 cho-m

Looks like we hit cpanminus issue with shebang using wrong Perl (#103511). I am guessing that issue will break bioperl and abricate as they also use Homebrew perl.

cho-m avatar Jul 31 '22 07:07 cho-m

cpanminus seems pretty flexible about the perl used. Can we just change the shebang to #!/usr/bin/env perl?

carlocab avatar Jul 31 '22 10:07 carlocab

https://github.com/Homebrew/homebrew-core/pull/106974 might help.

carlocab avatar Jul 31 '22 17:07 carlocab

:robot: A scheduled task has triggered a merge.

BrewTestBot avatar Aug 14 '22 22:08 BrewTestBot