Skip to content
Snippets Groups Projects
  • Adam J. Stewart's avatar
    c0aaa8fc
    Add PythonPackage base class · c0aaa8fc
    Adam J. Stewart authored
    - Add a PythonPackage class with build system support.
      - Support build phases in PythonPackage
      - Add a custom sanity check for PythonPackages
      - Get rid of nolink dependencies in python packages
    
    - Update spack create to use new PythonPackage class
    
    - Port most of Python packages to new PythonPackage class
    
    - Conducted a massive install and activate of Python packages.
      - Fixed bugs introduced by install and activate.
    
    - Update API docs on PythonPackage
    c0aaa8fc
    History
    Add PythonPackage base class
    Adam J. Stewart authored
    - Add a PythonPackage class with build system support.
      - Support build phases in PythonPackage
      - Add a custom sanity check for PythonPackages
      - Get rid of nolink dependencies in python packages
    
    - Update spack create to use new PythonPackage class
    
    - Port most of Python packages to new PythonPackage class
    
    - Conducted a massive install and activate of Python packages.
      - Fixed bugs introduced by install and activate.
    
    - Update API docs on PythonPackage