easyconfigs-it4i/c/CFITSIO/CFITSIO-3.300-ictce-5.5.0.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

23 lines
618 B
Plaintext
Executable File

easyblock = 'ConfigureMake'
name = 'CFITSIO'
version = '3.300'
homepage = 'http://heasarc.gsfc.nasa.gov/fitsio/'
description = """CFITSIO is a library of C and Fortran subroutines for reading and writing data files in
FITS (Flexible Image Transport System) data format."""
toolchain = {'name': 'ictce', 'version': '5.5.0'}
toolchainopts = {'pic': True}
srcversion = version.replace('.', '')
source_urls = ['ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/']
sources = ['%%(namelower)s%s.tar.gz' % srcversion]
sanity_check_paths = {
'files': ['lib/libcfitsio.a'],
'dirs': ['include'],
}
moduleclass = 'lib'