Skip to content

Commit

Permalink
adding easyconfigs: poppler-0.70.1-foss-2018b.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
fizwit committed Oct 23, 2018
1 parent 5463375 commit 5f410f7
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions easybuild/easyconfigs/p/poppler/poppler-0.70.1-foss-2018b.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# easybuild easyconfig
#
# John Dey [email protected]
# Fred Hutchinson Cancer Research Center Seattle WA USA

easyblock = 'CMakeMake'

name = 'poppler'
version = '0.70.1'

homepage = 'https://poppler.freedesktop.org/'
description = """Poppler is a PDF rendering library based on the xpdf-3.0 code
base."""

toolchain = {'name': 'foss', 'version': '2018b'}

source_urls = ['https://poppler.freedesktop.org/']
sources = [SOURCELOWER_TAR_XZ]
checksums = ['66972047d9ef8162cc8c389d7e7698291dfc9f2b3e4ea9a9f08ae604107451bd']

separate_build_dir = True

builddependencies = [
('pkgconfig', '1.3.1', '-Python-2.7.15'),
('binutils', '2.30'),
('CMake', '3.11.4'),
('Qt5', '5.10.1'),
('cairo', '1.14.12'),
('GObject-Introspection', '1.54.1', '-Python-2.7.15'),
('libjpeg-turbo', '2.0.0'),
('libpng', '1.6.34'),
('LibTIFF', '4.0.9'),
('NSS', '3.39'),
('OpenJPEG', '2.3.0'),
]

bin_files = ['pdfdetach', 'pdffonts', 'pdfimages', 'pdfinfo', 'pdfseparate',
'pdftocairo', 'pdftohtml', 'pdftoppm', 'pdftops', 'pdftotext',
'pdfunite']

sanity_check_paths = {
'files': ['bin/%s' % x for x in bin_files] +
['lib/libpoppler.%s' % SHLIB_EXT,
'lib/libpoppler-cpp.%s' % SHLIB_EXT,
'lib/libpoppler-glib.%s' % SHLIB_EXT,
'include/poppler/glib/poppler.h'],
'dirs': ['bin',
'include',
'include/poppler/glib',
'lib']
}

moduleclass = 'vis'

0 comments on commit 5f410f7

Please sign in to comment.