[Pkg-scicomp-devel] Bug#571322: closed by Sylvestre Ledru <sylvestre at debian.org> (Bug#571322: fixed in atlas 3.8.3-10)

Adrian Benson adrian.m.benson at gmail.com
Thu Mar 4 03:26:24 UTC 2010


Hi Sylvestre

Had issues with the cpufreqtest

* sh didn't like the for loop syntax - too bashtastic I am guessing.
      In the attached patch I have changed it to a while loop which works

* the test for cupfrequitils failed because the command output got in 
the way
          test $$(cpufreq-info -p; echo $$?) ...
   changed it to:
          test $$(cpufreq-info -p > /dev/null; echo $$?) ...

I had a think about how you could skip the test if necessary. I added a 
couple of new rules
so that it works a such:

custom: custom-cpufreq custom-stamp
      test then build

custom-nocpufreqtest: custom-stamp
      bypass test and build

custom-cpufreqtest:
      moved the test here

custom-stamp:
      run build


Do you need me to put this through as a bug report?

Adrian



On 03/03/10 20:39, Debian Bug Tracking System wrote:
> This is an automatic notification regarding your Bug report
> which was filed against the atlas package:
>
> #571322: [atlas] custom build improvements
>
> It has been closed by Sylvestre Ledru<sylvestre at debian.org>.
>
> Their explanation is attached below along with your original report.
> If this explanation is unsatisfactory and you have not received a
> better one in a separate message then please contact Sylvestre Ledru<sylvestre at debian.org>  by
> replying to this email.
>
>
>

-------------- next part --------------
A non-text attachment was scrubbed...
Name: atlas_rules.patch
Type: text/x-patch
Size: 3078 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-scicomp-devel/attachments/20100304/2d794e18/attachment-0001.bin>


More information about the Pkg-scicomp-devel mailing list