public inbox for gentoo-science@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-science] blas/lapack stuff
@ 2011-10-11  4:42 Andrey G. Grozin
  2011-10-11  7:43 ` Andrea Arteaga
  2011-10-11  9:25 ` My Th
  0 siblings, 2 replies; 24+ messages in thread
From: Andrey G. Grozin @ 2011-10-11  4:42 UTC (permalink / raw
  To: gentoo-science

Hello *,

I use the science overlay, and for quite some time I have problems with 
blas/lapack. Each attempt to emerge -uD @world produces something like

================================================================================
[blocks B      ] app-admin/eselect-blas ("app-admin/eselect-blas" is 
blocking sci-libs/lapack-reference-3.3.1-r1, sci-libs/gsl-1.15-r1, 
sci-libs/blas-reference-20110418)
[blocks B      ] app-admin/eselect-cblas ("app-admin/eselect-cblas" is 
blocking sci-libs/lapack-reference-3.3.1-r1, sci-libs/gsl-1.15-r1, 
sci-libs/blas-reference-20110418)
[blocks B      ] app-admin/eselect-lapack ("app-admin/eselect-lapack" is 
blocking sci-libs/lapack-reference-3.3.1-r1, sci-libs/gsl-1.15-r1, 
sci-libs/blas-reference-20110418)

Total: 21 packages (21 upgrades), Size of downloads: 19,795 kB
Conflict: 4 blocks (3 unsatisfied)
Portage tree and overlays:
  [0] /usr/portage
  [1] /var/lib/layman/science

  * Error: The above package list contains packages which cannot be
  * installed at the same time on the same system.

   (sci-libs/lapack-reference-3.3.1-r1::science, ebuild scheduled for 
merge) pulled in by
     >=sci-libs/lapack-reference-3.3 required by 
(virtual/lapack-3.3::science, ebuild scheduled for merge)

   (app-admin/eselect-cblas-0.1::gentoo, installed) pulled in by
     app-admin/eselect-cblas required by 
(sci-libs/blas-atlas-3.9.23-r4::gentoo, installed)

   (sci-libs/blas-reference-20110418::science, ebuild scheduled for merge) 
pulled in by
     >=sci-libs/blas-reference-20110417 required by 
(virtual/blas-2.1::science, ebuild scheduled for merge)

   (app-admin/eselect-blas-0.1::gentoo, installed) pulled in by
     app-admin/eselect-blas required by 
(sci-libs/blas-atlas-3.9.23-r4::gentoo, installed)

   (sci-libs/gsl-1.15-r1::science, ebuild scheduled for merge) pulled in by
     sci-libs/gsl required by (sci-mathematics/giac-0.9.3::grozin, 
installed)
     sci-libs/gsl required by (sci-libs/mathgl-1.11.2::gentoo, installed)
     sci-libs/gsl required by (sci-libs/tamu_anova-0.2.1::gentoo, 
installed)
     sci-libs/gsl required by (sci-visualization/qtiplot-0.9.8.8::gentoo, 
installed)
     sci-libs/gsl required by (media-gfx/asymptote-2.13::grozin, installed)
     sci-libs/gsl required by (media-gfx/inkscape-0.48.2::gentoo, 
installed)
     sci-libs/gsl required by (app-office/kspread-2.3.3::gentoo, installed)
     >=sci-libs/gsl-1.10 required by 
(sci-visualization/pyxplot-0.8.4::gentoo, installed)
     >=sci-libs/gsl-1.14-r2 required by (virtual/cblas-2.0::science, ebuild 
scheduled for merge)

   (app-admin/eselect-lapack-0.1::gentoo, installed) pulled in by
     app-admin/eselect-lapack required by 
(sci-libs/lapack-atlas-3.9.23-r3::gentoo, installed)
================================================================================
Any ideas?

Andrey



^ permalink raw reply	[flat|nested] 24+ messages in thread
* Re: [gentoo-science] sci-mathematics/reduce on amd64 (fwd)
@ 2011-12-21 14:03 Andrey G. Grozin
  2011-12-21 15:30 ` Kacper Kowalik
  0 siblings, 1 reply; 24+ messages in thread
From: Andrey G. Grozin @ 2011-12-21 14:03 UTC (permalink / raw
  To: gentoo-science

On Wed, 21 Dec 2011, Kacper Kowalik wrote:
>> Could somebody with amd64 check if sci-mathematics/reduce-20110414
>> compiles on this arch? You'll have to keyword it. Upstream says it
>> should compile.
> 
> It does and passes test suite. Though it doesn't respect libdir:
> 
> /dev/shm/portage/sci-mathematics/reduce-20110414/image/usr/lib/reduce/reduce.fonts/README
> 
> Judging by the content it shouldn't be libdir in the first place, rather
> /usr/share...
Many thanks for checking.

csl-based reduce, and csl, are really strange. reduce is a compiled binary, and 
it needs to have reduce.img *in the same directory* (same for csl). Both of 
them also want to see reduce.doc and reduce.fonts also in the same directory, 
if they are started in the gui mode (in the command-line mode reduce.fonts and 
reduce.doc are not needed). So, all these files and directories should be 
together somewhere. And not in /usr/share, because reduce is a binary, and 
reduce.img is also processor-dependent, as far as I know. So, I choose 
/usr/lib/reduce; do you have better suggestions? Should it be 
/usr/lib64/reduce on amd64?

Moreover, symlinking /usr/lib/reduce -> /usr/bin/redcsl does not work: the 
program tries to find reduce.img in /usr/bin, and fails. The only way I've 
found is a 2-line script in /usr/bin which execs /usr/lib/reduce/reduce.

Thanks again,
Andrey



^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2012-10-27 21:02 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-11  4:42 [gentoo-science] blas/lapack stuff Andrey G. Grozin
2011-10-11  7:43 ` Andrea Arteaga
2011-12-21 10:39   ` [gentoo-science] sci-mathematics/reduce on amd64 Andrey G. Grozin
2011-12-21 11:01     ` Kacper Kowalik
2011-12-21 11:13       ` Miguel de Val-Borro
2011-12-21 13:53         ` Andrey G. Grozin
2011-12-21 14:24           ` Burcin Erocal
2011-12-21 14:57             ` Andrey G. Grozin
2011-12-21 14:35         ` Christopher Schwan
2012-09-26  3:09   ` [gentoo-science] blas/lapack stuff Andrey G. Grozin
2012-09-26  5:52     ` Kacper Kowalik
2012-09-26 11:20       ` Francois Bissey
2012-09-26 14:09         ` Sébastien Fabbro
2012-10-10 12:28           ` denis cohen
2012-10-10 15:10             ` justin
2012-10-26 21:53               ` Thomas Kahle
2012-10-27  8:50                 ` Francois Bissey
2012-10-27 17:42                   ` Thomas Kahle
2012-10-27 18:27                     ` Francois Bissey
2011-10-11  9:25 ` My Th
  -- strict thread matches above, loose matches on Subject: below --
2011-12-21 14:03 [gentoo-science] sci-mathematics/reduce on amd64 (fwd) Andrey G. Grozin
2011-12-21 15:30 ` Kacper Kowalik
2011-12-22 12:26   ` [gentoo-science] sci-mathematics/reduce on amd64 Andrey G. Grozin
2011-12-22 15:36     ` Honza Macháček
2011-12-22 16:31     ` Miguel de Val-Borro
2011-12-23 16:24       ` Andrey G. Grozin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox