Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 691490 - sci-libs/parmgridgen-1.0-r1 SRC_URI change
Summary: sci-libs/parmgridgen-1.0-r1 SRC_URI change
Status: RESOLVED DUPLICATE of bug 633888
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2019-08-05 12:41 UTC by meven.mognol
Modified: 2019-09-28 12:11 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild for ParMGridGen. (parmgridgen-1.0-r2.ebuild,785 bytes, text/plain)
2019-08-05 12:41 UTC, meven.mognol
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***