Skip to content
Snippets Groups Projects
Commit f6f7fc28 authored by Damian Alvarez's avatar Damian Alvarez
Browse files

Merge branch 'sa-texlive-2023' into '2023'

{lib,devel}[GCCcore/11.3.0] poppler v22.10.0, texlive v20220321

See merge request software-team/easybuild!1433
parents 188b0854 c9aff0c6
No related branches found
No related tags found
No related merge requests found
......@@ -246,6 +246,7 @@ pixman
pkg-config
pkgconfig
pkgconf
poppler
popt
printproto
protobuf
......
......
easyblock = 'Bundle'
name = 'poppler'
version = '22.10.0'
homepage = 'https://poppler.freedesktop.org'
description = "Poppler is a PDF rendering library"
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
builddependencies = [
('CMake', '3.23.1'),
('pkgconf', '1.8.0'),
('Python', '3.10.4', '-bare'),
]
dependencies = [
('binutils', '2.38'),
('freetype', '2.12.1'),
('fontconfig', '2.14.0'),
('libjpeg-turbo', '2.1.3'),
('libpng', '1.6.37'),
('NSS', '3.79'),
('LibTIFF', '4.3.0'),
('Qt5', '5.15.5'),
('Boost', '1.79.0'),
('cairo', '1.17.4'),
('OpenJPEG', '2.5.0'),
('zlib', '1.2.12'),
]
default_easyblock = 'CMakeMake'
default_component_specs = {
'start_dir': '%(name)s-%(version)s',
}
components = [
(name, version, {
'source_urls': ['https://poppler.freedesktop.org/'],
'sources': [SOURCE_TAR_XZ],
'checksums': ['04e40fad924a6de62e63017a6fd4c04696c1f526dedc2ba5ef275cedf646292a'],
'configopts': "-DENABLE_BOOST=ON",
}),
('poppler-data', '0.4.11', {
'source_urls': ['https://poppler.freedesktop.org/'],
'sources': [SOURCE_TAR_GZ],
'checksums': ['2cec05cd1bb03af98a8b06a1e22f6e6e1a65b1e2f3816cb3069bb0874825f08c'],
}),
]
sanity_check_paths = {
'files': ['bin/pdfinfo', 'lib/libpoppler.%s' % SHLIB_EXT, 'lib/libpoppler-cpp.%s' % SHLIB_EXT,
'lib/libpoppler-glib.%s' % SHLIB_EXT, 'lib/libpoppler-qt5.%s' % SHLIB_EXT],
'dirs': ['include/poppler', 'lib/pkgconfig', 'share'],
}
sanity_check_commands = ["pdfinfo --help"]
moduleclass = 'lib'
# Based off the 2017 version by John Dey jfdey@fredhutch.org
# https://github.com/easybuilders/easybuild-easyconfigs/pull/5085
easyblock = 'Tarball'
name = 'texlive'
version = '20220321'
homepage = 'https://tug.org'
description = """TeX is a typesetting language. Instead of visually formatting your text, you enter your manuscript
text intertwined with TeX commands in a plain text file. You then run TeX to produce formatted output, such as a
PDF file. Thus, in contrast to standard word processors, your document is a separate file that does not pretend to
be a representation of the final typeset output, and so can be easily edited and manipulated."""
toolchain = {'name': 'GCC', 'version': '11.3.0'}
source_urls = [
'ftp://tug.org/texlive/historic/2022/',
'https://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2022/',
]
sources = [
{
'download_filename': 'install-tl-unx.tar.gz',
'filename': 'install-tl-unx-%(version)s.tar.gz',
}
]
checksums = ['e67edec49df6b7c4a987a7d5a9b31bcf41258220f9ac841c7a836080cd334fb5']
dependencies = [
('binutils', '2.38'),
('X11', '20220504'),
('libpng', '1.6.37'),
('libGLU', '9.0.2'),
('Perl', '5.34.1'),
('HarfBuzz', '4.2.1'),
('poppler', '22.10.0'),
('cairo', '1.17.4'),
('fontconfig', '2.14.0'),
('zlib', '1.2.12'),
('graphite2', '1.3.14'),
]
postinstallcmds = [
'echo "TEXDIR %(installdir)s/" > %(installdir)s/texlive.profile && '
'echo "TEXMFLOCAL %(installdir)s/texmf-local" >> %(installdir)s/texlive.profile && '
'echo "TEXMFSYSCONFIG %(installdir)s/texmf-config" >> %(installdir)s/texlive.profile && '
'echo "TEXMFSYSVAR %(installdir)s/texmf-var" >> %(installdir)s/texlive.profile && '
'%(builddir)s/install-tl-%(version)s/install-tl -profile %(installdir)s/texlive.profile'
]
modextrapaths = {
'PATH': 'bin/%(arch)s-linux',
'INFOPATH': 'texmf-dist/doc/info',
'MANPATH': 'texmf-dist/doc/man',
}
modextravars = {
'TEXMFHOME': '%(installdir)s/texmf-dist'
}
sanity_check_paths = {
'files': ['bin/%(arch)s-linux/tex', 'bin/%(arch)s-linux/latex'],
'dirs': ['bin/%(arch)s-linux', 'texmf-dist'],
}
moduleclass = 'devel'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment