Hi Jens,

Op 30-apr.-2015, om 09:53 heeft Jens Timmerman 
<[email protected]<mailto:[email protected]>> het volgende 
geschreven:

On 29/04/15 17:15, Backeljauw Franky wrote:

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']
]

This last construction worked:

patches = [‘build.conf’,’./‘]

— Thanks,

Franky


Reply via email to