.. image:: https://badge.fury.io/py/alibuild.svg
.. image:: https://github.com/alisw/alibuild/actions/workflows/pr-check.yml/badge.svg?branch=master&event=push
aliBuild
========
A simple build tool for ALICE experiment software and its externals. Recipes
for the externals and ALICE software are stored in
`alidist <https://github.com/alisw/alidist>`_.
Instant gratification with::
pip install alibuild
aliBuild init
aliBuild build AliRoot
alienv enter AliRoot/latest
aliroot -b
Full documentation at:
https://alisw.github.io/alibuild
Pre-requisites
==============
If you are using aliBuild directly from git clone, you should make sure
you have the dependencies installed. The easiest way to do this is to run::
pip install -e .
For developers
==============
If you want to contribute to aliBuild, you can run the tests with::
pip install -e .[test] # Only needed once
tox
The test suite only runs fully on a Linux system, but there is a reduced suite for macOS, runnable with::
tox -e darwin
You can also run only the unit tests (it's a lot faster than the full suite) with::
pytest
To run the documentation locally, you can use::
pip install -e .[docs]
cd docs
mkdocs serve
Raw data
{
"_id": null,
"home_page": "https://alisw.github.io/alibuild",
"name": "alibuild",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "HEP, ALICE",
"author": "Giulio Eulisse",
"author_email": "Giulio Eulisse <giulio.eulisse@cern.ch>, Timo Wilken <timo.wilken@cern.ch>, Sergio Garcia <sergio.garcia@cern.ch>",
"download_url": "https://files.pythonhosted.org/packages/5e/ea/86c442d1fa53b128e71513b7f57e42516ec5e1c387a131893cf921a852c2/alibuild-1.17.29.tar.gz",
"platform": null,
"description": ".. image:: https://badge.fury.io/py/alibuild.svg\n.. image:: https://github.com/alisw/alibuild/actions/workflows/pr-check.yml/badge.svg?branch=master&event=push\n\naliBuild\n========\n\nA simple build tool for ALICE experiment software and its externals. Recipes\nfor the externals and ALICE software are stored in\n`alidist <https://github.com/alisw/alidist>`_.\n\nInstant gratification with::\n\n pip install alibuild\n aliBuild init\n aliBuild build AliRoot\n alienv enter AliRoot/latest\n aliroot -b\n\nFull documentation at:\n\nhttps://alisw.github.io/alibuild\n\nPre-requisites\n==============\n\nIf you are using aliBuild directly from git clone, you should make sure\nyou have the dependencies installed. The easiest way to do this is to run::\n\n pip install -e .\n\n\nFor developers\n==============\n\nIf you want to contribute to aliBuild, you can run the tests with::\n\n pip install -e .[test] # Only needed once\n tox\n\nThe test suite only runs fully on a Linux system, but there is a reduced suite for macOS, runnable with::\n\n tox -e darwin\n\nYou can also run only the unit tests (it's a lot faster than the full suite) with::\n\n pytest\n\nTo run the documentation locally, you can use::\n\n pip install -e .[docs]\n cd docs\n mkdocs serve\n",
"bugtrack_url": null,
"license": null,
"summary": "ALICE Build Tool",
"version": "1.17.29",
"project_urls": {
"Homepage": "https://alisw.github.io/alibuild"
},
"split_keywords": [
"hep",
" alice"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "72c072d509e6d7019b86d18466591d38a00ae2fc820b385091c2dfe15240904c",
"md5": "bf8bb95bea88368081ee837f41b15278",
"sha256": "49fd16ddba9a14a01fc2dca6932af0c55f18b70a299fd9f57fb40f3eec6678b8"
},
"downloads": -1,
"filename": "alibuild-1.17.29-py3-none-any.whl",
"has_sig": false,
"md5_digest": "bf8bb95bea88368081ee837f41b15278",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 470164,
"upload_time": "2025-09-19T10:17:25",
"upload_time_iso_8601": "2025-09-19T10:17:25.099180Z",
"url": "https://files.pythonhosted.org/packages/72/c0/72d509e6d7019b86d18466591d38a00ae2fc820b385091c2dfe15240904c/alibuild-1.17.29-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5eea86c442d1fa53b128e71513b7f57e42516ec5e1c387a131893cf921a852c2",
"md5": "8dbed2b609b9f6815cc96249dd8182ee",
"sha256": "065dfc8795decdbfd922b32cd1e9de2957e0bcaa67e38d87866e644f4c07748c"
},
"downloads": -1,
"filename": "alibuild-1.17.29.tar.gz",
"has_sig": false,
"md5_digest": "8dbed2b609b9f6815cc96249dd8182ee",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 459664,
"upload_time": "2025-09-19T10:17:26",
"upload_time_iso_8601": "2025-09-19T10:17:26.888294Z",
"url": "https://files.pythonhosted.org/packages/5e/ea/86c442d1fa53b128e71513b7f57e42516ec5e1c387a131893cf921a852c2/alibuild-1.17.29.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-19 10:17:26",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "alibuild"
}