[Numpy-discussion] problem compiling v.1.0.3 on a Mac

Mathew mathewww at charter.net
Sun Jul 1 19:49:42 EDT 2007


John Cartwright wrote:
> I tried to send that last night, but the message was so large that  
> it's waiting for approval.  Here's the first part of the output:
>   
Same for me. Here is the beginning of mine
Running from numpy source directory.
F2PY Version 2_3875
blas_opt_info:
blas_mkl_info:
( library_dirs = /u/vento0/myeates/lib )
( include_dirs = /u/vento0/myeates/include )
(paths: )
(paths: )
(paths: )
(paths: )
(paths: )
(paths: )
  libraries mkl,vml,guide not found in /u/vento0/myeates/lib
  NOT AVAILABLE

atlas_blas_threads_info:
Setting PTATLAS=ATLAS
( library_dirs = /u/vento0/myeates/lib )
(paths: )
(paths: )
(paths: /u/vento0/myeates/lib/libptf77blas.a)
(paths: )
(paths: /u/vento0/myeates/lib/libptcblas.a)
(paths: )
(paths: /u/vento0/myeates/lib/libatlas.a)
Setting PTATLAS=ATLAS
( include_dirs = /u/vento0/myeates/include )
(paths: /u/vento0/myeates/include/atlas)
(paths: /u/vento0/myeates/include/cblas.h)
Setting PTATLAS=ATLAS
( library_dirs = /u/vento0/myeates/lib )
(paths: )
  FOUND:
    libraries = ['ptf77blas', 'ptcblas', 'atlas']
    library_dirs = ['/u/vento0/myeates/lib']
    language = c
    include_dirs = ['/u/vento0/myeates/include']

new_compiler returns distutils.unixccompiler.UnixCCompiler
customize GnuFCompiler
find_executable('gfortran')
Found executable /u/vento0/myeates/bin/gfortran
gnu: no Fortran 90 compiler found
find_executable('g77')
Found executable /usr/bin/g77
gnu: no Fortran 90 compiler found
exec_command('/u/vento0/myeates/bin/gfortran --version',)
Retaining cwd: /u/vento0/myeates/numpy
_preserve_environment([])
_update_environment(...)
_exec_command_posix(...)
Running os.system('( /u/vento0/myeates/bin/gfortran --version ; echo $? 
 > /u/vento0/myeates/tmp/tmpLMMu5C/H-vRSk ) > 
/u/vento0/myeates/tmp/tmpLMMu5C/Yd7QL7 2>&1')
_update_environment(...)
exec_command(['gfortran', '-g', '-Wall', '-fno-second-underscore', 
'-fPIC', '-O2', '-funroll-loops', '-print-libgcc-file-name'],)
Retaining cwd: /u/vento0/myeates/numpy
_preserve_environment([])
_update_environment(...)
_exec_command_posix(...)



More information about the NumPy-Discussion mailing list