GitHub user timwilkens opened a pull request:
https://github.com/apache/lucy/pull/5
Remove clownfish
Remove Clownfish from the Lucy repository. This branch eliminates the Perl
bindings' dependency on the bundled Clownfish directory.
After applying this patch sequence both the Perl bindings and the C
bindings build without error.
Marvin Humphrey and I collaborated on this patch sequence.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/timwilkens/lucy remove_clownfish
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucy/pull/5.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5
----
commit a13bcf20fa6abc0e1722439592534a3f0e8d8b00
Author: Tim Wilkens <[email protected]>
Date: 2014-03-21T22:57:06Z
Stop using bundled Clownfish.
Don't use bundled Clownfish compiler or runtime.
Eliminate commands to build bundled Clownfish compiler and runtime.
commit bf2b74521c93c17f7f6edc93f2cd4f3730088d91
Author: Tim Wilkens <[email protected]>
Date: 2014-03-21T23:15:25Z
Update CPAN prerequisites.
Add Clownfish to `requires`, version not specified.
Add Clownfish::CFC::Perl::Build to `configure_requires`, version not
specified.
(This will require a C compiler before even running Build.PL)
commit 5be14f70a2a81987483e83b33efba40a1a46e8c1
Author: Tim Wilkens <[email protected]>
Date: 2014-03-21T23:19:42Z
Remove bundled Clownfish.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---