diff options
author | Matti Bickel <mabi@gentoo.org> | 2011-01-25 23:34:07 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2011-01-25 23:34:07 +0000 |
commit | 97b94dba5916b30c3ca875854636abeefc85b537 (patch) | |
tree | f26abea3fe912d7b1779265ae79f7ad40b3c4670 /sys-cluster | |
parent | Remove obsolete sed tweak for FreeBSD, it no longer applies to the file. (diff) | |
download | gentoo-2-97b94dba5916b30c3ca875854636abeefc85b537.tar.gz gentoo-2-97b94dba5916b30c3ca875854636abeefc85b537.tar.bz2 gentoo-2-97b94dba5916b30c3ca875854636abeefc85b537.zip |
allow building with mono-2.8 (bug #346133)
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/mpi-dotnet/ChangeLog | 7 | ||||
-rw-r--r-- | sys-cluster/mpi-dotnet/mpi-dotnet-1.0.0.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/sys-cluster/mpi-dotnet/ChangeLog b/sys-cluster/mpi-dotnet/ChangeLog index a09bf12133d1..767c9019ebe1 100644 --- a/sys-cluster/mpi-dotnet/ChangeLog +++ b/sys-cluster/mpi-dotnet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/mpi-dotnet -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpi-dotnet/ChangeLog,v 1.6 2010/06/18 20:19:06 mabi Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpi-dotnet/ChangeLog,v 1.7 2011/01/25 23:34:07 mabi Exp $ + + 25 Jan 2011; Matti Bickel <mabi@gentoo.org> mpi-dotnet-1.0.0.ebuild: + allow building with mono-2.8 (bug #346133) 18 Jun 2010; <mabi@gentoo.org> files/Unsafe.pl.patch: make it work with recent openmpi diff --git a/sys-cluster/mpi-dotnet/mpi-dotnet-1.0.0.ebuild b/sys-cluster/mpi-dotnet/mpi-dotnet-1.0.0.ebuild index 1034d70a5627..00b26315190d 100644 --- a/sys-cluster/mpi-dotnet/mpi-dotnet-1.0.0.ebuild +++ b/sys-cluster/mpi-dotnet/mpi-dotnet-1.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpi-dotnet/mpi-dotnet-1.0.0.ebuild,v 1.5 2010/04/18 12:08:59 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpi-dotnet/mpi-dotnet-1.0.0.ebuild,v 1.6 2011/01/25 23:34:07 mabi Exp $ WANT_AUTOTOOLS="2.5" inherit autotools mono @@ -38,6 +38,8 @@ src_unpack() { epatch "${FILESDIR}/Makefile.am.patch" epatch "${FILESDIR}/Unsafe.pl.patch" + has_version '>=dev-lang/mono-2.8' && sed -ie 's:ilasm2:ilasm:' configure.ac + # MPI/Makefile seems broken, fix it eautoreconf } |