SimCenterCommon
Common functionality used within different SimCenter projects
conanfile.CommonConan Class Reference
Inheritance diagram for conanfile.CommonConan:
Collaboration diagram for conanfile.CommonConan:

Public Member Functions

def configure (self)
 
def build_requirements (self)
 
def package_id (self)
 
def build (self)
 
def package (self)
 
def package_info (self)
 

Static Public Attributes

string name = "SimCenterCommonQt"
 
string version = "0.1.10"
 
string license = "BSD"
 
string author = "Wael Elhaddad (elhaddad@berkeley.edu)"
 
string url = "https://github.com/NHERI-SimCenter/SimCenterCommon.git"
 
string description = "SimCenter Common Qt Library"
 
string settings = "os"
 
string generators = "qmake"
 
string requires = "jansson/2.11@bincrafters/stable"
 
string build_policy = "missing"
 
dictionary options
 
dictionary default_options = {"MDOFwithQt3D": False, "withQt": False}
 
dictionary scm
 

Detailed Description

Definition at line 3 of file conanfile.py.

Member Function Documentation

def conanfile.CommonConan.build (   self)

Definition at line 52 of file conanfile.py.

def conanfile.CommonConan.build_requirements (   self)

Definition at line 40 of file conanfile.py.

def conanfile.CommonConan.configure (   self)

Definition at line 30 of file conanfile.py.

def conanfile.CommonConan.package (   self)

Definition at line 72 of file conanfile.py.

def conanfile.CommonConan.package_id (   self)

Definition at line 48 of file conanfile.py.

def conanfile.CommonConan.package_info (   self)

Definition at line 81 of file conanfile.py.

Member Data Documentation

string conanfile.CommonConan.author = "Wael Elhaddad (elhaddad@berkeley.edu)"
static

Definition at line 7 of file conanfile.py.

string conanfile.CommonConan.build_policy = "missing"
static

Definition at line 13 of file conanfile.py.

dictionary conanfile.CommonConan.default_options = {"MDOFwithQt3D": False, "withQt": False}
static

Definition at line 21 of file conanfile.py.

string conanfile.CommonConan.description = "SimCenter Common Qt Library"
static

Definition at line 9 of file conanfile.py.

string conanfile.CommonConan.generators = "qmake"
static

Definition at line 11 of file conanfile.py.

string conanfile.CommonConan.license = "BSD"
static

Definition at line 6 of file conanfile.py.

string conanfile.CommonConan.name = "SimCenterCommonQt"
static

Definition at line 4 of file conanfile.py.

dictionary conanfile.CommonConan.options
static
Initial value:
1 = {
2  "MDOFwithQt3D": [True, False],
3  "withQt":[True, False]
4  }

Definition at line 15 of file conanfile.py.

string conanfile.CommonConan.requires = "jansson/2.11@bincrafters/stable"
static

Definition at line 12 of file conanfile.py.

dictionary conanfile.CommonConan.scm
static
Initial value:
1 = {
2  "type": "git",
3  "url": "auto",
4  "revision": "auto"
5  }

Definition at line 23 of file conanfile.py.

string conanfile.CommonConan.settings = "os"
static

Definition at line 10 of file conanfile.py.

string conanfile.CommonConan.url = "https://github.com/NHERI-SimCenter/SimCenterCommon.git"
static

Definition at line 8 of file conanfile.py.

string conanfile.CommonConan.version = "0.1.10"
static

Definition at line 5 of file conanfile.py.


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