redland: new package at v 1.0.17 (#21837)
This commit is contained in:
parent
3a5ee398f4
commit
251e4e30b3
21
var/spack/repos/builtin/packages/redland/package.py
Normal file
21
var/spack/repos/builtin/packages/redland/package.py
Normal file
@ -0,0 +1,21 @@
|
||||
# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other
|
||||
# Spack Project Developers. See the top-level COPYRIGHT file for details.
|
||||
#
|
||||
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
||||
|
||||
|
||||
from spack import *
|
||||
|
||||
|
||||
class Redland(AutotoolsPackage):
|
||||
"""Redland RDF Library - librdf providing the RDF API and triple stores"""
|
||||
|
||||
homepage = "http://librdf.org/"
|
||||
url = "http://download.librdf.org/source/redland-1.0.17.tar.gz"
|
||||
|
||||
version('1.0.17', sha256='de1847f7b59021c16bdc72abb4d8e2d9187cd6124d69156f3326dd34ee043681')
|
||||
version('1.0.16', sha256='d9a274fc086e61119d5c9beafb8d05527e040ec86f4c0961276ca8de0a049dbd')
|
||||
version('1.0.15', sha256='0e1f5825b6357c9b490da866c95ae1d895dbb5f445013d2511c37df822ee9ec6')
|
||||
|
||||
depends_on('raptor2')
|
||||
depends_on('rasqal')
|
Loading…
Reference in New Issue
Block a user