Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 173568 - sys-cluster/mpich2-1.0.5p4 version bump
Summary: sys-cluster/mpich2-1.0.5p4 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Joel Martin (RETIRED)
URL: http://www-unix.mcs.anl.gov/mpi/mpich2/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-06 14:01 UTC by Oleg Korsak
Modified: 2007-09-09 00:29 UTC (History)
1 user (show)

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


Attachments
mpich2.patch (mpich2.patch,10.26 KB, patch)
2007-04-06 18:25 UTC, Arfrever Frehtes Taifersar Arahesis (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Korsak 2007-04-06 14:01:07 UTC
mpich2 version 1.0.5p4 is available for many months. It could resolve some problems with threading. Please give us new ebuild :)
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-04-06 18:25:38 UTC
Created attachment 115592 [details, diff]
mpich2.patch

Save the attachment as e.g. /tmp/mpich2.patch and run:
# cd /usr/portage
# patch -p0 < /tmp/mpich2.patch
# ebuild sys-cluster/mpich2/mpich2-1.0.5_p4.ebuild digest
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-04-06 18:43:30 UTC
  Gentoo developers,
After applying mpich2.patch and after sending ftp://ftp.mcs.anl.gov/pub/mpi/mpich2-1.0.5p4.tar.gz to mirrors you must change in ${PORTDIR}/sys-cluster/mpich2/mpich2-1.0.5_p4.ebuild:
RESTRICT="mirror test"
To:
RESTRICT="test"
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-04-09 19:36:01 UTC
inherit ...
...
export LDFLAGS="${LDFLAGS} -Wl,-z,now"

Should be changed to:

inherit ... flag-o-matic
...
append-ldflags -Wl,-z,now
Comment 4 Steve Arnold archtester gentoo-dev 2007-09-09 00:29:49 UTC
Closing as OBE since newer working mpich2 has been in the tree for two months.