bliss: add spaces to __DATE__ (#17385)
C++11 requires a space between literal and string macro.
This commit is contained in:
parent
845139740f
commit
d65a076c0d
@ -24,6 +24,7 @@ class Bliss(Package):
|
||||
patch("Makefile.spack.patch")
|
||||
|
||||
def install(self, spec, prefix):
|
||||
filter_file('__DATE__', ' __DATE__ ', 'bliss.cc')
|
||||
# The Makefile isn't portable; use our own instead
|
||||
makeargs = ["-f", "Makefile.spack",
|
||||
"PREFIX=%s" % prefix, "GMP_PREFIX=%s" % spec["gmp"].prefix]
|
||||
|
Loading…
Reference in New Issue
Block a user