From: Alexandru Vaduva <vaduvajanalexandru@yahoo.com>
To: "Alexandru. Vaduva" <Alexandru.Vaduva@enea.com>,
"victor.rodriguez.bahena@intel.com"
<victor.rodriguez.bahena@intel.com>
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: [PATCH] Add mpich support
Date: Thu, 19 Feb 2015 21:49:41 +0000 (UTC) [thread overview]
Message-ID: <1139246852.2134837.1424382581630.JavaMail.yahoo@mail.yahoo.com> (raw)
In-Reply-To: <1424382189-20469-1-git-send-email-Alexandru.Vaduva@enea.com>
[-- Attachment #1: Type: text/plain, Size: 2884 bytes --]
Forgot to mention that I identified the line:src/pm/hydra/tools/topo/hwloc/hwloc/contrib/hg/set-hg-share-perms.csh:1:#!/bin/csh -f
It seems that one script uses /bin/ch, and also another one using /bin/bash.Adding RDEPENDS_${PN} += "bash perl tcsh" did not solved the problem. but maybe changing them o /bin/sh will do.The idea is similar to the change from
meta/recipes-extended/lsb/lsbtest/LSB_Test.sLink: [OE-core] [PATCH 6/9] lsbtest: no bashism in LSB_Test.sh
| |
| | | | | |
| [OE-core] [PATCH 6/9] lsbtest: no bashism in LSB_Test.sh[OE-core] [PATCH 6/9] lsbtest: no bashism in LSB_Test.sh Robert Yang liezhi.yang at windriver.com Wed Aug 27 15:57:11 UTC 2014 |
| |
| View on lists.openembedded.org | Preview by Yahoo |
| |
| |
What do you say?
Alex Vaduva
On Thursday, February 19, 2015 11:44 PM, Alexandru. Vaduva <Alexandru.Vaduva@enea.com> wrote:
From: Victor Rodriguez <victor.rodriguez.bahena@intel.com>
This patch add mpich support to yocto in order to run MPI framework on embedded
systems.
Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Victor Rodriguez <victor.rodriguez.bahena@intel.com>
Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
---
meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb | 29 +++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
create mode 100644 meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb
diff --git a/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb b/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb
new file mode 100644
index 0000000..2f4226e
--- /dev/null
+++ b/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb
@@ -0,0 +1,29 @@
+SUMMARY = "Message Passing Interface(MPI) implementation"
+HOMEPAGE = "http://git.mpich.org/mpich.git/"
+SECTION = "devel"
+
+LICENSE = "BSD-2-Clause"
+LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=2106f0435056f3dd9349747a766e5816"
+
+SRC_URI = "http://www.mpich.org/static/downloads/${PV}/mpich-${PV}.tar.gz"
+SRC_URI[md5sum] = "40dc408b1e03cc36d80209baaa2d32b7"
+SRC_URI[sha256sum] = "455ccfaf4ec724d2cf5d8bff1f3d26a958ad196121e7ea26504fd3018757652d"
+
+RDEPENDS_${PN} += "bash perl tcsh"
+S = "${WORKDIR}/${PN}-${PV}"
+
+EXTRA_OECONF = "--enable-debuginfo \
+ --enable-fast \
+ --enable-shared \
+ --disable-f77 \
+ --disable-fc \
+ --disable-fortran \
+ --disable-cxx"
+
+inherit autotools-brokensep gettext
+
+do_configure_prepend() {
+ autoreconf --verbose --install --force -I . -I confdb/ -I maint/
+ oe_runconf
+ exit
+}
--
1.9.1
--
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
[-- Attachment #2: Type: text/html, Size: 12308 bytes --]
next prev parent reply other threads:[~2015-02-19 21:49 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-19 21:43 [PATCH] Add mpich support Alexandru.Vaduva
2015-02-19 21:49 ` Alexandru Vaduva [this message]
2015-02-20 16:19 ` Rodriguez Bahena, Victor
2015-02-20 17:01 ` Alexandru Vaduva
2015-02-20 21:43 ` Aníbal Limón
2015-02-20 21:58 ` Rodriguez Bahena, Victor
2015-02-23 13:26 ` Burton, Ross
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1139246852.2134837.1424382581630.JavaMail.yahoo@mail.yahoo.com \
--to=vaduvajanalexandru@yahoo.com \
--cc=Alexandru.Vaduva@enea.com \
--cc=victor.rodriguez.bahena@intel.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.