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('lapack')
parallel = False
def patch(self):
# Disable thread check. LLNL's environment does not allow
# disabling of CPU throttling in a way that ATLAS actually