summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/bigdft-atlab/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/bigdft-atlab/package.py')
-rw-r--r--var/spack/repos/builtin/packages/bigdft-atlab/package.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/bigdft-atlab/package.py b/var/spack/repos/builtin/packages/bigdft-atlab/package.py
index 5fc6f832b8..fce0127283 100644
--- a/var/spack/repos/builtin/packages/bigdft-atlab/package.py
+++ b/var/spack/repos/builtin/packages/bigdft-atlab/package.py
@@ -29,8 +29,6 @@ class BigdftAtlab(AutotoolsPackage):
for vers in ['1.8.1', '1.8.2', '1.8.3', '1.9.0', '1.9.1', '1.9.2', 'develop']:
depends_on('bigdft-futile@{0}'.format(vers), when='@{0}'.format(vers))
- phases = ['autoreconf', 'configure', 'build', 'install']
-
build_directory = "atlab"
def autoreconf(self, spec, prefix):