new package: librttopo (#27182)
Co-authored-by: sbulut <sbulut@3vgeomatics.com> Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
This commit is contained in:
parent
82b45d112f
commit
288176326c
24
var/spack/repos/builtin/packages/librttopo/package.py
Normal file
24
var/spack/repos/builtin/packages/librttopo/package.py
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# 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 Librttopo(AutotoolsPackage):
|
||||||
|
"""
|
||||||
|
The RT Topology Library exposes an API to create and manage standard \
|
||||||
|
(ISO 13249 aka SQL/MM) topologies using user-provided data stores.
|
||||||
|
"""
|
||||||
|
|
||||||
|
homepage = "https://git.osgeo.org/gitea/rttopo"
|
||||||
|
git = "https://git.osgeo.org/gitea/rttopo/librttopo.git"
|
||||||
|
|
||||||
|
version('1.1.0', tag='librttopo-1.1.0')
|
||||||
|
|
||||||
|
depends_on('geos')
|
||||||
|
|
||||||
|
def autoreconf(self, spec, prefix):
|
||||||
|
bash = which('bash')
|
||||||
|
bash('./autogen.sh')
|
Loading…
Reference in New Issue
Block a user