On 2/6/20 9:29 AM, Kenneth Hoste wrote:
> Dear Loris,
> 
> On 04/02/2020 08:39, Loris Bennett wrote:
>> Hi,
>>
>> I am still struggling with CPLEX.  I have added a missing entry to
>> qanda, which seems to get me through the pre-install dialog.
>>
>> What I am not sure about is the how noqanda works.  Currently I have,
>> unchanged from the original easyblock:
>>
>>    noqanda = [r'Installing\.\.\..*\n.*------.*\n\n.*============.*\n.*$']
> 
> noqanda is a list of patterns for output lines that stay in place for a
> while, but are not questions waiting for an answer.
> 
>>
>> The output from the installer, however, contains lines like
>>
>>    [----------|----------|---------- >
>> How should I deal with this?
> 
> You'll need to escape the '[', ']' and '|', so try this:
> 
> noqanda = [
>     r'Installing\.\.\..*\n.*------.*\n\n.*============.*\n.*$',
>     r'\[[-\|]*\]',
> ]

Does he? The .*------.*\n should cover that...

-- 
Ake Sandgren, HPC2N, Umea University, S-90187 Umea, Sweden
Internet: [email protected]   Phone: +46 90 7866134 Fax: +46 90-580 14
Mobile: +46 70 7716134 WWW: http://www.hpc2n.umu.se

Reply via email to