-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
feat(stonedb): To support unspecify the location of 3rd libs(#12). #382
feat(stonedb): To support unspecify the location of 3rd libs(#12). #382
Conversation
If you DO NOT specify the boost, rocksdb and marisa installed path, stonedb will think these libs were installed at system directories, such as `/usr/local`, etc. Therefore, now, stonedb will use these system path as run-path when do compiling.
This pull request's title should follow requirements next. @RingsC please check it 👇. Valid format:
Valid types:
|
Thanks for the contribution! Please review the labels and make any necessary changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
If you DO NOT specify the
boost
,rocksdb
andmarisa
installed path, stonedb will thinkthese libs were installed at system directories, such as
/usr/local
, etc. Therefore, now,stonedb will use these system path as run-path when do compiling.
This is complementary of #325 .
Summary about this PR
Issue Number: close #12
Tests Check List
Changelog
Documentation