Removed FIXME comments from atlas
This commit is contained in:
parent
2f2eab0e15
commit
08f37d478f
@ -32,18 +32,11 @@ class Atlas(Package):
|
|||||||
|
|
||||||
version('3.10.2', 'a4e21f343dec8f22e7415e339f09f6da')
|
version('3.10.2', 'a4e21f343dec8f22e7415e339f09f6da')
|
||||||
|
|
||||||
# FIXME: Add dependencies if this package requires them.
|
|
||||||
# depends_on("foo")
|
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
#os.mkdir('ATLAS-Build')
|
|
||||||
#os.chdir('ATLAS-Build')
|
|
||||||
with working_dir('ATLAS-Build', create=True):
|
with working_dir('ATLAS-Build', create=True):
|
||||||
self.module.configure = Executable('../configure')
|
self.module.configure = Executable('../configure')
|
||||||
# FIXME: Modify the configure line to suit your build system here.
|
|
||||||
configure("--prefix=%s" % prefix)
|
configure("--prefix=%s" % prefix)
|
||||||
|
|
||||||
# FIXME: Add logic to build and install here
|
|
||||||
make()
|
make()
|
||||||
make('check')
|
make('check')
|
||||||
make('ptcheck')
|
make('ptcheck')
|
||||||
|
Loading…
Reference in New Issue
Block a user