diff options
author | Wouter Deconinck <wdconinc@gmail.com> | 2022-05-05 03:14:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-05 10:14:10 +0200 |
commit | 17ede26cea3a2909814ea26343046d8a28ebff35 (patch) | |
tree | 49affbdc4ee8de837fc2015ff182cf7ffd8532e1 /var | |
parent | 8bcccbeac74cffc85bce8695ecf16c289a2730f1 (diff) | |
download | spack-17ede26cea3a2909814ea26343046d8a28ebff35.tar.gz spack-17ede26cea3a2909814ea26343046d8a28ebff35.tar.bz2 spack-17ede26cea3a2909814ea26343046d8a28ebff35.tar.xz spack-17ede26cea3a2909814ea26343046d8a28ebff35.zip |
flatbufffers: patches are in v2.0.0 (#30492)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/flatbuffers/package.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/flatbuffers/package.py b/var/spack/repos/builtin/packages/flatbuffers/package.py index 43c4529199..5b8e4e095b 100644 --- a/var/spack/repos/builtin/packages/flatbuffers/package.py +++ b/var/spack/repos/builtin/packages/flatbuffers/package.py @@ -38,13 +38,13 @@ class Flatbuffers(CMakePackage): '72ba2a1a0d44fbd96ded9f279373ef804bdf3903/easybuild/easyconfigs/f/' 'flatbuffers/flatbuffers-1.12.0_replace-usage-of-memset.patch', sha256='094a98b5a7debbc2c60c2b235942c79e505ec76f9281f87c95d15e9ad8a97c52', - when='@1.12.0:%gcc@10:') + when='@1.12.0:1%gcc@10:') # Silences false positive "-Wstringop-overflow" on GCC 10+ # https://github.com/google/flatbuffers/issues/5950 # Possibly affects earlier releases but I haven't tried to apply it. patch('https://github.com/google/flatbuffers/pull/6020.patch?full_index=1', sha256='579cb6fa4430d4304b93c7a1df7e922f3c3ec614c445032877ad328c209d5462', - when='@1.12.0:%gcc@10:') + when='@1.12.0:1%gcc@10:') @run_after('install') def python_install(self): |