OpenMPToolsInterface / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.
http://llvm.org
2 stars 4 forks source link

Specify -DLIBOMPD_PIP_FLAGS=--system during configuration, if required #14

Closed nikhil-mk closed 4 years ago

nikhil-mk commented 4 years ago

While configuring the cmake command to build OpenMP,

  1. -DLIBOMPD_PIP_FLAGS="--system" must be used on Ubuntu 18.04.3 LTS and lower.
  2. -DLIBOMPD_PIP_FLAGS="--system" should not be used on Ubuntu 19.04 LTS and higher.