brigand: fix build error (#18173)

This commit is contained in:
darmac 2020-08-20 09:30:33 +08:00 committed by GitHub
parent b5db5cf259
commit 472a32fb41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
from spack import *
class Brigand(Package):
class Brigand(CMakePackage):
"""Brigand Meta-programming library"""
homepage = "https://github.com/edouarda/brigand"
@ -19,6 +19,3 @@ class Brigand(Package):
version('1.2.0', sha256='4287fa7278cc000a63e90f1a1b903952b7f606b1a3cf95c23a422d2fe96ca50d')
version('1.1.0', sha256='afdcc6909ebff6994269d3039c31698c2b511a70280072f73382b26855221f64')
version('1.0.0', sha256='8daf7686ff39792f851ef1977323808b80aab31c5f38ef0ba4e6a8faae491f8d')
def install(self, spec, prefix):
install_tree('include', prefix.include)