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:
parent
37f6231f2a
commit
d0e843ce03
10
var/spack/repos/builtin/packages/ncbi-rmblastn/gcc13.patch
Normal file
10
var/spack/repos/builtin/packages/ncbi-rmblastn/gcc13.patch
Normal 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
|
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user