2012-11-16 07:07:11 -06:00
|
|
|
# -*- mode:Python -*-
|
|
|
|
# This file is *not* a Python module but will be executed
|
|
|
|
# inside a Python function.
|
|
|
|
|
|
|
|
|
|
|
|
projectdir = 'coriolis-2.x'
|
|
|
|
|
2014-03-15 04:47:37 -05:00
|
|
|
projects = [ { 'name' : "axep"
|
|
|
|
, 'tools' : [ "AXE_Placer" ]
|
|
|
|
, 'repository': 'https://github.com/alnurn/AXE_Placer' }
|
|
|
|
|
|
|
|
, { 'name' : "coriolis"
|
Cleanup after SVN importation, <ccb> builder script adaptation.
Project hierarchy reorganisation:
* With svn, we were doing a tool by tool checkout, suppressing the
whole repository hierarchy level.
* The tools were also grouped, inside one repository, into multiple
projects (<bootstrap>, <vlsisapd>, <coriolis>).
* We do not want to split up each tool into a separate repository,
given their tight integration (except for vlsisapd).
* We choose to simplify, and consider all tools in a svn repository
one project. Due to the way Git clone repositories, the directory
containing the project is now to be seen under "src/".
CMake modifications:
* Now that the <vlsisapd> and <bootstrap> projects are merged into
coriolis, modificate the top CMakeLists.txt of each tool to uses
only Coriolis (and bootstrap hard wired).
CCB compile script modifications:
* Uses the new source tree hierarchy, with the project directory
inserted.
* Remove (comment) all parts relateds to svn managment.
* Git is sufficiently simple so that we do not want to integrate
command shortcut into the script.
SVN cleanup:
* Remove the obsolete <chamsin> tool, that has become the full fledged
<chams> project long time ago.
2014-02-26 11:24:41 -06:00
|
|
|
, 'tools' : [ "bootstrap"
|
|
|
|
, "vlsisapd"
|
|
|
|
, "hurricane"
|
2012-11-16 07:07:11 -06:00
|
|
|
, "crlcore"
|
|
|
|
, "nimbus"
|
|
|
|
, "metis"
|
|
|
|
, "mauka"
|
|
|
|
, "knik"
|
|
|
|
, "katabatic"
|
|
|
|
, "kite"
|
|
|
|
, "equinox"
|
|
|
|
, "solstice"
|
|
|
|
, "unicorn"
|
2013-12-03 20:11:21 -06:00
|
|
|
#, "testbench"
|
2012-11-16 07:07:11 -06:00
|
|
|
#, "ispd"
|
|
|
|
, "cumulus"
|
|
|
|
, "stratus1"
|
2014-03-10 08:06:31 -05:00
|
|
|
, "documentation"
|
2012-11-16 07:07:11 -06:00
|
|
|
]
|
Cleanup after SVN importation, <ccb> builder script adaptation.
Project hierarchy reorganisation:
* With svn, we were doing a tool by tool checkout, suppressing the
whole repository hierarchy level.
* The tools were also grouped, inside one repository, into multiple
projects (<bootstrap>, <vlsisapd>, <coriolis>).
* We do not want to split up each tool into a separate repository,
given their tight integration (except for vlsisapd).
* We choose to simplify, and consider all tools in a svn repository
one project. Due to the way Git clone repositories, the directory
containing the project is now to be seen under "src/".
CMake modifications:
* Now that the <vlsisapd> and <bootstrap> projects are merged into
coriolis, modificate the top CMakeLists.txt of each tool to uses
only Coriolis (and bootstrap hard wired).
CCB compile script modifications:
* Uses the new source tree hierarchy, with the project directory
inserted.
* Remove (comment) all parts relateds to svn managment.
* Git is sufficiently simple so that we do not want to integrate
command shortcut into the script.
SVN cleanup:
* Remove the obsolete <chamsin> tool, that has become the full fledged
<chams> project long time ago.
2014-02-26 11:24:41 -06:00
|
|
|
, 'repository': 'ssh://asim-t/users/largo2/git/coriolis.git' }
|
|
|
|
|
2014-03-02 04:45:42 -06:00
|
|
|
, { 'name' : "chams"
|
|
|
|
, 'tools' : [ "hurricaneAMS"
|
|
|
|
, "amsCore"
|
|
|
|
, "opSim"
|
|
|
|
, "scribe"
|
|
|
|
, "graph"
|
|
|
|
, "pharos"
|
|
|
|
, "isis"
|
|
|
|
, "schematic"
|
|
|
|
, "solver"
|
|
|
|
, "autoDTR"
|
|
|
|
]
|
|
|
|
, 'repository':"ssh://melon-t/users/outil/chams/chams.git" }
|
2012-11-16 07:07:11 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
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'
|
|
|
|
]
|
|
|
|
}
|