On Tue, Feb 3, 2015 at 4:57 PM, Alexandru Vaduva <[email protected]> wrote: > I would suggest a layer under meta-openembeded: > meta-openembedded/meta-oe/recipes-devtools/ caould be a start.
Hi Alex This is the first version that I have: 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..bf94714 --- /dev/null +++ b/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb @@ -0,0 +1,18 @@ +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=673935943" +SRC_URI = "http://www.mpich.org/static/downloads/${PV}/mpich-${PV}.tar.gz" +SRC_URI[md5sum] = "40dc408b1e03cc36d80209baaa2d32b7" + + +EXTRA_OECONF = "--enable-debuginfo \ + --enable-fast \ + --enable-shared \ + --disable-f77 \ + --disable-fc \ + --disable-fortran \ + --disable-cxx" + +inherit autotools gettext However is failing in do_configure autoreconf: configure.ac: tracing autoreconf: configure.ac: adding subdirectory test/mpi to autoreconf autoreconf: Entering directory `test/mpi' aclocal: error: /home/vrodri3/poky/build/tmp/work/i586-poky-linux/mpich/3.1.1-r0/mpich-3.1.1/subsys_include.m4:5: file 'src/mpid/pamid/subconfigure.m4' does not exist autoreconf: aclocal failed with exit status: 1 ERROR: autoreconf execution failed. Any idea ? BTW. I am adding those extra configures from upstream spec files All the help is more than welcome Regards Victor Rodriguez > > Alex Vaduva > > > On Wednesday, February 4, 2015 12:21 AM, Victor Rodriguez > <[email protected]> wrote: > > > On Tue, Feb 3, 2015 at 12:14 PM, Alexandru Vaduva > <[email protected]> wrote: >> I will be more then happy to help you with this. >> >> >> Alex Vaduva >> >> >> On Tuesday, February 3, 2015 5:41 PM, Victor Rodriguez >> <[email protected]> >> wrote: >> >> >> HI team >> >> I wonder if there is any project or efforts to implement Message >> Passing Interface (MPICH ) support on Yocto ? >> >> If no I am more than happy to work on it , I just will need a little >> bit of guidance >> >> Thanks a lot >> >> Regards >> >> Victor Rodriguez >> -- >> _______________________________________________ >> yocto mailing list >> [email protected] >> https://lists.yoctoproject.org/listinfo/yocto >> >> > > Thanks Alex > > Does anybody knows under which meta - list should we send the patch to > review? > > > Regards > > Victor Rodriguez > > -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
