public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastien Fabbro (bicatali)" <bicatali@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/cblas-reference: cblas-reference-20030223-r4.ebuild ChangeLog
Date: Mon, 12 Nov 2007 17:04:39 +0000	[thread overview]
Message-ID: <E1IrciF-0008IV-3b@stork.gentoo.org> (raw)

bicatali    07/11/12 17:04:39

  Modified:             cblas-reference-20030223-r4.ebuild ChangeLog
  Log:
  Changed autotools version to 2.59 on patch, and added acx_blas.m4. Use pkg-config system for blas dependencies.
  (Portage version: 2.1.3.16)

Revision  Changes    Path
1.11                 sci-libs/cblas-reference/cblas-reference-20030223-r4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cblas-reference/cblas-reference-20030223-r4.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cblas-reference/cblas-reference-20030223-r4.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cblas-reference/cblas-reference-20030223-r4.ebuild?r1=1.10&r2=1.11

Index: cblas-reference-20030223-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/cblas-reference/cblas-reference-20030223-r4.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- cblas-reference-20030223-r4.ebuild	22 Oct 2007 19:01:10 -0000	1.10
+++ cblas-reference-20030223-r4.ebuild	12 Nov 2007 17:04:38 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cblas-reference/cblas-reference-20030223-r4.ebuild,v 1.10 2007/10/22 19:01:10 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cblas-reference/cblas-reference-20030223-r4.ebuild,v 1.11 2007/11/12 17:04:38 bicatali Exp $
 
 inherit autotools eutils fortran multilib
 
@@ -33,6 +33,7 @@
 src_compile() {
 	econf \
 		--libdir=/usr/$(get_libdir)/blas/reference \
+		--with-blas="$(pkg-config --libs blas)" \
 		|| die "econf failed"
 	emake || die "emake failed"
 }



1.30                 sci-libs/cblas-reference/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cblas-reference/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cblas-reference/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cblas-reference/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/cblas-reference/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	26 Oct 2007 13:35:37 -0000	1.29
+++ ChangeLog	12 Nov 2007 17:04:38 -0000	1.30
@@ -1,6 +1,12 @@
 # ChangeLog for sci-libs/cblas-reference
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cblas-reference/ChangeLog,v 1.29 2007/10/26 13:35:37 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cblas-reference/ChangeLog,v 1.30 2007/11/12 17:04:38 bicatali Exp $
+
+  12 Nov 2007; Sébastien Fabbro <bicatali@gentoo.org>
+  files/cblas-reference-20030223-autotool.patch,
+  cblas-reference-20030223-r4.ebuild:
+  Changed autotools version to 2.59 on patch, and added acx_blas.m4. Use
+  pkg-config system for blas dependencies.
 
   22 Oct 2007; Jeroen Roovers <jer@gentoo.org>
   cblas-reference-20030223-r4.ebuild:



-- 
gentoo-commits@gentoo.org mailing list



             reply	other threads:[~2007-11-12 17:04 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-12 17:04 Sebastien Fabbro (bicatali) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-04-21 14:54 [gentoo-commits] gentoo-x86 commit in sci-libs/cblas-reference: cblas-reference-20030223-r4.ebuild ChangeLog Sebastien Fabbro (bicatali)
2007-12-19 14:47 Justin Bronder (jsbronder)
2007-10-22 19:01 Jeroen Roovers (jer)
2007-10-11 16:51 Sebastien Fabbro (bicatali)
2007-10-08 18:30 Markus Rothe (corsair)
2007-09-28 16:47 Gysbert Wassenaar (nixnut)
2007-09-26 14:27 Raul Porcel (armin76)
2007-09-13 19:03 Christian Faulhammer (opfer)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1IrciF-0008IV-3b@stork.gentoo.org \
    --to=bicatali@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox