K 10 svn:author V 6 pkubaj K 8 svn:date V 27 2019-09-09T18:01:31.118116Z K 7 svn:log V 456 math/openblas: fix build on powerpc64 with clang, remove OPENMP option on powerpc64 On powerpc64 OpenMP is always used when USE_THREADS is defined (which we do unconditionally). This means that OPENMP option on powerpc64 doesn't have any effect and it should be removed. Clang also has some problems when linking Fortran libraries with OpenMP, so use GCC for powerpc64. PR: 240379 Approved by: phd_kimberlite@yahoo.co.jp (maintainer), linimon (mentor) END