[SciPy-dev] Now new svn of numpy is ready

Fernando Perez Fernando.Perez at colorado.edu
Wed Jan 4 22:34:07 EST 2006


Fernando Perez wrote:

> On to testing scipy... (and happy from not having to say 'scipy full' :)

Which currently doesn't build:

[...]

copying Lib/weave/base_info.py -> build/lib.linux-i686-2.3/scipy/weave
running build_clib
customize UnixCCompiler
customize UnixCCompiler using build_clib
customize GnuFCompiler
customize GnuFCompiler
customize GnuFCompiler using build_clib
building 'dfftpack' library
compiling Fortran sources
Traceback (most recent call last):
   File "setup.py", line 42, in ?
     setup_package()
   File "setup.py", line 35, in setup_package
     setup( **config.todict() )
   File 
"/home/fperez/usr/local/lib/python2.3/site-packages/numpy/distutils/core.py", 
line 93, in setup
     return old_setup(**new_attr)
   File "/usr/lib/python2.3/distutils/core.py", line 149, in setup
     dist.run_commands()
   File "/usr/lib/python2.3/distutils/dist.py", line 907, in run_commands
     self.run_command(cmd)
   File "/usr/lib/python2.3/distutils/dist.py", line 927, in run_command
     cmd_obj.run()
   File "/usr/lib/python2.3/distutils/command/build.py", line 107, in run
     self.run_command(cmd_name)
   File "/usr/lib/python2.3/distutils/cmd.py", line 333, in run_command
     self.distribution.run_command(command)
   File "/usr/lib/python2.3/distutils/dist.py", line 927, in run_command
     cmd_obj.run()
   File 
"/home/fperez/usr/local/lib/python2.3/site-packages/numpy/distutils/command/build_clib.py", 
line 88, in run
     self.build_libraries(self.libraries)
   File 
"/home/fperez/usr/local/lib/python2.3/site-packages/numpy/distutils/command/build_clib.py", 
line 171, in build_libraries
     extra_postargs=[])
   File "/usr/lib/python2.3/site-packages/scipy_distutils/ccompiler.py", line 
81, in CCompiler_compile
     ccomp = self.compiler_so
AttributeError: GnuFCompiler instance has no attribute 'compiler_so'
removed Lib/__svn_version__.py
removed Lib/__svn_version__.pyc


=========================

Should we expect this to work, or should we wait for a while while the repo 
gets reorganized?  I'm willing to do testing and report back, but there's no 
point if you are in the middle of things and this becomes just noise.  Just 
let me know...

Best,

f




More information about the SciPy-Dev mailing list