diff options
author | Dr Owain Kenway <o.kenway@ucl.ac.uk> | 2020-07-11 15:02:53 +0100 |
---|---|---|
committer | Gregory Becker <becker33@llnl.gov> | 2020-07-23 13:51:35 -0700 |
commit | e4265d31352ce6f6c23a732829c47bc768a1c79a (patch) | |
tree | 38b339c2739970c279c0d64347409f857fa3e8aa /README.md | |
parent | 5e5cc991470475d77c2ad6dda2a7cc288e00bafe (diff) | |
download | spack-e4265d31352ce6f6c23a732829c47bc768a1c79a.tar.gz spack-e4265d31352ce6f6c23a732829c47bc768a1c79a.tar.bz2 spack-e4265d31352ce6f6c23a732829c47bc768a1c79a.tar.xz spack-e4265d31352ce6f6c23a732829c47bc768a1c79a.zip |
llvm-flang: Only build offload code if cuda enabled (#17466)
* llvm-flang Only build offload code if cuda enabled
The current version executes `cmake(*args)` always as part of the post install. If device offload is not part of the build, this results in referencing `args` without it being set and the error:
```
==> Error: UnboundLocalError: local variable 'args' referenced before assignment
```
Looking at prevoous version of `llvm-package.py` this whole routine appears to be only required for offload, some indent `cmake/make/install` to be under the `if`.
* Update package.py
Add comment
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions