Added a new version of the Google protobuf to the spack package. (#3046)
This commit is contained in:
parent
941dfcbe43
commit
88e9bb586e
@ -31,4 +31,10 @@ class Protobuf(AutotoolsPackage):
|
||||
homepage = "https://developers.google.com/protocol-buffers"
|
||||
url = "https://github.com/google/protobuf/releases/download/v2.5.0/protobuf-2.5.0.tar.bz2"
|
||||
|
||||
version('3.0.2', '845b39e4b7681a2ddfd8c7f528299fbb', url='https://github.com/google/protobuf/archive/v3.0.2.tar.gz')
|
||||
version('2.5.0', 'a72001a9067a4c2c4e0e836d0f92ece4')
|
||||
|
||||
depends_on('m4', when='@3.0.2:')
|
||||
depends_on('autoconf', when='@3.0.2:')
|
||||
depends_on('automake', when='@3.0.2:')
|
||||
depends_on('libtool', when='@3.0.2:')
|
||||
|
Loading…
Reference in New Issue
Block a user