aboutsummaryrefslogtreecommitdiff
blob: afc92f521c2dea3bf77c6f2c3cf298bd20f66a82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# ChangeLog for sys-cluster/hpl
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Id$

  27 Nov 2013; Andrew Savchenko <bircoph@gmail.com> hpl-2.1.ebuild:
  Fix build failure with MKL used for blas and lapack

  Ebuild stripped -L$path and -l from pkg-config output for blas and
  lapack. This works fine for atlas, gotoblas2, openblas, eigen or reference
  implementations — for all those installing libraries directly to
  /usr/lib/. But MKL is different and is installed to /opt/...
  outside of gcc default library path. That's why build with MKL
  failed and is fixed now. (I also checked that other implementations
  build fine.)

  I have no idea why -L$path and -l were stripped originally,
  probably because they may contain coma symbols which will broke
  original sed script. This is fixed by switching to another sed
  delimiter sign.

*hpl-2.1 (29 Jun 2013)

  29 Jun 2013; Andrew Savchenko <bircoph@gmail.com> +hpl-2.1.ebuild:
  Version bump.
  Fix bug 452984 (use system CFLAGS).
  Install HPL.dat properly.
  Import ebuild improvements from portage.

  03 Mar 2013; Justin Lecher <jlec@gentoo.org> hpl-2.0-r1.ebuild:
  Sort *DEPEND correctly

  21 Feb 2013; Justin Lecher <jlec@gentoo.org> hpl-2.0-r1.ebuild, metadata.xml:
  Use tc-getPKG_CONFIG from toolchain-funcs.eclass instead of plain pkg-config;
  add missing dep on virtual/pkgconfig

  01 Feb 2011; Justin Bronder <jsbronder@gentoo.org> hpl-2.0-r1.ebuild:
  Bump EAPI thanks to scarabeus.

*hpl-2.0-r1 (01 Feb 2011)

  01 Feb 2011; Justin Bronder <jsbronder@gentoo.org> -hpl-2.0.ebuild,
  +hpl-2.0-r1.ebuild, metadata.xml:
  Fix SRC_URI and general cleanup

  13 Sep 2010; Justin Bronder <jsbronder@gentoo.org> hpl-2.0.ebuild:
  Respect LDFLAGS #336969.

  13 Jun 2009; Justin Bronder <jsbronder@gentoo.org> -hpl-1.0-r3.ebuild:
  Remove old sys-cluster/hpl version.

*hpl-2.0 (13 Jun 2009)

  13 Jun 2009; Justin Bronder <jsbronder@gentoo.org> +hpl-2.0.ebuild:
  Sync hpl with gentoo-cvs