victor-gil-sepulveda / pyRMSD

pyRMSD is a small Python package that aims to offer an integrative and efficient way of performing RMSD calculations of large sets of structures. It is specially tuned to do fast collective RMSD calculations, as pairwise RMSD matrices.
Other
26 stars 14 forks source link

Fails to compile with clang under macos 10.8 because clang does not support OpenMP #7

Open romansloutsky opened 11 years ago

romansloutsky commented 11 years ago

The actual error is: 'omp.h' file not found

Is it possible to request llvm-gcc instead of clang (or any custom compiler, for that matter) when running setup.py or build.py?