On 22.10.2009, at 12:38, Robin wrote:

On Thu, Oct 22, 2009 at 8:55 AM, Jochen Küpper
<kuepper.joc...@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.

Me too

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.

Actually, I don't have ATLAS installed, so that's the difference...

I wonder if something has changed
recently to stop building against veclib.

Shall I open a ticket?

yes


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

_______________________________________________
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Reply via email to