numscons 0.9.4 not working with numpy 1.3 and Intel compiler 10.1

Bug #381589 reported by Matthieu Brucher
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
numscons
New
Undecided
Unassigned

Bug Description

Hi David,

I've tested numscons, but I couldn't get it to work :|
I got the same problem with the Fortran compiler as with numpy (it cannot pickup ifort for F90 or F95), but more important, it couldn't compile the core:

running build_ext
customize UnixCCompiler
customize UnixCCompiler using build_ext
running scons
customize UnixCCompiler
Found executable /appli/intel/10.1.018/intel64/cce/bin/icc
customize GnuFCompiler
Found executable /appli/intel/10.1.018/intel64/fce/bin/ifort
gnu: no Fortran 90 compiler found
Found executable /usr/bin/g77
gnu: no Fortran 90 compiler found
customize IntelFCompiler
customize LaheyFCompiler
Could not locate executable lf95
customize PGroupFCompiler
Could not locate executable pgf90
customize AbsoftFCompiler
customize NAGFCompiler
customize VastFCompiler
customize GnuFCompiler
gnu: no Fortran 90 compiler found
gnu: no Fortran 90 compiler found
customize CompaqFCompiler
customize IntelItaniumFCompiler
customize IntelEM64TFCompiler
customize Gnu95FCompiler
Found executable /usr/bin/gfortran
customize G95FCompiler
don't know how to compile Fortran code on platform 'posix'
customize UnixCCompiler
customize UnixCCompiler using scons
Found executable /appli/intel/10.1.018/intel64/cce/bin/icpc
is bootstrapping ? True
Executing scons command (pkg is numpy.core): /data/pau112/INNO/local/x86_64_RH5/bin/python "/data/pau112/INNO/local/x86_64_RH5/lib/python2.5/site-packages/numscons/scons-local/scons.py" -f numpy/core/SConstruct -I. scons_tool_path="" src_dir="numpy/core" pkg_name="numpy.core" log_level=50 distutils_libdir="../../../../build/lib.linux-x86_64-2.5" cc_opt=icc cc_opt_path="/appli/intel/10.1.018/intel64/cce/bin" cxx_opt=icpc cxx_opt_path="/appli/intel/10.1.018/intel64/cce/bin" include_bootstrap=../../../../numpy/core/include silent=0 bootstrapping=1
scons: Reading SConscript files ...

scons: warning: Ignoring missing SConscript 'build/scons/numpy/core/SConscript'
File "/data/pau112/INNO/local/x86_64_RH5/lib/python2.5/site-packages/numscons/core/numpyenv.py", line 108, in DistutilsSConscript
scons: done reading SConscript files.
scons: Building targets ...
scons: *** [Errno 2] No such file or directory: 'numpy/core/../../build/scons/numpy/core/sconsign.dblite'
scons: building terminated because of errors.
error: Error while executing scons command. See above for more information.
If you think it is a problem in numscons, you can also try executing the scons
command with --log-level option for more detailed output of what numscons is
doing, for example --log-level=0; the lowest the level is, the more detailed
the output it.

I've checked the build folder, and there is no "scons" folder there :|

Additonally, I have CC defined to icc, CXX to icpc, FC and F77 to ifort. Python was compiled with this configuration.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.