diff options
author | Mark W. Krentel <krentel@rice.edu> | 2021-06-08 17:06:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-08 17:06:16 -0500 |
commit | 968d393f6b8460eae730ac3775fc5099fa460b1d (patch) | |
tree | ca3e52a803665b63559c56a3a2edc13906e91dcc /etc | |
parent | ac3b46fc95e526ecd17bfb18b105a8859346a2ee (diff) | |
download | spack-968d393f6b8460eae730ac3775fc5099fa460b1d.tar.gz spack-968d393f6b8460eae730ac3775fc5099fa460b1d.tar.bz2 spack-968d393f6b8460eae730ac3775fc5099fa460b1d.tar.xz spack-968d393f6b8460eae730ac3775fc5099fa460b1d.zip |
intel-tbb: explicitly set OS var and pass to TBB (#23852)
The common.inc script in TBB uses the environ var 'OS' to determine
the platform it's on. On Linux, this is normally empty and TBB falls
back to uname. But some systems set this to 'CentOS Linux 8' which is
descriptive, but not exactly what common.inc is looking for.
Instead, take the value from python and explicitly set OS to what TBB
expects to avoid this problem.
Diffstat (limited to 'etc')
0 files changed, 0 insertions, 0 deletions