From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S52fy-0007TS-J5 for garchives@archives.gentoo.org; Tue, 06 Mar 2012 22:16:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E669EE0B45; Tue, 6 Mar 2012 22:16:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B5374E0B45 for ; Tue, 6 Mar 2012 22:16:00 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AABAF1B4018 for ; Tue, 6 Mar 2012 22:15:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6B38FE5428 for ; Tue, 6 Mar 2012 22:15:58 +0000 (UTC) From: "Jens-Malte Gottfried" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jens-Malte Gottfried" Message-ID: <1331072151.d7f3beeed83c0f03321b18d832ab51406b2e6643.jmg@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/petsc/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/petsc/petsc-3.2_p6.ebuild X-VCS-Directories: sci-mathematics/petsc/ X-VCS-Committer: jmg X-VCS-Committer-Name: Jens-Malte Gottfried X-VCS-Revision: d7f3beeed83c0f03321b18d832ab51406b2e6643 X-VCS-Branch: master Date: Tue, 6 Mar 2012 22:15:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 4fb714b7-737f-46d9-9cd2-10f720889681 X-Archives-Hash: e1b57e143f3f1201e26de2c414934ee8 commit: d7f3beeed83c0f03321b18d832ab51406b2e6643 Author: Jens-Malte Gottfried web de> AuthorDate: Tue Mar 6 22:15:51 2012 +0000 Commit: Jens-Malte Gottfried godefridus de> CommitDate: Tue Mar 6 22:15:51 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Dd7f3beee moved comments out of the argument list --- sci-mathematics/petsc/petsc-3.2_p6.ebuild | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) diff --git a/sci-mathematics/petsc/petsc-3.2_p6.ebuild b/sci-mathematics/= petsc/petsc-3.2_p6.ebuild index 51a3559..b1ea99f 100644 --- a/sci-mathematics/petsc/petsc-3.2_p6.ebuild +++ b/sci-mathematics/petsc/petsc-3.2_p6.ebuild @@ -48,7 +48,10 @@ DEPEND=3D"${RDEPEND} virtual/fortran dev-lang/python dev-util/pkgconfig + dev-util/cmake " +# cmake is used for parralel building +# in some configuration setups, legacy build is used (slow) =20 S=3D"${WORKDIR}/${MY_P}" =20 @@ -120,7 +123,6 @@ src_configure() { --with-gnu-compilers \ --with-blas-lapack-lib=3D"$(pkg-config --libs lapack)" \ $(petsc_enable debug debugging) \ - $(petsc_with imagemagick imagemagick /usr/include/ImageMagick $(pkg-co= nfig --libs MagickCore)) \ $(petsc_enable mpi) \ $(petsc_select mpi cc mpicc $(tc-getCC)) \ $(petsc_select mpi cxx mpicxx $(tc-getCXX)) \ @@ -132,17 +134,19 @@ src_configure() { $(petsc_select complex-scalars scalar-type complex real) \ --with-windows-graphics=3D0 \ --with-matlab=3D0 \ - --with-python=3D0 \ # why not? - --with-cmake=3Dcmake \ # what for? + --with-cmake=3Dcmake \ $(petsc_with afterimage afterimage /usr/include/libAfterImage -lAfterI= mage) \ $(petsc_with hdf5) \ $(petsc_with hypre hypre /usr/include/hypre -lHYPRE) \ + $(petsc_with imagemagick imagemagick /usr/include/ImageMagick $(pkg-co= nfig --libs MagickCore)) \ $(petsc_with metis parmetis) \ $(petsc_with sparse cholmod) \ $(petsc_with superlu superlu /usr/include/superlu -lsuperlu) \ $(petsc_with X x) \ $(petsc_with X x11) \ - --with-scotch=3D0 # why not? + --with-python=3D0 \ + --with-scotch=3D0 + # not yet tested: python bindings, sctotch support =20 # failed dependencies, perhaps fixed in upstream soon: # $(petsc_with boost) \ @@ -177,7 +181,6 @@ src_install() { -e "s:usr/lib:usr/$(get_libdir):g" \ "${ED}"/usr/include/${PN}/${PETSC_ARCH}/include/petscconf.h || die =20 - # add information about installation directory and # PETSC_ARCH to environmental variables cat >> 99petsc <<- EOF