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

cmake: recompile erasure src for different variants #10772

Merged
merged 1 commit into from Aug 18, 2016
Merged

Conversation

tchaikov
Copy link
Contributor

@tchaikov tchaikov commented Aug 18, 2016

  • instead of reusing the object libraries, we should recompile jerasure
    code for different plugin flavors like neon, sse3, sse4.
  • do not version plugin so, as they are not supposed to be used by
    user directly.

Signed-off-by: Kefu Chai kchai@redhat.com

* instead of reusing the object libraries, we should recompile jerasure
  code for different plugin flavors like neon, sse3, sse4.
* do not version plugin so, as they are not supposed to be used by
  user directly.

Signed-off-by: Kefu Chai <kchai@redhat.com>
@cbodley
Copy link
Contributor

cbodley commented Aug 18, 2016

👍 built with make VERBOSE=1 and verified that jerasure sources were being built with correct cflags for each target

@cbodley cbodley merged commit 4c33fa5 into master Aug 18, 2016
@tchaikov tchaikov deleted the wip-cmake branch August 19, 2016 01:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants