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

@ -35,22 +35,24 @@ environment = { 'DAMASK_ROOT':
], ],
'LD_LIBRARY_PATH': 'LD_LIBRARY_PATH':
[{'activate': 'pathInfo["acml"]', [{'activate': 'pathInfo["acml"]',
'delete': '"acml"', # what keywords trigger item deletion from existing path 'delete': '"acml"', # what keywords trigger item deletion from existing path
'substitute':'[os.path.join(pathInfo["acml"],"ifort64_mp/lib"),\ '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"),\
'append': True, # whether new entries append to existing ${env} 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"]', {'activate': 'pathInfo["lapack"]',
'delete': '[os.path.join(pathInfo["lapack"],"lib"),\ 'delete': '[os.path.join(pathInfo["lapack"],"lib"),\
os.path.join(pathInfo["lapack"],"lib64")]', # deleted current (same) entry os.path.join(pathInfo["lapack"],"lib64")]', # deleted current (same) entry
'substitute':'[os.path.join(pathInfo["lapack"],"lib"),\ 'substitute':'[os.path.join(pathInfo["lapack"],"lib"),\
os.path.join(pathInfo["lapack"],"lib64")]', # what to substitute for deleted path os.path.join(pathInfo["lapack"],"lib64")]', # what to substitute for deleted path
'append': True, # whether new entries append to existing ${env} 'append': True, # whether new entries append to existing ${env}
}, },
{'activate': 'pathInfo["fftw"]', {'activate': 'pathInfo["fftw"]',
'delete': '[os.path.join(pathInfo["fftw"],"lib")]', # deleted current (same) entry 'delete': '[os.path.join(pathInfo["fftw"],"lib")]', # deleted current (same) entry
'substitute':'[os.path.join(pathInfo["fftw"],"lib")]', # what to substitute for deleted path items 'substitute':'[os.path.join(pathInfo["fftw"],"lib")]', # what to substitute for deleted path items
'append': True, # whether new entries append to existing ${env} 'append': True, # whether new entries append to existing ${env}
}, },
], ],
} }