coriolis/bootstrap/build.conf

71 lines
2.6 KiB
Plaintext
Raw Normal View History

# -*- mode:Python -*-
# This file is *not* a Python module but will be executed
# inside a Python function.
projectdir = 'coriolis-2.x'
projects = [ { 'name' : "coriolis"
, 'tools' : [ "bootstrap"
, "vlsisapd"
, "hurricane"
, "crlcore"
, "nimbus"
, "metis"
, "mauka"
, "knik"
, "katabatic"
, "kite"
, "equinox"
, "solstice"
, "unicorn"
#, "testbench"
#, "ispd"
, "cumulus"
, "stratus1"
]
, 'repository': 'ssh://asim-t/users/largo2/git/coriolis.git' }
#, { 'name' : "chams"
# , 'tools' : [ "hurricaneAMS"
# , "amsCore"
# , "opSim"
# , "scribe"
# , "graph"
# , "pharos"
# , "isis"
# , "schematic"
# , "solver"
# , "autoDTR"
# ]
# , 'repository':"/users/outil/chams/svn" }
]
package = { 'name' : 'coriolis2'
, 'version' : '1.0'
, 'excludes': [ 'vlsisapd/src/openChams'
, 'vlsisapd/doc/openChams'
, 'vlsisapd/examples/openChams'
, 'vlsisapd/src/dtr'
, 'vlsisapd/doc/dtr'
, 'vlsisapd/examples/dtr'
, 'vlsisapd/doc/html'
, 'vlsisapd/doc/latex'
, 'hurricane/doc/viewer/html'
, 'hurricane/doc/viewer/latex'
, 'hurricane/doc/hurricane/html'
, 'hurricane/doc/hurricane/latex'
, 'crlcore/doc/crlcore/html'
, 'crlcore/doc/crlcore/latex'
, 'crlcore/doc/doxygen'
, 'katabatic/doc'
, 'kite/doc'
, 'unicorn/doc/html'
, 'unicorn/doc/latex'
]
, 'projects': [ 'bootstrap'
, 'vlsisapd'
, 'coriolis'
]
}