fix(llvm): add_files_to_view() got unexpected argument
Hi @emuller,
In the last build tests there is this error when creating the env view, from the add_files_to_view()
defined in the llvm
package:
==> Error: add_files_to_view() got an unexpected keyword argument 'skip_if_exists'
The skip_if_exists
keyword has been there for a long time, before Spack v0.18.0, and the method def was fixed in the ebrains repo, until I copied your llvm spack package last week.
getting rid of the error is easy, I just wanted to ask, since this can't have worked (for you) since spack v0.18.0, maybe it's not really needed?
Merge request reports
Activity
Filter activity
This was originally about having a racy creation of
libgomp.so
… if there's no warning about this file when creating a view → problem gone, I guess.(But I'm not sure how this worked then for our BSS spack build… maybe @jkaiser or @pspilger?)
Edited by Eric Mülleradded 1 commit
- 88788778 - fix(llvm): custom add_files_to_view() no longer needed
mentioned in commit bf9069ba
Please register or sign in to reply