public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/octave: ChangeLog octave-3.2.0.ebuild
@ 2009-07-10 15:43 Markus Dittrich (markusle)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Dittrich (markusle) @ 2009-07-10 15:43 UTC (permalink / raw
  To: gentoo-commits

markusle    09/07/10 15:43:57

  Modified:             ChangeLog octave-3.2.0.ebuild
  Log:
  Added patch for to fix as-needed trouble related to missing pthread symbols (fixes bug #277068).
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.72                 sci-mathematics/octave/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/ChangeLog?r1=1.71&r2=1.72

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	8 Jul 2009 23:45:08 -0000	1.71
+++ ChangeLog	10 Jul 2009 15:43:57 -0000	1.72
@@ -1,6 +1,12 @@
 # ChangeLog for sci-mathematics/octave
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.71 2009/07/08 23:45:08 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.72 2009/07/10 15:43:57 markusle Exp $
+
+  10 Jul 2009; Markus Dittrich <markusle@gentoo.org> octave-3.2.0.ebuild,
+  +files/octave-3.2.0_as_needed.patch:
+  Added patch for to fix as-needed trouble related to missing pthread
+  symbols (fixes bug #277068). Thanks much to Martin Väth
+  <vaeth@mathematik.uni-wuerzburg.de> for the patch.
 
   08 Jul 2009; Markus Dittrich <markusle@gentoo.org>
   -files/octave-3.0.1-add_syspath.patch, -files/octave-3.0.1-chi2rnd.patch,



1.3                  sci-mathematics/octave/octave-3.2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/octave-3.2.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/octave-3.2.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/octave-3.2.0.ebuild?r1=1.2&r2=1.3

Index: octave-3.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- octave-3.2.0.ebuild	8 Jul 2009 23:45:08 -0000	1.2
+++ octave-3.2.0.ebuild	10 Jul 2009 15:43:57 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.0.ebuild,v 1.2 2009/07/08 23:45:08 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.0.ebuild,v 1.3 2009/07/10 15:43:57 markusle Exp $
 
 EAPI="2"
 inherit flag-o-matic fortran xemacs-elisp-common
@@ -45,6 +45,7 @@
 
 src_prepare() {
 	epatch "${FILESDIR}"/${P}_parallel_make.patch
+	epatch "${FILESDIR}"/${P}_as_needed.patch
 }
 
 src_compile() {






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

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/octave: ChangeLog octave-3.2.0.ebuild
@ 2009-07-10 16:18 Markus Dittrich (markusle)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Dittrich (markusle) @ 2009-07-10 16:18 UTC (permalink / raw
  To: gentoo-commits

markusle    09/07/10 16:18:49

  Modified:             ChangeLog octave-3.2.0.ebuild
  Log:
  Disable linking against arpack until it can be made a dependency (pending keywording on relevant arches). Also split off src_configure() according to EAPI2.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.73                 sci-mathematics/octave/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/ChangeLog?r1=1.72&r2=1.73

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog	10 Jul 2009 15:43:57 -0000	1.72
+++ ChangeLog	10 Jul 2009 16:18:49 -0000	1.73
@@ -1,6 +1,11 @@
 # ChangeLog for sci-mathematics/octave
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.72 2009/07/10 15:43:57 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.73 2009/07/10 16:18:49 markusle Exp $
+
+  10 Jul 2009; Markus Dittrich <markusle@gentoo.org> octave-3.2.0.ebuild:
+  Disable linking against arpack until it can be made a dependency
+  (pending keywording on relevant arches). Also split off src_configure()
+  according to EAPI2.
 
   10 Jul 2009; Markus Dittrich <markusle@gentoo.org> octave-3.2.0.ebuild,
   +files/octave-3.2.0_as_needed.patch:



1.4                  sci-mathematics/octave/octave-3.2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/octave-3.2.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/octave-3.2.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/octave-3.2.0.ebuild?r1=1.3&r2=1.4

Index: octave-3.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- octave-3.2.0.ebuild	10 Jul 2009 15:43:57 -0000	1.3
+++ octave-3.2.0.ebuild	10 Jul 2009 16:18:49 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.0.ebuild,v 1.3 2009/07/10 15:43:57 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.0.ebuild,v 1.4 2009/07/10 16:18:49 markusle Exp $
 
 EAPI="2"
 inherit flag-o-matic fortran xemacs-elisp-common
@@ -48,10 +48,11 @@
 	epatch "${FILESDIR}"/${P}_as_needed.patch
 }
 
-src_compile() {
+src_configure() {
 	econf \
 		--localstatedir=/var/state/octave \
 		--enable-shared \
+		--without-arpack \
 		--with-blas="$(pkg-config --libs blas)" \
 		--with-lapack="$(pkg-config --libs lapack)" \
 		$(use_with hdf5) \
@@ -64,7 +65,10 @@
 		$(use_with sparse cholmod) \
 		$(use_with sparse cxsparse) \
 		$(use_enable readline)
+}
 
+
+src_compile() {
 	emake || die "emake failed"
 
 	if use xemacs; then






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

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/octave: ChangeLog octave-3.2.0.ebuild
@ 2009-09-09  2:59 Markus Dittrich (markusle)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Dittrich (markusle) @ 2009-09-09  2:59 UTC (permalink / raw
  To: gentoo-commits

markusle    09/09/09 02:59:39

  Modified:             ChangeLog octave-3.2.0.ebuild
  Log:
  Fixed typo in dlmwrite (bug #283315).
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.74                 sci-mathematics/octave/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/ChangeLog?r1=1.73&r2=1.74

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog	10 Jul 2009 16:18:49 -0000	1.73
+++ ChangeLog	9 Sep 2009 02:59:39 -0000	1.74
@@ -1,6 +1,10 @@
 # ChangeLog for sci-mathematics/octave
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.73 2009/07/10 16:18:49 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.74 2009/09/09 02:59:39 markusle Exp $
+
+  09 Sep 2009; Markus Dittrich <markusle@gentoo.org> octave-3.2.0.ebuild,
+  +files/octave-3.2.0-dlmwrite.patch:
+  Fixed typo in dlmwrite (bug #283315).
 
   10 Jul 2009; Markus Dittrich <markusle@gentoo.org> octave-3.2.0.ebuild:
   Disable linking against arpack until it can be made a dependency



1.6                  sci-mathematics/octave/octave-3.2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/octave-3.2.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/octave-3.2.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/octave-3.2.0.ebuild?r1=1.5&r2=1.6

Index: octave-3.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- octave-3.2.0.ebuild	11 Jul 2009 16:28:28 -0000	1.5
+++ octave-3.2.0.ebuild	9 Sep 2009 02:59:39 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.0.ebuild,v 1.5 2009/07/11 16:28:28 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.0.ebuild,v 1.6 2009/09/09 02:59:39 markusle Exp $
 
 EAPI="2"
 inherit flag-o-matic fortran xemacs-elisp-common
@@ -46,6 +46,7 @@
 src_prepare() {
 	epatch "${FILESDIR}"/${P}_parallel_make.patch
 	epatch "${FILESDIR}"/${P}_as_needed.patch
+	epatch "${FILESDIR}"/${P}-dlmwrite.patch
 }
 
 src_configure() {






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

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/octave: ChangeLog octave-3.2.0.ebuild
@ 2009-11-04 11:05 Markus Dittrich (markusle)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Dittrich (markusle) @ 2009-11-04 11:05 UTC (permalink / raw
  To: gentoo-commits

markusle    09/11/04 11:05:02

  Modified:             ChangeLog octave-3.2.0.ebuild
  Log:
  Added arpack to list of sparse matrix dependencies (#277171).
  (Portage version: 2.1.7.3/cvs/Linux x86_64)

Revision  Changes    Path
1.78                 sci-mathematics/octave/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.78&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.78&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/ChangeLog?r1=1.77&r2=1.78

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog	12 Oct 2009 20:06:24 -0000	1.77
+++ ChangeLog	4 Nov 2009 11:05:01 -0000	1.78
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/octave
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.77 2009/10/12 20:06:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.78 2009/11/04 11:05:01 markusle Exp $
+
+  04 Nov 2009; Markus Dittrich <markusle@gentoo.org> octave-3.2.0.ebuild:
+  Added arpack to list of sparse matrix dependencies (#277171).
 
   12 Oct 2009; Jeroen Roovers <jer@gentoo.org> octave-3.0.3.ebuild:
   Stable for HPPA (bug #245707).



1.7                  sci-mathematics/octave/octave-3.2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/octave-3.2.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/octave-3.2.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/octave-3.2.0.ebuild?r1=1.6&r2=1.7

Index: octave-3.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- octave-3.2.0.ebuild	9 Sep 2009 02:59:39 -0000	1.6
+++ octave-3.2.0.ebuild	4 Nov 2009 11:05:01 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.0.ebuild,v 1.6 2009/09/09 02:59:39 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.0.ebuild,v 1.7 2009/11/04 11:05:01 markusle Exp $
 
 EAPI="2"
 inherit flag-o-matic fortran xemacs-elisp-common
@@ -26,6 +26,7 @@
 	curl? ( net-misc/curl )
 	xemacs? ( app-editors/xemacs )
 	sparse? ( sci-libs/umfpack
+		sci-libs/arpack
 		sci-libs/colamd
 		sci-libs/camd
 		sci-libs/ccolamd
@@ -53,13 +54,13 @@
 	econf \
 		--localstatedir=/var/state/octave \
 		--enable-shared \
-		--without-arpack \
 		--with-blas="$(pkg-config --libs blas)" \
 		--with-lapack="$(pkg-config --libs lapack)" \
 		$(use_with hdf5) \
 		$(use_with curl) \
 		$(use_with zlib) \
 		$(use_with fftw) \
+		$(use_with sparse arpack) \
 		$(use_with sparse umfpack) \
 		$(use_with sparse colamd) \
 		$(use_with sparse ccolamd) \






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

end of thread, other threads:[~2009-11-04 11:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-09  2:59 [gentoo-commits] gentoo-x86 commit in sci-mathematics/octave: ChangeLog octave-3.2.0.ebuild Markus Dittrich (markusle)
  -- strict thread matches above, loose matches on Subject: below --
2009-11-04 11:05 Markus Dittrich (markusle)
2009-07-10 16:18 Markus Dittrich (markusle)
2009-07-10 15:43 Markus Dittrich (markusle)

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