easyconfigs-it4i/e/Emacs/Emacs-29.4-GCCcore-14.2.0.eb
Lukas Krupcik fdd72d4f6f new file: b/Brotli/Brotli-1.1.0-GCCcore-14.2.0.eb
new file:   e/Emacs/Emacs-29.4-GCCcore-12.2.0.eb
	new file:   e/Emacs/Emacs-29.4-GCCcore-14.2.0.eb
	new file:   f/fontconfig/fontconfig-2.15.0-GCCcore-14.2.0.eb
	new file:   f/freetype/freetype-2.13.2-GCCcore-14.2.0.eb
	new file:   g/GTK3/GTK3-3.24.42-GCCcore-14.2.0.eb
	new file:   g/gettext/gettext-0.22.5-GCCcore-14.2.0.eb
	new file:   g/gperf/gperf-3.1-GCCcore-14.2.0.eb
	new file:   i/intltool/intltool-0.51.0-GCCcore-14.2.0.eb
	new file:   j/jbigkit/jbigkit-2.1-GCCcore-14.2.0.eb
	new file:   l/LibTIFF/LibTIFF-4.7.0-GCCcore-14.2.0.eb
	new file:   l/libdeflate/libdeflate-1.20-GCCcore-14.2.0.eb
	new file:   l/libjpeg-turbo/libjpeg-turbo-3.0.1-GCCcore-14.2.0.eb
	new file:   l/libpng/libpng-1.6.45-GCCcore-14.2.0.eb
	new file:   n/NASM/NASM-2.16.03-GCCcore-14.2.0.eb
	new file:   p/Python/Python-3.13.1-GCCcore-12.2.0.eb
	new file:   u/util-linux/util-linux-2.40-GCCcore-14.2.0.eb
	new file:   x/X11/X11-20240607-GCCcore-14.2.0.eb
2025-01-28 16:24:47 +01:00

46 lines
1.2 KiB
Plaintext

# IT4Innovations
# LK 2025
easyblock = 'ConfigureMake'
name = 'Emacs'
version = '29.4'
homepage = 'https://www.gnu.org/software/emacs/'
description = """GNU Emacs is an extensible, customizable text editor--and more.
At its core is an interpreter for Emacs Lisp, a dialect of the Lisp programming
language with extensions to support text editing."""
toolchain = {'name': 'GCCcore', 'version': '14.2.0'}
source_urls = [GNU_SOURCE]
sources = [SOURCELOWER_TAR_GZ]
checksums = ['1adb1b9a2c6cdb316609b3e86b0ba1ceb523f8de540cfdda2aec95b6a5343abf']
builddependencies = [
('binutils', '2.42'),
('pkgconf', '2.3.0'),
]
dependencies = [
('zlib', '1.3.1'),
('libpng', '1.6.45'),
('libjpeg-turbo', '3.0.1'),
('ncurses', '6.5'),
('LibTIFF', '4.7.0'),
('X11', '20240607'),
# ('GTK3', '3.24.42'),
]
# If you want to use Emacs plugins you must install the gnutls command line tools
# osdependencies = [('gnutls-utils')]
configopts = '--with-gif=no --with-tiff=yes --with-x-toolkit=yes --with-xpm=yes --with-gnutls=no '
sanity_check_paths = {
'files': ["bin/emacs", "bin/emacs-%(version)s", "bin/emacsclient", "bin/etags"],
'dirs': []
}
moduleclass = 'tools'