utilities from platform detection
Project description
This is a project started to coordinate between LHCb Core Software and LHCbDirac platform compatibility information.
It follows up on discussions in
LHCBDIRAC-158: Fixing “Platforms” and “SystemConfig” parameters
LBCORE-1247: extend lb-run to understand the special platform “best”
OS Id Derivation
The OS Id (os_id) is a short string used to identify the Operating System (e.g. Linux flavour, MacOS, Windows…) and its version, usually in the format <name><version>.
On Linux, the OS Id is computed from different possible sources:
- file /etc/os-release [1]
the name is extracted from the field ID, up the first (optional) -
- the version is extracted from the field VERSION_ID
if ID or ID_LIKE contain rhel or suse we keep only up to the first .
otherwise we remove all occurrences of .
if VERSION_ID is not present and the name is debian we set the version to testing
- file /etc/redhat-release
- the name is
slc if it contains CERN
sl if it contains Scientific Linux
centos if it contains CentOS
rhel if it contains Red Hat Enterprise Linux
the version is the number after the word release, up to the first .
- file /etc/lsb-release
the name is extracted from the field DISTRIB_ID, up the first (optional) -, and made lowercase
the version is extracted from the field DISTRIB_RELEASE removing all occurrences of .
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Hashes for LbPlatformUtils-4.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3b9cd0dc5fcaf6a81c80d3b9a1a605ee9ff2146e0a51916d882ad3ee5f1783e |
|
MD5 | 2526df55e4ddf2b8f193053a6880b603 |
|
BLAKE2b-256 | 21f395fd8462149b10dd3c97cf60f9a0cf86c54c4a8d22dfc307f768cb463952 |
Hashes for LbPlatformUtils-4.3.0-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7be1462faf17ba45ee3360006d1d047cfc52bbac19d6c11f2d7585730cb859f6 |
|
MD5 | fd16df5031249af21f121ec1f0abdc09 |
|
BLAKE2b-256 | 8b58f20ca4efeb51d16d9d18e6d36ebc53773042289d8d379a48c6ac7bce02cc |