mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 19:01:21 +01:00

modified: g/gettext/gettext-0.19.4.eb modified: l/libgd/libgd-2.2.3.eb modified: p/protobuf-python/protobuf-python-3.2.0-intel-2016b-Python-2.7.12.eb modified: test-install
23 lines
618 B
Plaintext
23 lines
618 B
Plaintext
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'
|