Logo SoCRocket

Transaction-Level Modeling Framework for Space Applications

Functions
core.waf.dependency Namespace Reference

Functions

def base
 
def fetch
 
def dep_fetch
 
def dep_build
 
def dep_path
 

Function Documentation

def core.waf.dependency.base (   self,
  k,
  kw 
)
def core.waf.dependency.dep_build (   self,
  k,
  kw 
)
Configure/Make/Make install to the dist directory

References core.waf.dependency.base(), conf, and core.waf.dependency.fetch().

Here is the call graph for this function:

def core.waf.dependency.dep_fetch (   self,
  k,
  kw 
)
Fetches and extracts the source to dist

References core.waf.dependency.base(), conf, and core.waf.dependency.fetch().

Here is the call graph for this function:

def core.waf.dependency.dep_path (   self,
  name,
  version,
  k,
  kw 
)

References core.waf.dependency.base(), and conf.

Here is the call graph for this function:

def core.waf.dependency.fetch (   self,
  k,
  kw 
)
Fetch Dependency Sourcen

Referenced by core.waf.dependency.dep_build(), and core.waf.dependency.dep_fetch().