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 Pdt(Package):
|
||||
class Pdt(AutotoolsPackage):
|
||||
"""Program Database Toolkit (PDT) is a framework for analyzing source
|
||||
code written in several programming languages and for making rich
|
||||
program knowledge accessible to developers of static and dynamic
|
||||
@@ -43,8 +43,3 @@ class Pdt(Package):
|
||||
version('3.20', 'c3edabe202926abe04552e33cd39672d')
|
||||
version('3.19', '5c5e1e6607086aa13bf4b1b9befc5864')
|
||||
version('3.18.1', 'e401534f5c476c3e77f05b7f73b6c4f2')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
configure('-prefix=%s' % prefix)
|
||||
make()
|
||||
make('install')
|
||||
|
Reference in New Issue
Block a user