Re: [easybuild] Install extensions to already installed package

2014-12-03 Thread Backeljauw Franky
I didn’t know about this, thanks!
I’ll give it a try…

— Franky



> Op 2-dec.-2014, om 16:00 heeft Jens Timmerman  het 
> volgende geschreven:
> 
> 
> On 02/12/14 15:09, Ward Poelmans wrote:
>> On Tue, Dec 2, 2014 at 3:04 PM, Backeljauw Franky
>>  wrote:
>>> Just a small question: is it possible to install extensions to a package 
>>> instead of using a separate easyconfig-file?
>>> E.g., I want to install some extra python modules to an already install 
>>> Python installation where these modules did not appear in the extensions 
>>> list when Python was installed using EasyBuild…
>> Just add them to the existing Python easyconfig and use the --skip
>> option. This will only install the newly added extensions.
>> 
>> Ward
> 
> You will probably also need the --force option.
> 
> Jens



Re: [easybuild] Install extensions to already installed package

2014-12-02 Thread Jens Timmerman


On 02/12/14 15:09, Ward Poelmans wrote:

On Tue, Dec 2, 2014 at 3:04 PM, Backeljauw Franky
 wrote:

Just a small question: is it possible to install extensions to a package 
instead of using a separate easyconfig-file?
E.g., I want to install some extra python modules to an already install Python 
installation where these modules did not appear in the extensions list when 
Python was installed using EasyBuild…

Just add them to the existing Python easyconfig and use the --skip
option. This will only install the newly added extensions.

Ward


You will probably also need the --force option.

Jens


Re: [easybuild] Install extensions to already installed package

2014-12-02 Thread Ward Poelmans
On Tue, Dec 2, 2014 at 3:04 PM, Backeljauw Franky
 wrote:
>
> Just a small question: is it possible to install extensions to a package 
> instead of using a separate easyconfig-file?
> E.g., I want to install some extra python modules to an already install 
> Python installation where these modules did not appear in the extensions list 
> when Python was installed using EasyBuild…

Just add them to the existing Python easyconfig and use the --skip
option. This will only install the newly added extensions.

Ward