diff --git a/Golden_Repo/s/Subversion/Subversion-1.14.1-GCCcore-11.2.0.eb b/Golden_Repo/s/Subversion/Subversion-1.14.1-GCCcore-11.2.0.eb new file mode 100644 index 0000000000000000000000000000000000000000..b9bb6a47e7be679a17be0b62e90d043dc4b7c659 --- /dev/null +++ b/Golden_Repo/s/Subversion/Subversion-1.14.1-GCCcore-11.2.0.eb @@ -0,0 +1,51 @@ +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' diff --git a/Golden_Repo/u/utf8proc/utf8proc-2.6.1-GCCcore-11.2.0.eb b/Golden_Repo/u/utf8proc/utf8proc-2.6.1-GCCcore-11.2.0.eb new file mode 100644 index 0000000000000000000000000000000000000000..b53f6ad6b2780f624c6a8460ca5f83a484c207a0 --- /dev/null +++ b/Golden_Repo/u/utf8proc/utf8proc-2.6.1-GCCcore-11.2.0.eb @@ -0,0 +1,30 @@ +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' diff --git a/bin/gcc11ize.py b/bin/gcc11ize.py index f6f606c7db0e42c5885a01d5e59c8d56ade7fba2..5aea68af6f45df65869e7b676258d0eb1dd584dc 100755 --- a/bin/gcc11ize.py +++ b/bin/gcc11ize.py @@ -110,6 +110,7 @@ releases = { 'texinfo': ['6.7', '6.8'], 'texlive': ['20200406', '20200406'], 'tqdm': ['4.62.3', '4.62.3'], + 'uftp': ['1.4.1.eb', '1.4.2'], 'X11': ['20200222', '20210802'], 'x264': ['20200912', '20210613'], 'XServer': ['1.20.9', '1.20.13'],