Skip to content
Snippets Groups Projects
Commit db327693 authored by Todd Gamblin's avatar Todd Gamblin
Browse files

spack edit fixed.

parent 7267734a
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ def edit(parser, args):
if not name:
path = spack.packages_path
else:
path = packages.filename_for(name)
path = packages.filename_for_package_name(name)
if os.path.exists(path):
if not os.path.isfile(path):
......
......@@ -49,9 +49,3 @@ def install(self, prefix):
install('dwarfdump', bin)
install('dwarfdump.conf', lib)
install('dwarfdump.1', man1)
# @platform('macosx_10.8_x86_64')
# def install(self, prefix):
# raise UnsupportedPlatformError(
# "libdwarf doesn't currently build on Mac OS X.")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment