Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

saithrift: make: Allow to specify SAI library install path #270

Merged

Conversation

vkochan-mlnx
Copy link
Contributor

Add ability to specify SAI library path from command line like:

make SAI_LIBRARY_DIR=/path

or via SAI_PREFIX (if SAI headers and library are located in
the same $(SAI_PREFIX) path):

make SAI_PREFIX=/usr/local

It might be useful for building saiserver with different versions
of SAI library.

Signed-off-by: Vadim Kochan vadymk@mellanox.com

Add ability to specify SAI library path from command line like:

    make SAI_LIBRARY_DIR=/path

or via SAI_PREFIX (if SAI headers and library are located in
the same $(SAI_PREFIX) path):

    make SAI_PREFIX=/usr/local

It might be useful for building saiserver with different versions
of SAI library.

Signed-off-by: Vadim Kochan <vadymk@mellanox.com>
@lguohan lguohan merged commit 410a5bd into opencomputeproject:master Oct 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants