mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 11:48:06 +01:00

new file: d/Doris/core_configure.patch new file: d/Doris/envisat_Makefile.patch new file: d/Doris/sartools_Makefile.patch new file: l/LAPACK/LAPACK-3.7.1-gompi-2017a.eb modified: p/Python/Python-2.7.9-intel-2015b.eb new file: p/phonopy/phonopy-1.11.12.5-intel-2015b-Python-2.7.9.eb modified: t/Trilinos/Trilinos-12.10.1-intel-2017a-Python-2.7.11.eb modified: t/Trilinos/Trilinos-12.4.2-intel-2017a-Python-2.7.11.eb modified: t/Trilinos/Trilinos-12.8.1-intel-2017a-Python-2.7.11.eb
22 lines
521 B
Plaintext
22 lines
521 B
Plaintext
name = 'Doris'
|
|
version = '5.0beta'
|
|
versionsuffix = '-test'
|
|
|
|
homepage = 'https://github.com/TUDelftGeodesy/Doris'
|
|
description = "Delft object-oriented radar interferometric software"
|
|
|
|
toolchain = {'name': 'foss', 'version': '2017a'}
|
|
|
|
source_urls = ['https://github.com/TUDelftGeodesy/Doris/archive/']
|
|
sources = ['v%(version)s.tar.gz']
|
|
|
|
patches = [
|
|
'core_configure.patch',
|
|
'sartools_Makefile.patch',
|
|
'envisat_Makefile.patch',
|
|
]
|
|
|
|
preconfigopts = 'export INSTALLDIR="%(installdir)s/bin" && '
|
|
|
|
moduleclass = 'geo'
|