DmitryUlyanov / Multicore-TSNE

Parallel t-SNE implementation with Python and Torch wrappers.
Other
1.89k stars 228 forks source link

Ensure cmake version is < 3.2 #86

Closed alephthoughts closed 1 year ago

alephthoughts commented 3 years ago

Versions >3.2 result in makefile error.

ecederstrand commented 1 year ago

https://github.com/DmitryUlyanov/Multicore-TSNE/pull/92 brings in support for cmake>=3.2

jorvis commented 1 year ago

Does your fix work with versions of cmake both above AND below that version? The testing seems to have failed.

jorvis commented 1 year ago

Ah, fixed already. Closing.