Skip to content
Snippets Groups Projects
Commit 22d99385 authored by Matthias Wolf's avatar Matthias Wolf Committed by Adam J. Stewart
Browse files

flatbuffers: add 1.10.0 (#10137)

Also unpin the version from the arrow package.
parent f8c650b9
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ class Arrow(CMakePackage): ...@@ -21,7 +21,7 @@ class Arrow(CMakePackage):
depends_on('boost@1.60:') depends_on('boost@1.60:')
depends_on('cmake@3.2.0:', type='build') depends_on('cmake@3.2.0:', type='build')
depends_on('flatbuffers@1.8.0 build_type=Release') # only Release contains flatc depends_on('flatbuffers build_type=Release') # only Release contains flatc
depends_on('python', when='+python') depends_on('python', when='+python')
depends_on('py-numpy', when='+python') depends_on('py-numpy', when='+python')
depends_on('rapidjson') depends_on('rapidjson')
......
...@@ -13,5 +13,6 @@ class Flatbuffers(CMakePackage): ...@@ -13,5 +13,6 @@ class Flatbuffers(CMakePackage):
homepage = "http://google.github.io/flatbuffers/" homepage = "http://google.github.io/flatbuffers/"
url = "https://github.com/google/flatbuffers/archive/v1.9.0.tar.gz" url = "https://github.com/google/flatbuffers/archive/v1.9.0.tar.gz"
version('1.10.0', '3714e3db8c51e43028e10ad7adffb9a36fc4aa5b1a363c2d0c4303dd1be59a7c')
version('1.9.0', '8be7513bf960034f6873326d09521a4b') version('1.9.0', '8be7513bf960034f6873326d09521a4b')
version('1.8.0', '276cab8303c4189cbe3b8a70e0515d65') version('1.8.0', '276cab8303c4189cbe3b8a70e0515d65')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment