Re: [easybuild] Sending text to the command line during installation

2015-06-11 Thread Niek de Klein
Thanks Ward and Kenneth, enough options to use Niek On Thu, Jun 11, 2015 at 10:39 AM, Kenneth Hoste wrote: > Hi Niek, > > > On 11/06/15 10:31, Niek de Klein wrote: > >> Hi all, >> >> I'm trying to write an .eb file for Anacona, which has a binary file >> installer.

Re: [easybuild] Sending text to the command line during installation

2015-06-11 Thread Kenneth Hoste
Hi Niek, On 11/06/15 10:31, Niek de Klein wrote: Hi all, I'm trying to write an .eb file for Anacona, which has a binary file installer. During installation you have to send to the command line: , yes, path/to/install/. I use easyblock = 'Binary'. The first two steps (pressing enter and

Re: [easybuild] Sending text to the command line during installation

2015-06-11 Thread Ward Poelmans
Hi Niek, We have support for installing software through a question/answer system. But you will need a custom easyblock for it. For example, take a look at the Mathematica easyblock: https://github.com/hpcugent/easybuild-easyblocks/blob/master/easybuild/easyblocks/m/mathematica.py The install

[easybuild] Sending text to the command line during installation

2015-06-11 Thread Niek de Klein
Hi all, I'm trying to write an .eb file for Anacona, which has a binary file installer. During installation you have to send to the command line: , yes, path/to/install/. I use easyblock = 'Binary'. The first two steps (pressing enter and saying yes) I can do by using install_cmd = 'sh