[SciPy-dev] Re: Help with error

Travis Oliphant oliphant at ee.byu.edu
Thu Sep 29 19:21:18 EDT 2005


Pearu Peterson wrote:

>
>
> On Thu, 29 Sep 2005, Fernando Perez wrote:
>
>> Travis Oliphant wrote:
>>
>>> Can anybody with experience on building RPMS help me.
>>>
>>> I tried bdist_rpm, but get the following error:
>>>
>>>
>>> error: Installed (but unpackaged) file(s) found:
>>>    /usr/lib/python2.4/site-packages/atlas_version.so
>>>
>>>
>>> RPM build errors:
>>>     Installed (but unpackaged) file(s) found:
>>>    /usr/lib/python2.4/site-packages/atlas_version.so
>>> error: command 'rpmbuild' failed with exit status 1
>>>
>>>
>>> I don't know how to get rpm to package this file
>>
>>
>> Pearu mentioned he'd commit some fixes.  Please holler after he does 
>> so: if the problem persists after his fixes, I'll have a look as well.
>
>
> Have commited my patches --- now f2py2e installs as scipy.f2py, 
> setup.py files are updated/fixed to the latest features in 
> scipy.distutils, etc.
>
> On my debian box newcore build/install/bdist_rpm commands work ok, 
> though on RH based systems bdist_rpm may behave differently.
> I haven't tested newcore on windows yet.

I was having trouble linking against the ATLAS library before.

Also, when blas is detected but cblas.h is not found problems follow.  
Should we just include cblas.h with dotblas -- that's the only thing 
that uses it...

-Travis





More information about the SciPy-Dev mailing list