You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first, the install.sh script is deleted, so only manual build is possible. I can complete the build by run ./autogen.sh, ./configure --with-ofed=/usr --prefix=/usr --libdir=/usr/lib64 --includedir=/usr/include --docdir=/usr/share/doc/libvma --sysconfdir=/etc and ./make. But I can't find rpm build script at ./build/build_rpm.sh.
I also did some search in code base, ./contrib/jenkins_tests/rpm.sh seems realted to rpm build but I'm not sure if this is the offical way to build rpm.
Expected behavior:
able to follow the wiki and complete rpm build.
Steps to reproduce:
N/A
The text was updated successfully, but these errors were encountered:
Subject
I'm trying to build libvma from source, while https://github.com/Mellanox/libvma/wiki/Build-Instruction is outdated.
Issue type
Configuration:
Actual behavior:
first, the
install.sh
script is deleted, so only manual build is possible. I can complete the build by run./autogen.sh
,./configure --with-ofed=/usr --prefix=/usr --libdir=/usr/lib64 --includedir=/usr/include --docdir=/usr/share/doc/libvma --sysconfdir=/etc
and./make
. But I can't find rpm build script at./build/build_rpm.sh
.I also did some search in code base,
./contrib/jenkins_tests/rpm.sh
seems realted to rpm build but I'm not sure if this is the offical way to build rpm.Expected behavior:
able to follow the wiki and complete rpm build.
Steps to reproduce:
N/A
The text was updated successfully, but these errors were encountered: