File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
easybuild/easyconfigs/f/fortranGIS Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments