continuation of last commit
This commit is contained in:
parent
3b275bdc2b
commit
80a20d5ea9
|
@ -37,7 +37,9 @@ environment = { 'DAMASK_ROOT':
|
|||
[{'activate': 'pathInfo["acml"]',
|
||||
'delete': '"acml"', # what keywords trigger item deletion from existing path
|
||||
'substitute':'[os.path.join(pathInfo["acml"],"ifort64_mp/lib"),\
|
||||
os.path.join(pathInfo["acml"],"ifort64/lib")]', # what to substitute for deleted path items
|
||||
os.path.join(pathInfo["acml"],"ifort64/lib"),\
|
||||
os.path.join(pathInfo["acml"],"gfortran64_mp/lib"),\
|
||||
os.path.join(pathInfo["acml"],"gfortran64/lib")]', # what to substitute for deleted path items
|
||||
'append': True, # whether new entries append to existing ${env}
|
||||
},
|
||||
{'activate': 'pathInfo["lapack"]',
|
||||
|
|
Loading…
Reference in New Issue