[easybuild] Binary of a python package

2015-06-23 Thread Stolpe, Oliver
Hello list, I wrote an easyconfig file to install a python package. The installation is successful besides the fact that easybuild throws away the binary that is generated (or main entrance point for the standalone). When I install the software on my machine with python setup.py build/install -

Re: [easybuild] Binary of a python package

2015-06-23 Thread Niek de Klein
HI Oliver, You can try the parameter executables and files_to_copy, like so: executables = ['binary_file_name'] files_to_copy = [(executables, 'bin')] Cheers, Niek On Tue, Jun 23, 2015 at 5:29 PM, Stolpe, Oliver wrote: > Hello list, > > I wrote an easyconfig file to install a python package.

Re: [easybuild] Binary of a python package

2015-06-23 Thread Pablo Escobar Lopez
Hi Oliver, I tried to install that software doing "python setup.py install --user" and I cannot find anything in ~/.local/bin . I only get files in ~/.local/lib/python2.7/site-packages/ which is what easybuild is doing and then setting up PYTHONPATH in the modulefile, so when I load the misopy mo

Re: [easybuild] Binary of a python package

2015-06-23 Thread Kenneth Hoste
Hi Oliver, (you're not subscribed to this mailing list with the email address you used, but I did accept your mail since you're subscribed with another mail address and this is clearly a useful post; I added that in CC just to make sure you get this) On 23/06/15 17:29, Stolpe, Oliver wrote:

RE: [easybuild] Binary of a python package

2015-06-24 Thread Stolpe, Oliver
the error occurs I will contribute when I got this issue solved. Oliver From: Kenneth Hoste [kenneth.ho...@ugent.be] Sent: Tuesday, June 23, 2015 8:42 PM To: easybuild@lists.ugent.be Cc: Stolpe, Oliver Subject: Re: [easybuild] Binary of a python package