flatbuffers: add 1.10.0 (#10137)

Also unpin the version from the arrow package.
This commit is contained in:
Matthias Wolf 2018-12-18 17:53:02 +01:00 committed by Adam J. Stewart
parent f8c650b9c4
commit 22d9938560
2 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class Arrow(CMakePackage):
depends_on('boost@1.60:')
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('py-numpy', when='+python')
depends_on('rapidjson')

View File

@ -13,5 +13,6 @@ class Flatbuffers(CMakePackage):
homepage = "http://google.github.io/flatbuffers/"
url = "https://github.com/google/flatbuffers/archive/v1.9.0.tar.gz"
version('1.10.0', '3714e3db8c51e43028e10ad7adffb9a36fc4aa5b1a363c2d0c4303dd1be59a7c')
version('1.9.0', '8be7513bf960034f6873326d09521a4b')
version('1.8.0', '276cab8303c4189cbe3b8a70e0515d65')