Skip to content

Commit

Permalink
Adding eups and scons files
Browse files Browse the repository at this point in the history
EUPS and scons help us track the version information and manage package setup.
  • Loading branch information
rhiannonlynne committed Jul 9, 2015
1 parent 025b945 commit 58cb296
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SConstruct
@@ -0,0 +1,3 @@
# -*- python -*-
from lsst.sconsUtils import scripts
scripts.BasicSConstruct("syseng_throughputs")
2 changes: 2 additions & 0 deletions ups/syseng_throughputs.build
@@ -0,0 +1,2 @@
@LSST BUILD@ &&
build_lsst @PRODUCT@ @VERSION@ @REPOVERSION@
14 changes: 14 additions & 0 deletions ups/syseng_throughputs.cfg
@@ -0,0 +1,14 @@
# -*- python -*-

import lsst.sconsUtils

dependencies = dict(
required = [],
)

config = lsst.sconsUtils.Configuration(
__file__,
libs=[],
hasDoxygenInclude=False,
hasSwigFiles=False,
)
3 changes: 3 additions & 0 deletions ups/syseng_throughputs.table
@@ -0,0 +1,3 @@
setupRequired(sims_photUtils)

envPrepend(PYTHONPATH, ${PRODUCT_DIR}/python)

0 comments on commit 58cb296

Please sign in to comment.