### START - Dependency installation order ###
scons-order = 82
oldisim-order = 83
### END - Dependency installation order ###

### START - Dependency-specific installation method ###
# pm = "package manager" (yum or apt-get)
# sl = "soft link" (assume that the dependency is already installed, just has to
# be properly exposed to the user's path.
# git = git clone using above giturl
# pip = python pip utility
# man = "manual"
scons-install = pm
oldisim-install = man
### END - Dependency-specific installation method ###

### START - Tests ###
scons-configure = scons --version | grep "engine: v" | awk '{ print $2 }' | sed 's/v//g' | cut -d '.' -f 1,2,3
oldisim-configure = ls ~/oldisim/
### END - Tests ###

### START - Dependency versions ###
scons-ver = 1.0
oldisim-ver = ANY
### END - Dependency versions ###

### START - Dependency URLs ###

### END - Dependency URLs ###

### START -  Dependency and method-specific command lines ###

# AUTOMATICALLY EXTRACTED FROM DOCKERFILE ON ../../docker/workload/

### END -  Dependency and method-specific command lines ###
