Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 519058 Details for
Bug 646910
sys-cluster/openmpi-2.1.2 mangles CFLAGS - .../work/openmpi-2.1.2-abi_x86_32.x86/config.log: x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
openmpi-2.1.2.ebuild-uniq.patch
openmpi-2.1.2.ebuild-uniq.patch (text/plain), 911 bytes, created by
Jeroen Roovers (RETIRED)
on 2018-02-11 14:09:47 UTC
(
hide
)
Description:
openmpi-2.1.2.ebuild-uniq.patch
Filename:
MIME Type:
Creator:
Jeroen Roovers (RETIRED)
Created:
2018-02-11 14:09:47 UTC
Size:
911 bytes
patch
obsolete
>diff --git a/sys-cluster/openmpi/openmpi-2.1.2.ebuild b/sys-cluster/openmpi/openmpi-2.1.2.ebuild >index d27771af895..0b789e36728 100644 >--- a/sys-cluster/openmpi/openmpi-2.1.2.ebuild >+++ b/sys-cluster/openmpi/openmpi-2.1.2.ebuild >@@ -5,7 +5,7 @@ EAPI=6 > > FORTRAN_NEEDED=fortran > >-inherit cuda flag-o-matic fortran-2 java-pkg-opt-2 toolchain-funcs versionator multilib-minimal >+inherit autotools cuda flag-o-matic fortran-2 java-pkg-opt-2 toolchain-funcs versionator multilib-minimal > > MY_P=${P/-mpi} > S=${WORKDIR}/${MY_P} >@@ -71,6 +71,9 @@ MULTILIB_WRAPPED_HEADERS=( > /usr/include/mpi.h > /usr/include/openmpi/ompi/mpi/java/mpiJava.h > ) >+PATCHES=( >+ "${FILESDIR}"/openmpi-uniq.patch >+) > > pkg_setup() { > fortran-2_pkg_setup >@@ -92,6 +95,8 @@ src_prepare() { > echo 'oob_tcp_listen_mode = listen_thread' \ > >> opal/etc/openmpi-mca-params.conf || die > fi >+ >+ eautoreconf > } > > multilib_src_configure() {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 646910
:
518368
|
519054
| 519058