spack list : merged package-list into list (#1932)
* spack list : merged package-list into the command * list : removed option for case sensitivity
This commit is contained in:

committed by
Todd Gamblin

parent
6c250ab486
commit
b7a612dcdf
@@ -69,7 +69,7 @@
|
||||
#
|
||||
with open('package_list.rst', 'w') as plist_file:
|
||||
subprocess.Popen(
|
||||
[spack_root + '/bin/spack', 'package-list'], stdout=plist_file)
|
||||
[spack_root + '/bin/spack', 'list', '--format=rst'], stdout=plist_file)
|
||||
|
||||
#
|
||||
# Find all the `cmd-spack-*` references and add them to a command index
|
||||
|
Reference in New Issue
Block a user