Massive conversion from Package to AutotoolsPackage (#2845)
* Massive conversion from Package to AutotoolsPackage * Forgot to convert p4est to AutotoolsPackage * Fix typo * Fix broken link in docs
This commit is contained in:

committed by
Todd Gamblin

parent
5812081b80
commit
02f92fc7f8
@@ -25,7 +25,7 @@
|
||||
from spack import *
|
||||
|
||||
|
||||
class Ncview(Package):
|
||||
class Ncview(AutotoolsPackage):
|
||||
"""Simple viewer for NetCDF files."""
|
||||
homepage = "http://meteora.ucsd.edu/~pierce/ncview_home_page.html"
|
||||
url = "ftp://cirrus.ucsd.edu/pub/ncview/ncview-2.1.7.tar.gz"
|
||||
@@ -36,9 +36,3 @@ class Ncview(Package):
|
||||
depends_on('udunits2')
|
||||
depends_on('libpng')
|
||||
depends_on('libxaw')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
configure('--prefix={0}'.format(prefix))
|
||||
|
||||
make()
|
||||
make('install')
|
||||
|
Reference in New Issue
Block a user