zpzim / SCAMP

The fastest way to compute matrix profiles on CPU and GPU!
http://www.cs.ucr.edu/~eamonn/MatrixProfile.html
MIT License
155 stars 35 forks source link

Fix linker errors that can occur when building pyscamp shared libs. #100

Closed zpzim closed 2 years ago

zpzim commented 2 years ago

Docs build was failing due to improperly configured -fPIC option in some submodules.

if -fPIC is available, force generation of Position Independent Code.