|
|
|
@ -12,20 +12,20 @@ BuildRequires: libibverbs-devel >= 1.2.0
@@ -12,20 +12,20 @@ BuildRequires: libibverbs-devel >= 1.2.0
|
|
|
|
|
BuildRequires: libnl3-devel |
|
|
|
|
|
|
|
|
|
# infinipath-psm-devel only available for x86_64 |
|
|
|
|
%ifarch x86_64 |
|
|
|
|
BuildRequires: infinipath-psm-devel |
|
|
|
|
BuildRequires: libpsm2-devel |
|
|
|
|
%endif |
|
|
|
|
#%ifarch x86_64 |
|
|
|
|
#BuildRequires: infinipath-psm-devel |
|
|
|
|
#BuildRequires: libpsm2-devel |
|
|
|
|
#%endif |
|
|
|
|
# valgrind is unavailable for s390 |
|
|
|
|
%ifnarch s390 |
|
|
|
|
BuildRequires: valgrind-devel |
|
|
|
|
%endif |
|
|
|
|
|
|
|
|
|
%ifarch x86_64 |
|
|
|
|
%global configopts --enable-sockets --enable-verbs --enable-usnic --disable-static --enable-psm --enable-psm2 |
|
|
|
|
%else |
|
|
|
|
#%ifarch x86_64 |
|
|
|
|
#%global configopts --enable-sockets --enable-verbs --enable-usnic --disable-static --enable-psm --enable-psm2 |
|
|
|
|
#%else |
|
|
|
|
%global configopts --enable-sockets --enable-verbs --enable-usnic --disable-static |
|
|
|
|
%endif |
|
|
|
|
#%endif |
|
|
|
|
|
|
|
|
|
%description |
|
|
|
|
libfabric provides a user-space API to access high-performance fabric |
|
|
|
|