summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorSajid Ali <30510036+s-sajid-ali@users.noreply.github.com>2018-05-24 10:47:31 -0500
committerAdam J. Stewart <ajstewart426@gmail.com>2018-05-24 10:47:31 -0500
commit5fff4da5b7cf98ad903883aa6a06b5dbc773e9d0 (patch)
tree6d5678587919939074300e0cded4fb578a5fb9ba /var
parentfdf889264e36e13bf432a33d902dc1a038c7630d (diff)
downloadspack-5fff4da5b7cf98ad903883aa6a06b5dbc773e9d0.tar.gz
spack-5fff4da5b7cf98ad903883aa6a06b5dbc773e9d0.tar.bz2
spack-5fff4da5b7cf98ad903883aa6a06b5dbc773e9d0.tar.xz
spack-5fff4da5b7cf98ad903883aa6a06b5dbc773e9d0.zip
Add msgpack-c 3.0.1 (#8264)
* new file: cpp-3.0.1.tar.gz modified: package.py * deleted: cpp-3.0.1.tar.gz * remove whitespace
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/msgpack-c/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/msgpack-c/package.py b/var/spack/repos/builtin/packages/msgpack-c/package.py
index c1cff79e24..0312b874f0 100644
--- a/var/spack/repos/builtin/packages/msgpack-c/package.py
+++ b/var/spack/repos/builtin/packages/msgpack-c/package.py
@@ -28,8 +28,9 @@ from spack import *
class MsgpackC(CMakePackage):
"""A small, fast binary interchange format convertible to/from JSON"""
homepage = "http://www.msgpack.org"
- url = "https://github.com/msgpack/msgpack-c/archive/cpp-1.4.1.tar.gz"
+ url = "https://github.com/msgpack/msgpack-c/archive/cpp-3.0.1.tar.gz"
+ version('3.0.1', 'a79f05f0dc5637c161805d6c0e9bfbe7')
version('1.4.1', 'e2fd3a7419b9bc49e5017fdbefab87e0')
depends_on('cmake@2.8.12:', type='build')