biovault / HDILib

HDILib is a library for the scalable analysis of large and high-dimensional data.
MIT License
6 stars 3 forks source link

Xcode 9 build - macOS #18

Closed bldrvnlw closed 4 years ago

bldrvnlw commented 4 years ago

This gives an xcode 9, OpenMP free working build for backward compatibility in python working build.

Brew operations are removed from CMakeLists.txt (libomp is placed in conanfile.py)

include omp.h are conditional on the presence of OpenMP

Travis builds have been accelerated by removing unnecessary brew updates