12345678910111213141516171819202122232425262728293031323334 |
- easyblock = 'CMakeMake'
- name = 'pktools'
- version = '2.6.7'
- homepage = 'http://pktools.nongnu.org/html/index.html'
- description = """pktools is a suite of utilities written in C++ for image processing with a focus on remote sensing applications.
- It relies on the Geospatial Data Abstraction Library (GDAL, http://www.gdal.org) and OGR."""
- toolchain = {'name': 'foss', 'version': '2017b'}
- source_urls = ['http://download.savannah.gnu.org/releases/pktools/']
- sources = [SOURCELOWER_TAR_GZ]
- checksums = ['15c3e8fb5bc92b1205e99a958daf5eec']
- builddependencies = [('CMake', '3.11.4')]
- dependencies = [
- ('GDAL', '2.2.3', '-Python-2.7.14'),
- ('GSL','2.4'),
- ('Armadillo', '8.300.1'),
- #('OpenBLAS','0.3.1'),
- ]
- separate_build_dir = True
- #configopts = '-DBUILD_WITH_LIBLAS=ON'
- #configopts += 'LIBLAS_LIBRARY="$EBROOTOPENBLAS" LIBLAS_INCLUDE_DIR="$EBROOTOPENBLAS/include" LIBLAS_C_LIBRARY="$EBROOTOPENBLAS/lib"'
- sanity_check_paths = {
- 'files': ['bin/pktools-config', 'lib/libalgorithms.a', 'lib/libbase.a', 'lib/libfileClasses.a', 'lib/libimageClasses.a'],
- 'dirs': [],
- }
- moduleclass = 'tools'
|