elbamos / largeVis

An implementation of the largeVis algorithm for visualizing large, high-dimensional datasets, for R
340 stars 63 forks source link

Use SHLIB_OPENMP_ flags only if the compiler supports OpenMP #48

Closed jimhester closed 7 years ago

jimhester commented 7 years ago

This should fix issues compiling largeVis with compilers that do not support openmp.

See https://github.com/travis-ci/travis-ci/issues/7711