Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (0798a187711598285356892bf76275c46ba2a7b0)
  • Date: Tue, 28 Dec 2010 13:00:19 +0100

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
>




Archive powered by MHonArc 2.6.24.

Top of Page