2018-10-08 04:52:23 +08:00
|
|
|
# Copyright 2013-2018 Lawrence Livermore National Security, LLC and other
|
|
|
|
# Spack Project Developers. See the top-level COPYRIGHT file for details.
|
2016-12-06 02:08:52 +08:00
|
|
|
#
|
2018-10-08 04:52:23 +08:00
|
|
|
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
|
|
|
|
2016-12-06 02:08:52 +08:00
|
|
|
from spack import *
|
|
|
|
|
|
|
|
|
|
|
|
class Libspatialindex(CMakePackage):
|
2016-12-22 06:23:32 +08:00
|
|
|
homepage = "http://libspatialindex.github.io"
|
2016-12-06 02:08:52 +08:00
|
|
|
url = "https://github.com/libspatialindex/libspatialindex/tarball/1.8.5"
|
|
|
|
|
|
|
|
version('1.8.5', 'a95d8159714dbda9a274792cd273d298')
|