linbox-team/fflas-ffpack

Take OMPFLAGS from environment

Closed this issue · 1 comments

Using AppleClang, the option -fopenmp is not valid, but -Xclang -fopenmp /path/to/libomp.dylib is. If you could take OMPFLAGS from the environment, or perhaps check for a few different options in macros/omp-check.m4, then users could use the OpenMP optimizations in more places.

Fixed in #332