libflame: fix for linking with BLIS library (#30527)
This commit is contained in:
parent
3986ac3828
commit
2db545ffdc
@ -99,6 +99,9 @@ def configure_args(self):
|
||||
# https://github.com/flame/libflame/issues/21
|
||||
config_args.append("--enable-max-arg-list-hack")
|
||||
|
||||
if self.spec.satisfies('^blis'):
|
||||
config_args.append('LDFLAGS=-L{}'.format(self.spec['blis'].prefix.lib))
|
||||
|
||||
return config_args
|
||||
|
||||
@run_after('install')
|
||||
|
Loading…
Reference in New Issue
Block a user