py26-numpy with veclib

Robin robince at gmail.com
Thu Oct 22 03:38:43 PDT 2009


On Thu, Oct 22, 2009 at 8:55 AM, Jochen Küpper
<kuepper.jochen at googlemail.com> wrote:
> On 21.10.2009, at 23:39, Robin wrote:
>
>> Hi,
>>
>> Is it possible to build py26-numpy against veclib with macports?
>
> It does for me:
>
> This is actually for the default variants…
>

Ah, thanks. I wonder why it doesn't for me. I am using up to date
macports with snow leopard. For me the default variants leads to being
built with atlas. If I specify no_atlas variant then I get the no
external blas shown earlier. I wonder if something has changed
recently to stop building against veclib.

Shall I open a ticket?

In [4]: numpy.show_config()
atlas_threads_info:
    libraries = ['lapack', 'ptf77blas', 'ptcblas', 'atlas']
    library_dirs = ['/opt/local/lib']
    language = f77
    include_dirs = ['/opt/local/include']

blas_opt_info:
    libraries = ['ptf77blas', 'ptcblas', 'atlas']
    library_dirs = ['/opt/local/lib']
    define_macros = [('ATLAS_INFO', '"\\"3.8.3\\""')]
    language = c
    include_dirs = ['/opt/local/include']

atlas_blas_threads_info:
    libraries = ['ptf77blas', 'ptcblas', 'atlas']
    library_dirs = ['/opt/local/lib']
    language = c
    include_dirs = ['/opt/local/include']

lapack_opt_info:
    libraries = ['lapack', 'ptf77blas', 'ptcblas', 'atlas']
    library_dirs = ['/opt/local/lib']
    define_macros = [('ATLAS_INFO', '"\\"3.8.3\\""')]
    language = f77
    include_dirs = ['/opt/local/include']

lapack_mkl_info:
  NOT AVAILABLE

blas_mkl_info:
  NOT AVAILABLE

mkl_info:
  NOT AVAILABLE


More information about the macports-users mailing list