Metadata-Version: 1.1
Name: easybuild-framework
Version: 1.16.1
Summary: The EasyBuild framework supports the creation of custom easyblocks that implement support for installing particular (groups of) software packages.
Home-page: http://hpcugent.github.com/easybuild
Author: EasyBuild community
Author-email: easybuild@lists.ugent.be
License: GPLv2
Description: .. image:: http://hpcugent.github.io/easybuild/images/easybuild_logo_small.png
           :align: center
        
        `EasyBuild <https://hpcugent.github.io/easybuild>`_ is a software build
        and installation framework that allows you to manage (scientific) software
        on High Performance Computing (HPC) systems in an efficient way.
        
        The **easybuild-framework** package is the core of EasyBuild. It
        supports the implementation and use of so-called easyblocks which
        implement the software install procedure for a particular (group of) software
        package(s).
        
        The EasyBuild documentation is available at http://easybuild.readthedocs.org/.
        
        The EasyBuild framework source code is hosted on GitHub, along
        with an issue tracker for bug reports and feature requests, see
        http://github.com/hpcugent/easybuild-framework.
        
        Related Python packages:
        
        * **easybuild-easyblocks**
        
          * a collection of easyblocks that implement support for building and installing (groups of) software packages
          * GitHub repository: http://github.com/hpcugent/easybuild-easyblocks
          * package on PyPi: https://pypi.python.org/pypi/easybuild-easyblocks
        
        * **easybuild-easyconfigs**
        
          * a collection of example easyconfig files that specify which software to build,
            and using which build options; these easyconfigs will be well tested
            with the latest compatible versions of the easybuild-framework and easybuild-easyblocks packages
          * GitHub repository: http://github.com/hpcugent/easybuild-easyconfigs
          * PyPi: https://pypi.python.org/pypi/easybuild-easyconfigs
        
        The code in the ``vsc`` directory originally comes from the *vsc-base* package
        (https://github.com/hpcugent/vsc-base).
        
        
        *Build status overview:*
        
        * **master** branch *(Python 2.4, Python 2.6, Python 2.7)*
        
          .. image:: https://jenkins1.ugent.be/view/EasyBuild/job/easybuild-framework_unit-test_hpcugent_master-python24/badge/icon
              :target: https://jenkins1.ugent.be/view/EasyBuild/job/easybuild-framework_unit-test_hpcugent_master-python24/
          .. image:: https://jenkins1.ugent.be/view/EasyBuild/job/easybuild-framework_unit-test_hpcugent_master/badge/icon
              :target: https://jenkins1.ugent.be/view/EasyBuild/job/easybuild-framework_unit-test_hpcugent_master/
          .. image:: https://jenkins1.ugent.be/view/EasyBuild/job/easybuild-framework_unit-test_hpcugent_master-python27/badge/icon
              :target: https://jenkins1.ugent.be/view/EasyBuild/job/easybuild-framework_unit-test_hpcugent_master-python27/
        
        * **develop** branch *(Python 2.4, Python 2.6, Python 2.7)*
        
          .. image:: https://jenkins1.ugent.be/view/EasyBuild/job/easybuild-framework_unit-test_hpcugent_develop-python24/badge/icon
              :target: https://jenkins1.ugent.be/view/EasyBuild/job/easybuild-framework_unit-test_hpcugent_develop-python24/
          .. image:: https://jenkins1.ugent.be/view/EasyBuild/job/easybuild-framework_unit-test_hpcugent_develop/badge/icon
              :target: https://jenkins1.ugent.be/view/EasyBuild/job/easybuild-framework_unit-test_hpcugent_develop/
          .. image:: https://jenkins1.ugent.be/view/EasyBuild/job/easybuild-framework_unit-test_hpcugent_develop-python27/badge/icon
              :target: https://jenkins1.ugent.be/view/EasyBuild/job/easybuild-framework_unit-test_hpcugent_develop-python27/
        
Keywords: software build building installation installing compilation HPC scientific
Platform: Linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.4
Classifier: Topic :: Software Development :: Build Tools
Provides: eb
Provides: easybuild
Provides: easybuild.framework
Provides: easybuild.framework.easyconfig
Provides: easybuild.framework.easyconfig.format
Provides: easybuild.toolchains
Provides: easybuild.toolchains.compiler
Provides: easybuild.toolchains.mpi
Provides: easybuild.toolchains.fft
Provides: easybuild.toolchains.linalg
Provides: easybuild.tools
Provides: easybuild.tools.deprecated
Provides: easybuild.tools.toolchain
Provides: easybuild.tools.module_naming_scheme
Provides: easybuild.tools.repository
Provides: test.framework
Provides: test
Provides: vsc
Provides: vsc.utils
