[SciPy-dev] Absoft and current versions
Stephen Walton
stephen.walton at csun.edu
Wed Sep 21 11:57:26 CDT 2005
Pearu Peterson wrote:
> python setup.py config_fc --fcompiler=g95 build # uses g95 compiler
>
> python setup.py config_fc --fcompiler=intel build # fails with 'ifc:
> command not found' because I don't have intel compiler installed at
> the moment
>
>
> So, in my system everything behaves normally. Could you send me the
> full output (both stdout and stderr) from your build command?
Ah HA! I apologize for incomplete information. It turns out that
python setup.py config_fc --fcompiler=intel build
uses the Intel compiler here too, but replace "build" with "bdist_rpm"
and it always uses g77.
Steve
More information about the Scipy-dev
mailing list