New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rakudo 2018.12 (new formula) #34785
rakudo 2018.12 (new formula) #34785
Conversation
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here are some initial thoughts.
|
Using this locally and it's working well! Would love to see this get merged. |
|
What is the difference between |
Also, instead of downloading/building |
| "--with-nqp=#{Formula["nqp"].bin}/nqp" | ||
| system "make" | ||
| system "make", "install" | ||
| bin.install "tools/install-dist.p6" => "perl6-install-dist" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you comment: if upstream does not wish to install this under bin (and thus put it in the user's PATH), why would we force this (and rename the tool)? Do other distros/vendors do this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, on Void Linux, we have perl6-install-dist to support installing Perl 6 modules with xbps. Note the file install-dist.p6 doesn't get installed anywhere on disk unless we manually place it into bin.
|
|
Thanks @atweiden for the pull request! |
brew install --build-from-source <formula>, where<formula>is the name of the formula you're submitting?brew audit --strict <formula>(after doingbrew install <formula>)?