kakao / n2

TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets
Apache License 2.0
567 stars 71 forks source link

Build fails against icpc (Intel compiler) #21

Closed cynthia closed 6 years ago

cynthia commented 6 years ago

This is actually from either Intel of spdlog.

Tested against Parallel Studio 2017.4.049 and 2018.1.031. Build fails due to how icc prefixes symbols on TLS variables in a funny way - I didn't bother to look into the exact details, but a quick and dirty fix has been sent to the original project.

gabime/spdlog#575 has a quick and dirty fix to make this at least build, but you will either need to run on a fork or nag @gabime to look at the PR.