Remove dummy fastmath package.

This commit is contained in:
Todd Gamblin 2015-06-06 17:48:33 -07:00
parent b6ad37557f
commit c43b5d670b

View File

@ -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()