Skip to content

Commit

Permalink
Update standard repository filetree (to rebase)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrawls committed Aug 11, 2017
1 parent 231ba52 commit a3b7526
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
6 changes: 3 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

from documenteer.sphinxconfig.stackconf import build_package_configs

import lsst.afw
import lsst.ap.pipe

_g = globals()
_g.update(build_package_configs(
project_name="afw",
project_name="ap_pipe",
copyright="2017 Association of Univerities for "
"Research in Astronomy, Inc.",
version=lsst.afw.version.__version__,
version=lsst.ap.pipe.version.__version__,
doxygen_xml_dirname=None))

intersphinx_mapping['astropy'] = ('http://docs.astropy.org/en/stable', None)
Expand Down
4 changes: 0 additions & 4 deletions ups/ap_pipe.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ import lsst.sconsUtils
# Otherwise, the rules for which packages to list here are the same as those for
# table files.
dependencies = {
"required": ["utils", "ndarray"],
"buildRequired": ["boost_test", "pybind11", "ndarray", "pex_exceptions", "obs_decam"],
"optional": ["ap_verify_hits2015", "ap_verify"],
"buildOptional": [],
}

# For packages that build a C++ library and a Python module, the below should be sufficient.
Expand Down
2 changes: 0 additions & 2 deletions ups/ap_pipe.table
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ setupRequired(pex_exceptions >= 4.6.0.0)
setupRequired(ndarray)

setupRequired(obs_decam)
setupOptional(ap_verify_hits2015)
setupOptional(ap_verify)

# The following is boilerplate for all packages.
# See Tech Note DMTN-001 for details on LSST_LIBRARY_PATH
Expand Down

0 comments on commit a3b7526

Please sign in to comment.