Remove dummy fastmath package.
This commit is contained in:
parent
b6ad37557f
commit
c43b5d670b
@ -1,15 +0,0 @@
|
|||||||
from spack import *
|
|
||||||
|
|
||||||
class Fastmath(Package):
|
|
||||||
"""Dummy groupinstall package that installs all packages in the fastmath suite."""
|
|
||||||
|
|
||||||
homepage = "http://redmine.scorec.rpi.edu/projects/fastmath"
|
|
||||||
url = "http://www.netlib.org/blas/blas.tgz"
|
|
||||||
|
|
||||||
version('1.0', '5e99e975f7a1e3ea6abcad7c6e7e42e6')
|
|
||||||
|
|
||||||
depends_on('blas')
|
|
||||||
depends_on('lapack')
|
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
|
||||||
pwd()
|
|
Loading…
Reference in New Issue
Block a user