alibuild


Namealibuild JSON
Version 1.16.1 PyPI version JSON
download
home_pagehttps://alisw.github.io/alibuild
SummaryALICE Build Tool
upload_time2024-01-31 15:23:50
maintainer
docs_urlNone
authorGiulio Eulisse
requires_python
licenseGPL
keywords hep alice
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. 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
    git clone https://github.com/alisw/alidist.git
    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 `pyyaml` and `argparse` in your python distribution.

            

Raw data

            {
    "_id": null,
    "home_page": "https://alisw.github.io/alibuild",
    "name": "alibuild",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "HEP,ALICE",
    "author": "Giulio Eulisse",
    "author_email": "Giulio Eulisse <giulio.eulisse@cern.ch>, Timo Wilken <timo.wilken@cern.ch>",
    "download_url": "https://files.pythonhosted.org/packages/f6/f6/321eb60d32089bfb51539bdf340ac192d28d6d4ce80ec68bc931a256b62e/alibuild-1.16.1.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    git clone https://github.com/alisw/alidist.git\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 `pyyaml` and `argparse` in your python distribution.\n",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "ALICE Build Tool",
    "version": "1.16.1",
    "project_urls": {
        "Homepage": "https://alisw.github.io/alibuild"
    },
    "split_keywords": [
        "hep",
        "alice"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6f6321eb60d32089bfb51539bdf340ac192d28d6d4ce80ec68bc931a256b62e",
                "md5": "28dd77efe47dd2f46e63c4adbb35a20b",
                "sha256": "82b4fd382321452149a3973244f73fcff6948b824278bfb1f902f56b3b9fdc4d"
            },
            "downloads": -1,
            "filename": "alibuild-1.16.1.tar.gz",
            "has_sig": false,
            "md5_digest": "28dd77efe47dd2f46e63c4adbb35a20b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 407099,
            "upload_time": "2024-01-31T15:23:50",
            "upload_time_iso_8601": "2024-01-31T15:23:50.750959Z",
            "url": "https://files.pythonhosted.org/packages/f6/f6/321eb60d32089bfb51539bdf340ac192d28d6d4ce80ec68bc931a256b62e/alibuild-1.16.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-31 15:23:50",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "alibuild"
}
        
Elapsed time: 0.21985s