[ewg] [PATCH] install.pl Fix mvapich2 update build and install dependencies
Vladimir Sokolovsky
vlad at dev.mellanox.co.il
Thu Sep 16 01:00:33 PDT 2010
On 09/15/2010 06:40 PM, Jonathan Perkins wrote:
> 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 SLES11 sysfsutils includes all relevant headers and libraries.
I will update install.pl accordingly.
Regards,
Vladimir
>
> 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
>>
>>
>
>
>
More information about the ewg
mailing list