continuation of last commit

This commit is contained in:
Martin Diehl 2013-02-01 13:22:40 +00:00
parent 3b275bdc2b
commit 80a20d5ea9
1 changed files with 11 additions and 9 deletions

View File

@ -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"]',