Skip to content

Commit 2724d1b

Browse files
authored
Merge pull request #24650 from pavelToman/20251121154456_new_pr_fortranGIS301
{geo}[intel/2025b] fortranGIS v3.0-1
2 parents 60183c2 + 3eefaf8 commit 2724d1b

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
easyblock = 'CMakeMake'
2+
3+
name = 'fortranGIS'
4+
version = '3.0-1'
5+
6+
homepage = 'https://github.com/ARPA-SIMC/fortrangis'
7+
description = """FortranGIS project includes a collection of Fortran interfaces to some common
8+
Open Source GIS (Geographic Information System) software libraries, plus some more Fortran-specific tools."""
9+
10+
toolchain = {'name': 'intel', 'version': '2025b'}
11+
12+
source_urls = ['https://github.com/ARPA-SIMC/fortrangis/archive/']
13+
sources = [{'download_filename': 'v%(version)s.tar.gz', 'filename': SOURCE_TAR_GZ}]
14+
checksums = ['c452f2cbaf870627aefef36d872cb5c2a1f13d6fe1c31e2e7fa754fcdaa98fa3']
15+
16+
builddependencies = [('CMake', '4.0.3')]
17+
dependencies = [('GDAL', '3.11.3')]
18+
19+
configopts = '-DBUILD_SHAPELIB=OFF -DBUILD_PROJ=OFF -DCMAKE_Fortran_FLAGS="$FFLAGS -I/%(start_dir)s/include"'
20+
21+
sanity_check_paths = {
22+
'files': ['lib/libfortranGIS.a', 'lib/libfortranc.a'],
23+
'dirs': ['include', 'lib'],
24+
}
25+
26+
moduleclass = 'geo'

0 commit comments

Comments
 (0)