patch older config.guess for newer architectures (#2221)
This commit is contained in:

committed by
Todd Gamblin

parent
296a349d49
commit
ee6eb508cb
@@ -25,7 +25,7 @@
|
||||
from spack import *
|
||||
|
||||
|
||||
class PyPygobject(Package):
|
||||
class PyPygobject(AutotoolsPackage):
|
||||
"""bindings for the GLib, and GObject,
|
||||
to be used in Python."""
|
||||
|
||||
@@ -43,6 +43,4 @@ class PyPygobject(Package):
|
||||
patch('pygobject-2.28.6-introspection-1.patch')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
configure("--prefix=%s" % prefix)
|
||||
make()
|
||||
make("install", parallel=False)
|
||||
make('install', parallel=False)
|
||||
|
Reference in New Issue
Block a user