Skip to content
Snippets Groups Projects
Commit 94712b37 authored by Alexandre Strube's avatar Alexandre Strube
Browse files

subversion, utf8proc

parent 7e56eb88
No related branches found
No related tags found
No related merge requests found
easyblock = 'ConfigureMake'
name = 'Subversion'
version = '1.14.1'
homepage = 'https://subversion.apache.org/'
description = " Subversion is an open source version control system."
toolchain = {'name': 'GCCcore', 'version': '11.2.0'}
source_urls = [
'https://apache.belnet.be/%(namelower)s',
'http://www.eu.apache.org/dist/%(namelower)s',
'http://www.us.apache.org/dist/%(namelower)s',
'https://archive.apache.org/dist/%(namelower)s',
]
sources = [SOURCELOWER_TAR_BZ2]
patches = ['Subversion-1.12.0-no_swig.patch']
checksums = [
# subversion-1.14.1.tar.bz2
'2c5da93c255d2e5569fa91d92457fdb65396b0666fad4fd59b22e154d986e1a9',
# Subversion-1.12.0-no_swig.patch
'539ea2118f958d152d78438c81649eb727ff0b2e8491295702ee98e1f922041f',
]
builddependencies = [
('binutils', '2.37'),
('Autotools', '20210726'),
]
dependencies = [
('APR', '1.7.0'),
('APR-util', '1.6.1'),
('SQLite', '3.36'),
('zlib', '1.2.11'),
('lz4', '1.9.3'),
('utf8proc', '2.6.1'),
('Serf', '1.3.9'),
]
preconfigopts = './autogen.sh && '
configopts = "--with-apr=$EBROOTAPR/bin/apr-1-config --with-apr-util=$EBROOTAPRMINUTIL/bin/apu-1-config "
configopts += "--with-zlib=$EBROOTZLIB --with-lz4=$EBROOTLZ4 --with-serf=$EBROOTSERF"
sanity_check_paths = {
'files': ["bin/svn", "bin/svnversion"],
'dirs': [],
}
moduleclass = 'tools'
easyblock = 'CMakeMake'
name = 'utf8proc'
version = '2.6.1'
homepage = 'https://github.com/JuliaStrings/utf8proc'
description = """utf8proc is a small, clean C library that provides Unicode normalization, case-folding,
and other operations for data in the UTF-8 encoding."""
toolchain = {'name': 'GCCcore', 'version': '11.2.0'}
source_urls = ['https://github.com/JuliaStrings/utf8proc/archive/']
sources = ['v%(version)s.tar.gz']
checksums = ['4c06a9dc4017e8a2438ef80ee371d45868bda2237a98b26554de7a95406b283b']
builddependencies = [
('binutils', '2.37'),
('CMake', '3.21.1'),
]
separate_build_dir = True
configopts = ['', '-DBUILD_SHARED_LIBS=true']
sanity_check_paths = {
'files': ['include/utf8proc.h', 'lib/libutf8proc.a', 'lib/libutf8proc.%s' % SHLIB_EXT],
'dirs': [],
}
moduleclass = 'lib'
...@@ -110,6 +110,7 @@ releases = { ...@@ -110,6 +110,7 @@ releases = {
'texinfo': ['6.7', '6.8'], 'texinfo': ['6.7', '6.8'],
'texlive': ['20200406', '20200406'], 'texlive': ['20200406', '20200406'],
'tqdm': ['4.62.3', '4.62.3'], 'tqdm': ['4.62.3', '4.62.3'],
'uftp': ['1.4.1.eb', '1.4.2'],
'X11': ['20200222', '20210802'], 'X11': ['20200222', '20210802'],
'x264': ['20200912', '20210613'], 'x264': ['20200912', '20210613'],
'XServer': ['1.20.9', '1.20.13'], 'XServer': ['1.20.9', '1.20.13'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment