Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 691490

Summary: sci-libs/parmgridgen-1.0-r1 SRC_URI change
Product: Gentoo Linux Reporter: meven.mognol
Component: Current packagesAssignee: Patrick Lauer <patrick>
Status: RESOLVED DUPLICATE    
Severity: normal CC: mgorny
Priority: Normal Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: ebuild for ParMGridGen.

Description meven.mognol 2019-08-05 12:41:33 UTC
Created attachment 585762 [details]
ebuild for ParMGridGen.

Package ParMGridGen cannot be install due to unreachable address, I've created a new Github repository with all patches applied to get ParMGrid working under Gentoo.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2019-08-12 06:03:18 UTC
Comment on attachment 585762 [details]
ebuild for ParMGridGen.

--- parmgridgen-1.0-r1.ebuild   2018-11-18 11:31:08.884786943 +0100
+++ parmgridgen-1.0-r2.ebuild   2019-08-12 08:02:33.256870517 +0200
@@ -3,13 +3,14 @@

 EAPI=6

-inherit autotools
+inherit git-r3 autotools

-MYP=ParMGridGen-${PV}
+#MYP=ParMGridGen-${PV}

 DESCRIPTION="Software for parallel (mpi) generating coarse grids"
-HOMEPAGE="http://www-users.cs.umn.edu/~moulitsa/software.html"
-SRC_URI="http://www-users.cs.umn.edu/~moulitsa/download/${MYP}.tar.gz"
+HOMEPAGE="https://github.com/mrklein/ParMGridGen"
+EGIT_REPO_URI="https://github.com/Betameche/ParMGridGen.git"
+# original unreachable address SRC_URI="http://www-users.cs.umn.edu/~moulitsa/download/${MYP}.tar.gz"

 LICENSE="all-rights-reserved"
 SLOT="0"
@@ -21,19 +22,10 @@
 DEPEND="virtual/mpi"
 RDEPEND="${DEPEND}"

-S=${WORKDIR}/${MYP}
-
 pkg_setup(){
        export CC=mpicc
 }

-PATCHES=(
-       "${FILESDIR}/${P}-autotools.patch"
-       "${FILESDIR}/${P}-as-needed.patch"
-       "${FILESDIR}/${P}-format-security.patch"
-       "${FILESDIR}/${P}-impl-fct.patch"
-)
-
 src_prepare() {
        default
        eautoreconf
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-09-28 12:11:02 UTC

*** This bug has been marked as a duplicate of bug 633888 ***