corrected LD_LIBRARY_PATH processing of LAPACK and added FFTW to it.
This commit is contained in:
parent
06cb99d156
commit
b12c6672d6
|
@ -41,7 +41,12 @@ environment = { 'DAMASK_ROOT':
|
|||
'append': True, # whether new entries append to existing ${env}
|
||||
},
|
||||
{'activate': 'pathInfo["lapack"]',
|
||||
'substitute':'[pathInfo["lapack"]]', # what to substitute for deleted path items
|
||||
'substitute':'[os.path.join(pathInfo["lapack"],"lib"),\
|
||||
os.path.join(pathInfo["lapack"],"lib64")]', # what to substitute for deleted path
|
||||
'append': True, # whether new entries append to existing ${env}
|
||||
},
|
||||
{'activate': 'pathInfo["fftw"]',
|
||||
'substitute':'[os.path.join(pathInfo["fftw"],"lib")]', # what to substitute for deleted path items
|
||||
'append': True, # whether new entries append to existing ${env}
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue