Hi
On 29/04/15 17:15, Backeljauw Franky wrote:
Hello,
I have a small question: after unpacking a tar-file of a PythonPackage, I need
to add a file to its directory before starting the build process.
How can I do that with EasyBuild?
I tried with a patch as in “diff -ru -NB” but that tells me it cannot determine
the patch level…
Any ideas?
I've seen Kenneth do it like this
patches = [
'somepatch,patch',
['filetocopy', 'directory to copy it to, e.g, ./somedir']
]
— Many thanks for your reply,
Franky
Regards,
Jens Timmerman