Tomato
conanfile.TomatoConan Class Reference
Inheritance diagram for conanfile.TomatoConan:
Collaboration diagram for conanfile.TomatoConan:

Public Member Functions

def requirements (self)
 
def build_requirements (self)
 
def source (self)
 
def build (self)
 
def package (self)
 
def package_info (self)
 

Static Public Attributes

string name = "tomato"
 
string version = "0.6.5"
 
string default_user = "user"
 
string default_channel = "testing"
 
string license = "MIT <https://github.com/MRKonrad/tomato/blob/master/LICENSE>"
 
string author = "<Konrad Werys>, <konradwerys2@gmail.com>"
 
string url = "https://github.com/MRKonrad/tomato"
 
string description = "Cardiac MRI map calculation library"
 
tuple topics = ("Cardiac MRI", "MRI", "CMR", "paramteric mapping", "T1")
 
string settings = "os"
 
bool short_paths = True
 
dictionary options
 
dictionary default_options
 
string generators = "cmake_find_package"
 

Member Data Documentation

dictionary conanfile.TomatoConan.default_options
static
Initial value:
1 = {
2  "shared": False,
3  "use_itk": False,
4  "use_vnl": True,
5  "use_lmfit": False,
6  "use_yaml": False,
7  "build_app": False,
8  "build_testing": True,
9  "use_tomato_private": False,
10  }
dictionary conanfile.TomatoConan.options
static
Initial value:
1 = {
2  "shared": [True, False],
3  "use_itk": [True, False],
4  "use_vnl": [True, False],
5  "use_lmfit": [True, False],
6  "use_yaml": [True, False],
7  "build_app": [True, False],
8  "build_testing": [True, False],
9  "use_tomato_private": [True, False],
10  }

The documentation for this class was generated from the following file: