[SM-Commit] GIT changes to master grimoire by Florian Franzmann (0798a187711598285356892bf76275c46ba2a7b0)

Florian Franzmann siflfran at hawo.stw.uni-erlangen.de
Tue Dec 28 07:00:19 EST 2010


On Tue 2010-12-28 05:00:38 +0100, Ladislav Hagara wrote:
> 
> > GIT changes to master grimoire by Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>:
> > 
> >  python-pypi/numpy/DEPENDS |    3 ++-
> >  python-pypi/numpy/HISTORY |    3 +++
> >  2 files changed, 5 insertions(+), 1 deletion(-)
> > 
> > New commits:
> > commit 0798a187711598285356892bf76275c46ba2a7b0
> > Author: Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
> > Commit: Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
> > 
> >     python-pypi/numpy: added missing dependency on atlas
> > 
> > diff --git a/python-pypi/numpy/DEPENDS b/python-pypi/numpy/DEPENDS
> > index a86d429..972c272 100755
> > --- a/python-pypi/numpy/DEPENDS
> > +++ b/python-pypi/numpy/DEPENDS
> > @@ -1 +1,2 @@
> > -depends python
> > +depends python &&
> > +depends atlas
> > diff --git a/python-pypi/numpy/HISTORY b/python-pypi/numpy/HISTORY
> > index a4621b4..978a054 100644
> > --- a/python-pypi/numpy/HISTORY
> > +++ b/python-pypi/numpy/HISTORY
> > @@ -1,3 +1,6 @@
> > +2010-12-27 Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
> > +	* DEPENDS: added missing dependency on atlas
> > +
> 
> 
> 
> # gaze version numpy atlas
> Grimoire  Section      Spell  Grimoire Version  Installed Version
> --------  -------      -----  ----------------  -----------------
> test      python-pypi  numpy  1.5.1             1.5.1
> test      cluster      atlas  3.8.3             -
Interesting.
for i in $(gaze install numpy|grep so$); do readelf -d $i; done|grep NEEDED|sort|uniq

 0x00000001 (NEEDED)                     Shared library: [libatlas.so]
 0x00000001 (NEEDED)                     Shared library: [libc.so.6]
 0x00000001 (NEEDED)                     Shared library: [liblapack.so]
 0x00000001 (NEEDED)                     Shared library: [libm.so.6]
 0x00000001 (NEEDED)                     Shared library: [libptcblas.so]
 0x00000001 (NEEDED)                     Shared library: [libptf77blas.so]
 0x00000001 (NEEDED)                     Shared library: [libpthread.so.0]
 0x00000001 (NEEDED)                     Shared library: [libpython2.7.so.1.0]

gaze from /usr/lib/libptf77blas.so
atlas-3.8.3:/usr/lib/libptf77blas.so

I'll take a look at it...

Florian
> 
> # grep atlas /var/log/sorcery/activity
> #
> 
> 
> -- 
> Ladislav Hagara
> _______________________________________________
> SM-Commit mailing list
> SM-Commit at lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-commit
> 



More information about the SM-Commit mailing list