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

Jonathan Perkins perkinjo at cse.ohio-state.edu
Thu Sep 16 04:44:24 PDT 2010


On Thu, Sep 16, 2010 at 4:00 AM, Vladimir Sokolovsky
<vlad at dev.mellanox.co.il> wrote:
> 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.

Thanks!

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



More information about the ewg mailing list