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/07/04 23:10:11 UTC

[lucy-dev] [GitHub] lucy-charmonizer pull request #4: Rework Makefile API for binaries

GitHub user nwellnhof opened a pull request:

    https://github.com/apache/lucy-charmonizer/pull/4

    Rework Makefile API for binaries

    Expose a higher level API to build binaries with make. The new
    chaz_MakeBinary class allows to scan a directory for source files
    and to pass separate compiler flags for each binary.
    
    Improve building of shared libaries:
    
    - Add compatibility version on Darwin (Mach-O).
    - Build import library with GCC on Windows.
    - Add soname with Sun CC (untested).
    
    Remove the chaz_Library class.
    
    Rework detection of the platform's make utility. We don't use this
    information for now, so it's purely informative.

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

    $ git pull https://github.com/nwellnhof/lucy-charmonizer make-binary-api

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

    https://github.com/apache/lucy-charmonizer/pull/4.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 #4
    
----
commit 1ce65627296988138352d7634a056920ac8b0354
Author: Nick Wellnhofer <we...@aevum.de>
Date:   2016-07-02T17:19:06Z

    Rework Makefile API for binaries
    
    Expose a higher level API to build binaries with make. The new
    chaz_MakeBinary class allows to scan a directory for source files
    and to pass separate compiler flags for each binary.
    
    Improve building of shared libaries:
    
    - Add compatibility version on Darwin (Mach-O).
    - Build import library with GCC on Windows.
    - Add soname with Sun CC (untested).
    
    Remove the chaz_Library class.
    
    Rework detection of the platform's make utility. We don't use this
    information for now, so it's purely informative.

----


---
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-charmonizer pull request #4: Rework Makefile API for binaries

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

    https://github.com/apache/lucy-charmonizer/pull/4


---
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.
---