From 08f37d478f4b9018d99f6fcac9b82977ad6dc84d Mon Sep 17 00:00:00 2001 From: Kevin Brandstatter Date: Sun, 1 Mar 2015 21:26:37 -0600 Subject: Removed FIXME comments from atlas --- var/spack/packages/atlas/package.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/var/spack/packages/atlas/package.py b/var/spack/packages/atlas/package.py index 3fe42b750e..f9bf59343c 100644 --- a/var/spack/packages/atlas/package.py +++ b/var/spack/packages/atlas/package.py @@ -32,18 +32,11 @@ class Atlas(Package): version('3.10.2', 'a4e21f343dec8f22e7415e339f09f6da') - # FIXME: Add dependencies if this package requires them. - # depends_on("foo") - def install(self, spec, prefix): - #os.mkdir('ATLAS-Build') - #os.chdir('ATLAS-Build') with working_dir('ATLAS-Build', create=True): self.module.configure = Executable('../configure') - # FIXME: Modify the configure line to suit your build system here. configure("--prefix=%s" % prefix) - # FIXME: Add logic to build and install here make() make('check') make('ptcheck') -- cgit v1.2.3-70-g09d2