On Thu, Sep 16, 2010 at 4:00 AM, Vladimir Sokolovsky
<[email protected]> 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
_______________________________________________
ewg mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg

Reply via email to