jlec        14/10/24 11:35:50

  Modified:             ChangeLog apbs-1.4.1.ebuild
  Log:
  sci-chemistry/apbs: Add workaround for parallel build issue, #526210
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.66                 sci-chemistry/apbs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/ChangeLog?rev=1.66&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/ChangeLog?rev=1.66&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/ChangeLog?r1=1.65&r2=1.66

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog   21 Aug 2014 08:50:50 -0000      1.65
+++ ChangeLog   24 Oct 2014 11:35:50 -0000      1.66
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/apbs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v 1.65 
2014/08/21 08:50:50 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v 1.66 
2014/10/24 11:35:50 jlec Exp $
+
+  24 Oct 2014; Justin Lecher <[email protected]> apbs-1.4.1.ebuild:
+  Add workaround for parallel build issue, #526210
 
   21 Aug 2014; Justin Lecher <[email protected]> apbs-1.4.1.ebuild,
   +files/apbs-1.4.1-manip.patch, files/apbs-1.4.1-multilib.patch:



1.3                  sci-chemistry/apbs/apbs-1.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/apbs-1.4.1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/apbs-1.4.1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/apbs-1.4.1.ebuild?r1=1.2&r2=1.3

Index: apbs-1.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.4.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- apbs-1.4.1.ebuild   21 Aug 2014 08:50:50 -0000      1.2
+++ apbs-1.4.1.ebuild   24 Oct 2014 11:35:50 -0000      1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.4.1.ebuild,v 1.2 
2014/08/21 08:50:50 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.4.1.ebuild,v 1.3 
2014/10/24 11:35:50 jlec Exp $
 
 EAPI=5
 
@@ -55,11 +55,12 @@
        sed \
                -e "s:-lblas:$($(tc-getPKG_CONFIG) --libs blas):g" \
                -i CMakeLists.txt || die
+       use doc && MAKEOPTS+=" -j1"
 }
 
 src_configure() {
        local mycmakeargs=(
-       -DSYS_LIBPATHS="${EPREFIX}"/usr/$(get_libdir)
+               -DSYS_LIBPATHS="${EPREFIX}"/usr/$(get_libdir)
                -DLIBRARY_INSTALL_PATH=$(get_libdir)
                -DFETK_PATH="${EPREFIX}"/usr/
                -DBUILD_SHARED_LIBS=ON




Reply via email to