1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/biology/hyphy/files
Joseph Mingrone 73b83478c1
biology/hyphy: Fix build with clang 13.0.0
clang 13 complains about duplicate loop unrolling pragmas for clang and
CGG.  According to [1], clang supports #pragma GCC unroll with identical
semantics to #pragma clang loop unroll, so remove instances of #pragma
clang loop unroll and #pragma unroll when they appear with #pragma GCC
unroll for the same loop.

[1]
https://clang.llvm.org/docs/AttributeReference.html#pragma-unroll-pragma-nounroll

Sponsored by:	The FreeBSD Foundation
2022-02-21 16:13:16 -04:00
..
patch-src_core_include_function__templates.h biology/hyphy: Fix build with clang 13.0.0 2022-02-21 16:13:16 -04:00
patch-src_core_matrix.cpp biology/hyphy: Fix build with clang 13.0.0 2022-02-21 16:13:16 -04:00
patch-src_core_tree__evaluator.cpp biology/hyphy: Fix build with clang 13.0.0 2022-02-21 16:13:16 -04:00