New package: GMTSAR (#11315)
This commit is contained in:
parent
c2f9061a3c
commit
ddf485ee6d
20
var/spack/repos/builtin/packages/gmtsar/package.py
Normal file
20
var/spack/repos/builtin/packages/gmtsar/package.py
Normal file
@ -0,0 +1,20 @@
|
||||
# Copyright 2013-2019 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 Gmtsar(CMakePackage):
|
||||
"""GMTSAR is an open source (GNU General Public License) InSAR processing
|
||||
system designed for users familiar with Generic Mapping Tools (GMT).
|
||||
"""
|
||||
|
||||
homepage = "https://topex.ucsd.edu/gmtsar/"
|
||||
url = "https://elenacreinisch.com/gmtsar/GMTSAR-5.6.tar.gz"
|
||||
|
||||
version('5.6', sha256='0f7326f46aedf1e8e4dc80dd03f1ae8681f52a8253dc4a00a943aec14562994b')
|
||||
|
||||
depends_on('gmt')
|
Loading…
Reference in New Issue
Block a user