Skip to content
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

First go at adding esutil build package #1

Merged
merged 1 commit into from
Mar 31, 2016
Merged

Commits on Mar 31, 2016

  1. Add esutil package

    The complication is that esutil ships with its own `ups/esutil.table` file.
    It also overwrites the shipped version in `setup.py`.
    
    We want to use our own custom table file.  To do this I did the following:
    * made an override to `prep` to link the LSST version into place after the package
    is unpacked.
    * added a patch that removes the parts of `setup.py` that rewrite the file.
    
    Note that we still need to include a link to the LSST table file in the repo, even though
    it is overwritten, to setup the environment initially.
    SimonKrughoff committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    0a272f7 View commit details
    Browse the repository at this point in the history