Fix missing makefile variable in clapack package (#9016)
This commit is contained in:
parent
879bdec285
commit
d14991a261
@ -50,6 +50,7 @@ def edit(self, spec, prefix):
|
||||
make_inc = FileFilter('make.inc')
|
||||
make_inc.filter(r'^BLASLIB.*',
|
||||
'BLASLIB = ../../libcblaswr.a -lcblas -latlas')
|
||||
makefile = FileFilter('Makefile')
|
||||
makefile.filter(r'^lib.*',
|
||||
'lib: variants lapacklib tmglib')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user