[ewg] [PATCH] install.pl Fix mvapich2 update build and install dependencies

Jonathan Perkins perkinjo at cse.ohio-state.edu
Wed Sep 15 09:40:22 PDT 2010


I use the variable that sets the corresponding sysfsutils package
based on the distro.  Does this mean that there is no corresponding
package on SLES11 at all?

Below is the snippet of code that I'm relying on to work.

if ($distro eq "SuSE" or $distro eq "redhat" or $distro eq "fedora" or
$distro eq "Rocks") {
    $sysfsutils = "sysfsutils";
    $sysfsutils_devel = "sysfsutils-devel";
}
else {
    $sysfsutils = "libsysfs";
    $sysfsutils_devel = "libsysfs-devel";
}

On Wed, Sep 15, 2010 at 12:04 PM, Vladimir Sokolovsky
<vlad at dev.mellanox.co.il> wrote:
> On 09/15/2010 03:07 PM, Jonathan Perkins wrote:
>>
>> The attached patch improves the dependency tracking of mvapich2 and
>> allows it to be selectable in the interactive install on rhel6 beta
>> machines.  This was created in response to
>> https://bugs.openfabrics.org/show_bug.cgi?id=2085.
>>
>
> Jonathan,
> This patch adds dependency on sysfsutils-devel which does not exist on
> SLES11 and some other OSes.
> Are you sure that these are correct requirements?
>
> Regards,
> Vladimir
>
>



-- 
Jonathan Perkins
http://www.cse.ohio-state.edu/~perkinjo



More information about the ewg mailing list