You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucy.apache.org by nwellnhof <gi...@git.apache.org> on 2016/06/04 19:31:11 UTC

[lucy-dev] [GitHub] lucy-clownfish pull request #71: Perl build with make

GitHub user nwellnhof opened a pull request:

    https://github.com/apache/lucy-clownfish/pull/71

    Perl build with make

    Let Charmonizer create a Makefile for the Perl bindings that builds the
    core object files. The list of object files is passed in a Charmonizer
    variable named `CORE_OBJECTS`.
    
    Make options can be passed by running
    
        perl Build.PL --charmonizer_params make_options=<options>
    
    Module::Build options can also be specified in ~/.modulebuildrc, so an
    easy way to always launch parallel builds is to add a line like
    
        Build_PL --charmonizer_params make_options=-j5

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nwellnhof/lucy-clownfish perl-build-with-make-v2

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/lucy-clownfish/pull/71.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 #71
    
----
commit e169fbe3bdb946dcec42d920af916ef49e91068e
Author: Nick Wellnhofer <we...@aevum.de>
Date:   2016-06-04T18:04:14Z

    Perl build with make
    
    Let Charmonizer create a Makefile for the Perl bindings that builds the
    core object files. The list of object files is passed in a Charmonizer
    variable named `CORE_OBJECTS`.
    
    Make options can be passed by running
    
        perl Build.PL --charmonizer_params make_options=<options>
    
    Module::Build options can also be specified in ~/.modulebuildrc, so an
    easy way to always launch parallel builds is to add a line like
    
        Build_PL --charmonizer_params make_options=-j5

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[lucy-dev] [GitHub] lucy-clownfish pull request #71: Perl build with make

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/lucy-clownfish/pull/71


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---