atlas : disabling parallel builds

This commit is contained in:
alalazo 2016-03-04 09:59:16 +01:00
parent 310099d888
commit a2af4940aa

View File

@ -27,6 +27,8 @@ class Atlas(Package):
provides('blas') provides('blas')
provides('lapack') provides('lapack')
parallel = False
def patch(self): def patch(self):
# Disable thread check. LLNL's environment does not allow # Disable thread check. LLNL's environment does not allow
# disabling of CPU throttling in a way that ATLAS actually # disabling of CPU throttling in a way that ATLAS actually