Re: [matplotlib-devel] numpy

2006-09-26 Thread John Hunter
> "Steven" == Steven Chaplin <[EMAIL PROTECTED]> writes:


Steven> Does mpl only work with specific versions of numpy?
Steven> Should mpl check for a required version and report an
Steven> error if its not there?

numpy has been a bit of a moving target of late, and typically the
latest release of mpl works with the latest release of numpy, and mpl
svn works with numpy svn, but you can't mix and match.  Hopefully this
will stabilize soon.

JDH

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


[matplotlib-devel] Can't build with Intel Compiler on Mac OS X

2006-09-26 Thread Boyd Waters
icpc -bundle -undefined dynamic_lookup build/temp.macosx-10.3- 
i386-2.5/src/_nc_transforms.o build/temp.macosx-10.3-i386-2.5/src/ 
mplutils.o build/temp.macosx-10.3-i386-2.5/CXX/cxx_extensions.o build/ 
temp.macosx-10.3-i386-2.5/CXX/cxxsupport.o build/temp.macosx-10.3- 
i386-2.5/CXX/IndirectPythonInterface.o build/temp.macosx-10.3- 
i386-2.5/CXX/cxxextensions.o -L/opt/local/lib -L/usr/lib -lstdc++ -lm  
-o build/lib.macosx-10.3-i386-2.5/matplotlib/_nc_transforms.so
ld: warning -prebind has no effect with -bundle

ld: multiple definitions of symbol  
__ZNSbItSt11char_traitsItESaItEE4_Rep20_S_empty_rep_storageE
build/temp.macosx-10.3-i386-2.5/src/_nc_transforms.o definition of  
__ZNSbItSt11char_traitsItESaItEE4_Rep20_S_empty_rep_storageE in  
section (__DATA,__bss)
build/temp.macosx-10.3-i386-2.5/CXX/cxx_extensions.o definition of  
__ZNSbItSt11char_traitsItESaItEE4_Rep20_S_empty_rep_storageE in  
section (__DATA,__bss)
build/temp.macosx-10.3-i386-2.5/CXX/cxxsupport.o definition of  
__ZNSbItSt11char_traitsItESaItEE4_Rep20_S_empty_rep_storageE in  
section (__DATA,__bss)
error: command 'icpc' failed with exit status 1

Warning: the following items did not execute (for py-matplotlib):  
com.apple.build
Error: Status 1 encountered during processing.

# echo __ZNSbItSt11char_traitsItESaItEE4_Rep20_S_empty_rep_storageE|c+ 
+filt


std::basic_string,  
std::allocator >::_Rep::_S_empty_rep_storage
is defined in

src/_nc_transforms.o
CXX/cxx_extensions.o
CXX/cxxsupport.o



What am I doing wrong?



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel