Undo changes to flex
This commit is contained in:
parent
088dce709e
commit
dd5a6914f1
@ -24,7 +24,6 @@
|
||||
##############################################################################
|
||||
from spack import *
|
||||
|
||||
|
||||
class Flex(Package):
|
||||
"""Flex is a tool for generating scanners."""
|
||||
|
||||
@ -34,8 +33,6 @@ class Flex(Package):
|
||||
version('2.6.0', '5724bcffed4ebe39e9b55a9be80859ec')
|
||||
version('2.5.39', 'e133e9ead8ec0a58d81166b461244fde')
|
||||
|
||||
depends_on('bison')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
configure("--prefix=%s" % prefix)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user