coriolis/bootstrap/build.conf

79 lines
3.0 KiB
Python

# -*- mode:Python -*-
# This file is *not* a Python module but will be executed
# inside a Python function.
projectdir = 'coriolis-2.x'
projects = [
{ 'name' : "support"
, 'tools' : [ "rapidjson"
]
, 'repository': 'No_repository_for_support'
}
, { 'name' : "coriolis"
, 'tools' : [ "bootstrap"
, "vlsisapd"
, "hurricane"
, "crlcore"
#, "nimbus"
#, "metis"
#, "mauka"
, "knik"
, "katabatic"
, "kite"
, "coloquinte"
, "etesian"
, "equinox"
, "solstice"
, "unicorn"
#, "testbench"
#, "ispd"
, "cumulus"
, "stratus1"
, "documentation"
]
, 'repository': 'ssh://asim-t/users/largo2/git/coriolis.git' }
, { 'name' : "chams"
, 'tools' : [ "hurricaneAMS"
, "amsCore"
, "opSim"
#, "scribe"
, "graph"
, "pharos"
, "isis"
, "horus"
#, "schematic"
, "solver"
, "autoDTR"
]
, 'repository':"ssh://melon-t/users/outil/chams/chams.git" }
]
package = { 'name' : 'coriolis2'
, 'version' : '2.1'
, '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': [ 'coriolis'
]
}