-
- Downloads
Major improvements to spack create (#2707)
* Initial changes to spack create command * Get 'spack create <url>' working again * Simplify call to BuildSystemGuesser * More verbose output of spack create * Remove duplicated code from spack create and spack checksum * Add better documentation to spack create docstrings * Fix pluralization bug * Flake8 * Update documentation on spack create and deprecate spack edit --force * Make it more obvious when we are renaming a package * Further deprecate spack edit --force * Fix unit tests * Rename default template to generic template * Don't add automake/autoconf deps to Autotools packages * Remove changes to default $EDITOR * Completely remove all traces of spack edit --force * Remove grammar changes to make the PR easier to review
Showing
- lib/spack/docs/packaging_guide.rst 140 additions, 157 deletionslib/spack/docs/packaging_guide.rst
- lib/spack/spack/cmd/checksum.py 90 additions, 48 deletionslib/spack/spack/cmd/checksum.py
- lib/spack/spack/cmd/create.py 262 additions, 176 deletionslib/spack/spack/cmd/create.py
- lib/spack/spack/cmd/diy.py 2 additions, 10 deletionslib/spack/spack/cmd/diy.py
- lib/spack/spack/cmd/edit.py 24 additions, 42 deletionslib/spack/spack/cmd/edit.py
- lib/spack/spack/cmd/setup.py 2 additions, 11 deletionslib/spack/spack/cmd/setup.py
- lib/spack/spack/test/build_system_guess.py 6 additions, 5 deletionslib/spack/spack/test/build_system_guess.py
Loading
Please register or sign in to comment