rvaser / spoa

SIMD partial order alignment tool/library
MIT License
158 stars 32 forks source link

Fix compiler error while generating shared library. #37

Closed bagashe closed 4 years ago

bagashe commented 4 years ago

Per discussion in https://github.com/rvaser/spoa/issues/35, cpu_features shared library requires compiling with -fPIC. So that's what happens now.

bagashe commented 4 years ago

I had added a Github workflow to build the library without realizing that there is already a travis-ci integration. I have removed that file.

bagashe commented 4 years ago

@mbrcic has a better fix.