1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00
Joseph Mingrone be67ffd1eb math/R: Fix dependency condition for devel/openmp
libomp is provided by
  - LLVM, which gets pulled in with FLANG
  - gcc

So, we *must* only depend on devel/openmp when
  - the OPENMP knob is on
  - FLANG is off (guaranteed to be off for all archs except amd64)
  - clang is the C compiler.

But, we cannot modify LIB_DEPENDS after CHOSEN_COMPILER_TYPE is defined, so
for now, limit the OPENMP knob for i386 and amd64 where clang is the
default compiler.

This will be moot after 12.1 when openmp will be in base.

PR:		240279
Reported by:	pkubaj
Reviewed by:	pkubaj
2019-09-19 19:55:44 +00:00
..
2019-09-15 17:28:08 +00:00
2019-09-16 20:55:08 +00:00
2019-09-19 15:14:41 +00:00
2019-09-15 17:28:08 +00:00
2019-09-14 16:20:30 +00:00
2019-09-17 20:17:46 +00:00
2019-09-15 17:28:08 +00:00
2019-09-15 17:28:08 +00:00