ncbi-rmblastn: patching to support building with %gcc@13: (#38382)

* ncbi-rmblastn: patching to support building with %gcc@13:
* ncbi-rmblastn: patching to build with %gcc@13:

---------

Co-authored-by: LMS Bioinformatics <bioinformatics@lms.mrc.ac.uk>
This commit is contained in:
George Young 2023-06-20 20:42:22 +01:00 committed by GitHub
parent 37f6231f2a
commit d0e843ce03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- c++/include/util/impl/compile_time_bits.hpp 2023-01-05 15:04:14.000000000 +0000
+++ c++/include/util/impl/compile_time_bits.hpp.patched 2023-06-14 10:38:16.316603211 +0100
@@ -39,6 +39,7 @@
#include <limits>
#include <stdexcept>
#include <array>
+#include <cstdint>
// forward declarations to avoid unnecessary includes
namespace ncbi

View File

@ -43,6 +43,9 @@ class NcbiRmblastn(AutotoolsPackage):
archive_sha256="e746ee480ade608052306fd21f015c8a323f27029f65399275216f9a4c882d59", archive_sha256="e746ee480ade608052306fd21f015c8a323f27029f65399275216f9a4c882d59",
when="@2.9.0", when="@2.9.0",
) )
patch("gcc13.patch", level=0, when="@2.14.0:%gcc@13:")
depends_on("cpio", type="build") depends_on("cpio", type="build")
depends_on("boost") depends_on("boost")
depends_on("lzo") depends_on("lzo")