packages need to reference self.spec instead of spec (#5075)
This commit is contained in:

committed by
Adam J. Stewart

parent
056faad3a2
commit
14076c52f1
@@ -84,6 +84,7 @@ def patch(self):
|
||||
filter_file('#!/usr/bin/python', '#!/usr/bin/env python', pyfile)
|
||||
|
||||
def cmake_args(self):
|
||||
spec = self.spec
|
||||
args = [
|
||||
'-DENABLE_ODB=OFF',
|
||||
'-DENABLE_PYTHON=OFF',
|
||||
|
Reference in New Issue
Block a user