fix typo
This commit is contained in:
parent
30ba96e58f
commit
76006fc346
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ def install(self, spec, prefix):
|
||||||
# superlu_dist
|
# superlu_dist
|
||||||
options.extend([
|
options.extend([
|
||||||
'-DTPL_ENABLE_SuperLUDist:BOOL=ON',
|
'-DTPL_ENABLE_SuperLUDist:BOOL=ON',
|
||||||
'-DSuperLUDist_INCLUDE_DIRS=%s' % spec['superlu_dist'].prefix.include
|
'-DSuperLUDist_INCLUDE_DIRS=%s' % spec['superlu-dist'].prefix.include
|
||||||
])
|
])
|
||||||
if spec.satisfies('^superlu-dist@4.0:'):
|
if spec.satisfies('^superlu-dist@4.0:'):
|
||||||
options.extend([
|
options.extend([
|
||||||
|
|
Loading…
Reference in a new issue