1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/biology/ncbi-blast+/files
Jason W. Bacon df8230f473 ncbi-blast+: Unbreak build with gcc8 following gcc9 patch
GCC 8 and 9 are incompatible in handling const variables with OpenMP
default(none).  All const variables default to shared even with default(none)
present.  8 errors out if a const variable is explicitly defined as shared and
9 requires an explicit definition.

Using an upstream trunk patch for now, which checks the compiler version.
Also discussing more portable approaches to avoid future issues.

Reported by:    jrm
2019-07-12 23:58:22 +00:00
..
patch-src_build-system_configure
patch-src_build-system_Makefile.in.top
patch-src_objtools_blast_seqdb__reader_test_seqdb__perf.cpp ncbi-blast+: Unbreak build with gcc8 following gcc9 patch 2019-07-12 23:58:22 +00:00
patch-src_util_checksum_farmhash_farmhash.h