Adopt shebang lines because of build errors#570
Adopt shebang lines because of build errors#570skriesch wants to merge 1 commit intoRRZE-HPC:masterfrom
Conversation
|
Thanks for PR. I'm not sure whether this should be "fixed" globally or applied separately as patch when creating RPMs. On HPC systems with Can you please put it in the |
|
I expect also, that Perl and Python should be available by default on such systems. I can use sed for fixing the problem with perl and try the python-rpm-macros packages for referencing the interpreter to Python3. |
Signed-off-by: Sarah Julia Kriesch <sarah.j.kriesch@fau.de>
|
Thanks for fixing it in the spec file. There should be a macro for You can pass arguments to the interpreter through env: For more info, see here |
The rpm runtime does not like the syntax of some shebang lines in the code. We are receiving error messages:
Therefore, I have adopted the referenced files as the rpm runtime (in the openSUSE Build Service) is suggesting for more successful builds in the future.