![]() |
v0.16.0 |
Public Member Functions | |
| setup_build_environment (self, env) | |
| root_cmakelists_dir (self) | |
| build_directory (self) | |
| cmake_args (self) | |
| copy_source_code (self) | |
| check (self) | |
Public Attributes | |
| run_tests | |
| build_directory | |
Static Public Attributes | |
| str | homepage = "http://mofem.eng.gla.ac.uk" |
| str | git = "https://bitbucket.org/mofem/um_eshelbian_plasticity.git" |
| list | maintainers = ['likask','CallumRuncie'] |
| branch | |
| default | |
| description | |
| when | |
mofem fracture module
Definition at line 27 of file package.py.
| package.MofemMixedFractureModule.build_directory | ( | self | ) |
Definition at line 94 of file package.py.
| package.MofemMixedFractureModule.check | ( | self | ) |
Searches the CMake-generated Makefile for the target ``test`` and runs it if found.
Definition at line 132 of file package.py.
| package.MofemMixedFractureModule.cmake_args | ( | self | ) |
Definition at line 100 of file package.py.
| package.MofemMixedFractureModule.copy_source_code | ( | self | ) |
Definition at line 127 of file package.py.
| package.MofemMixedFractureModule.root_cmakelists_dir | ( | self | ) |
The relative path to the directory containing CMakeLists.txt This path is relative to the root of the extracted tarball, not to the ``build_directory``. Defaults to the current directory. :return: directory containing CMakeLists.txt
Definition at line 82 of file package.py.
| package.MofemMixedFractureModule.setup_build_environment | ( | self, | |
| env | |||
| ) |
Definition at line 72 of file package.py.
|
static |
Definition at line 36 of file package.py.
| package.MofemMixedFractureModule.build_directory |
Definition at line 136 of file package.py.
|
static |
Definition at line 52 of file package.py.
|
static |
Definition at line 53 of file package.py.
|
static |
Definition at line 31 of file package.py.
|
static |
Definition at line 30 of file package.py.
|
static |
Definition at line 33 of file package.py.
| package.MofemMixedFractureModule.run_tests |
Definition at line 117 of file package.py.
|
static |
Definition at line 57 of file package.py.