On Fri, Jan 9, 2009 at 02:31, Stéfan van der Walt <ste...@sun.ac.za> wrote:
> 2009/1/9 David Cournapeau <da...@ar.media.kyoto-u.ac.jp>:
>>> What do you suggest as workarounds?
>>
>> What about not using tests which need to run on the target platform :)
>
> Let me simplify the question.  How do you detect the version of the
> local Fortran compiler without executing the compiler?

try_run() is not the right thing to call for such a purpose. Use
FCompiler.get_version().

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
  -- Umberto Eco
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to