[Numpy-discussion] building fc6 rpm of numpy

2006-11-08 Thread Vincent Broman
Building an rpm of numpy-1.0.1.dev3432-1 on fedora core 6 is failing for me. With either python-2.4.3 or 2.4.4 I try python setup.py bdist_rpm inside the source directory, and everything seems to go well except for many File listed twice messages for all kinds of files, and then at the end there

Re: [Numpy-discussion] building fc6 rpm of numpy

2006-11-08 Thread Albert Strasheim
Howdy On Wed, 08 Nov 2006, Vincent Broman wrote: Building an rpm of numpy-1.0.1.dev3432-1 on fedora core 6 is failing for me. With either python-2.4.3 or 2.4.4 I try python setup.py bdist_rpm inside the source directory, and everything seems to go well except for many File listed twice

Re: [Numpy-discussion] building fc6 rpm of numpy

2006-11-08 Thread Albert Strasheim
Argh, On Thu, 09 Nov 2006, Albert Strasheim wrote: %_unpackaged_files_terminate_build 1 Cut and paste error. Make that %_unpackaged_files_terminate_build 0 Cheers, Albert - Using Tomcat but need to do more? Need to

Re: [Numpy-discussion] building fc6 rpm of numpy

2006-11-08 Thread Neal Becker
Try the enclosed spec file. Also, you can use the one from Fedora devel (I think the one I enclosed is the same).%{!?python_sitearch: %define python_sitearch %(%{__python} -c from distutils.sysconfig import get_python_lib; print get_python_lib(1))} # eval to 2.3 if python isn't yet present,