GMatElastoPlasticQPot 0.18.3
|
Go to the source code of this file.
Namespaces | |
namespace | GMatElastoPlasticQPot |
Material model based on a sequence of parabolic potentials. | |
Macros | |
#define | GMATELASTOPLASTICQPOT_VERSION "@PROJECT_VERSION@" |
Current version. More... | |
Functions | |
std::string | GMatElastoPlasticQPot::version () |
Return version string, e.g. More... | |
std::vector< std::string > | GMatElastoPlasticQPot::version_dependencies () |
Return versions of this library and of all of its dependencies. More... | |
Definition in file version.h.
#define GMATELASTOPLASTICQPOT_VERSION "@PROJECT_VERSION@" |
Current version.
Either:
python -c "from setuptools_scm import get_version; print(get_version())"
-DGMATELASTOPLASTICQPOT_VERSION="`python -c "from setuptools_scm import get_version;print(get_version())"`"
From the root of this project. This is what ``setup.py`` does.Note that both
CMakeLists.txt
and setup.py
will construct the version using setuptools_scm
. Tip: use the environment variable SETUPTOOLS_SCM_PRETEND_VERSION
to overwrite the automatic version.