summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/xts/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/xts/package.py')
-rw-r--r--var/spack/repos/builtin/packages/xts/package.py12
1 files changed, 3 insertions, 9 deletions
diff --git a/var/spack/repos/builtin/packages/xts/package.py b/var/spack/repos/builtin/packages/xts/package.py
index c3993cf391..9dd3e4a05c 100644
--- a/var/spack/repos/builtin/packages/xts/package.py
+++ b/var/spack/repos/builtin/packages/xts/package.py
@@ -25,7 +25,7 @@
from spack import *
-class Xts(Package):
+class Xts(AutotoolsPackage):
"""This is a revamped version of X Test Suite (XTS) which removes some of
the ugliness of building and running the tests."""
@@ -50,11 +50,5 @@ class Xts(Package):
depends_on('xset', type='build')
depends_on('xdpyinfo', type='build')
- def install(self, spec, prefix):
- configure('--prefix={0}'.format(prefix))
-
- # FIXME: Crashes during compilation
- # error: redeclaration of enumerator 'XawChainTop'
-
- make()
- make('install')
+ # FIXME: Crashes during compilation
+ # error: redeclaration of enumerator 'XawChainTop'