gitextract_egsku50l/ ├── .github/ │ ├── ISSUE_TEMPLATE/ │ │ ├── 01-bug-report.yml │ │ ├── 02-package-request.yml │ │ └── config.yml │ └── workflows/ │ └── packages.yml ├── .gitignore ├── .gitmodules ├── CONTRIBUTING.md ├── LICENSE.md ├── README.md ├── disabled-packages/ │ └── netcdf-cxx/ │ └── build.sh ├── packages/ │ ├── cgal/ │ │ └── build.sh │ ├── eigen/ │ │ └── build.sh │ ├── gap/ │ │ ├── Makefile.patch │ │ ├── build.sh │ │ ├── compiled.h-path.patch │ │ └── gac.in.patch │ ├── gdal/ │ │ ├── build.sh │ │ └── cpl_port.h.patch │ ├── glpk/ │ │ └── build.sh │ ├── gnucap/ │ │ ├── CXX.patch │ │ ├── apps-Make1.patch │ │ ├── apps-configure.patch │ │ ├── build.sh │ │ ├── lib-configure.patch │ │ └── no_termcap.patch.beforehostbuild │ ├── libfreexl/ │ │ └── build.sh │ ├── libgeos/ │ │ └── build.sh │ ├── libhdf5/ │ │ ├── CMakeLists.patch │ │ ├── aarch64/ │ │ │ ├── H5Tinit.c │ │ │ ├── H5lib_settings.c │ │ │ └── TryRunResults_out.cmake │ │ ├── arm/ │ │ │ ├── CMakeCache.txt │ │ │ ├── H5Tinit.c │ │ │ ├── H5lib_settings.c │ │ │ └── TryRunResults_out.cmake │ │ ├── build.sh │ │ ├── i686/ │ │ │ ├── CMakeCache.txt.hdf5.i686 │ │ │ ├── H5Tinit.c │ │ │ ├── H5lib_settings.c │ │ │ └── TryRunResults_out.cmake │ │ └── x86_64/ │ │ ├── CMakeCache.txt.hdf5.x86_64 │ │ ├── H5Tinit.c │ │ ├── H5lib_settings.c │ │ └── TryRunResults_out.cmake │ ├── libosmium/ │ │ └── build.sh │ ├── libosmpbf/ │ │ └── build.sh │ ├── libprotozero/ │ │ ├── build.sh │ │ ├── disable_tests.patch │ │ └── tests_log.patch │ ├── librttopo/ │ │ └── build.sh │ ├── libspatialite/ │ │ ├── build.sh │ │ └── src-Makefile.in.patch │ ├── mapserver/ │ │ ├── LICENSE.patch │ │ └── build.sh │ ├── netcdf-c/ │ │ ├── build.sh │ │ └── libhdf5-hdf5debug.c.patch │ ├── openbabel/ │ │ └── build.sh │ ├── openfoam/ │ │ ├── build.sh │ │ ├── etc-bashrc.patch │ │ ├── etc-config.sh-CGAL.patch │ │ ├── etc-config.sh-mpi.patch │ │ ├── etc-config.sh-settings.patch │ │ ├── etc-config.sh-unset.patch │ │ ├── src-OSspecific-POSIX-Allwmake.patch │ │ ├── src-OSspecific-POSIX-POSIX.C.patch │ │ ├── src-OSspecific-POSIX-printStack.C.patch │ │ ├── src-OSspecific-POSIX-signals-sigFpe.C.patch │ │ ├── src-OpenFOAM-db-IOstreams-IOstreams-Istream.C.patch │ │ ├── src-OpenFOAM-primitives-ints-int64-int64.H.patch32 │ │ ├── wmake-makefiles-general.patch │ │ ├── wmake-rules.patch │ │ └── wmake-scripts-sysFunctions.patch │ ├── openmpi/ │ │ ├── build.sh │ │ ├── opal-mca-memory-patcher-memory_patcher_component.c.patch │ │ ├── opal-util-info.c.patch │ │ ├── opal-util-info_subscriber.c.patch │ │ ├── opal-util-show_help_lex.c.patch │ │ ├── orte-mca-state-base-state_base_fns.c.patch │ │ └── oshmem-mca-memheat-ptmalloc-malloc.c.patch │ ├── openscad/ │ │ ├── CMakeLists.txt.patch │ │ ├── build.sh │ │ └── src-import.cc.patch │ ├── osm2pgsql/ │ │ ├── FindLua.cmake.patch │ │ └── build.sh │ ├── osmctools/ │ │ └── build.sh │ ├── osmium-tool/ │ │ └── build.sh │ ├── proj/ │ │ └── build.sh │ ├── spatialite-tools/ │ │ └── build.sh │ └── texlive/ │ ├── build.sh │ ├── cjk-gs-integrate.pl.patch │ ├── crossrefware.patch │ ├── fmtutil.cnf.patch │ ├── parse_tlpdb.py │ ├── pdfjam.patch │ ├── pedigree.pl.patch │ ├── texconfig.sh.patch │ ├── texdef.pl.patch │ ├── texlive-alegreya.subpackage.sh │ ├── texlive-antt.subpackage.sh │ ├── texlive-bibtexextra.subpackage.sh │ ├── texlive-binextra.subpackage.sh │ ├── texlive-cm-unicode.subpackage.sh │ ├── texlive-context.subpackage.sh │ ├── texlive-cormorantgaramond.subpackage.sh │ ├── texlive-dejavu.subpackage.sh │ ├── texlive-drm.subpackage.sh │ ├── texlive-ebgaramond.subpackage.sh │ ├── texlive-fira.subpackage.sh │ ├── texlive-fontsextra.subpackage.sh │ ├── texlive-fontsrecommended.subpackage.sh │ ├── texlive-fontutils.subpackage.sh │ ├── texlive-formatsextra.subpackage.sh │ ├── texlive-full.subpackage.sh │ ├── texlive-games.subpackage.sh │ ├── texlive-humanities.subpackage.sh │ ├── texlive-ipaex-type1.subpackage.sh │ ├── texlive-langarabic.subpackage.sh │ ├── texlive-langchinese.subpackage.sh │ ├── texlive-langcjk.subpackage.sh │ ├── texlive-langcyrillic.subpackage.sh │ ├── texlive-langczechslovak.subpackage.sh │ ├── texlive-langenglish.subpackage.sh │ ├── texlive-langeuropean.subpackage.sh │ ├── texlive-langfrench.subpackage.sh │ ├── texlive-langgerman.subpackage.sh │ ├── texlive-langgreek.subpackage.sh │ ├── texlive-langitalian.subpackage.sh │ ├── texlive-langjapanese.subpackage.sh │ ├── texlive-langkorean.subpackage.sh │ ├── texlive-langother.subpackage.sh │ ├── texlive-langpolish.subpackage.sh │ ├── texlive-langportuguese.subpackage.sh │ ├── texlive-langspanish.subpackage.sh │ ├── texlive-latexextra.subpackage.sh │ ├── texlive-latexrecommended.subpackage.sh │ ├── texlive-lato.subpackage.sh │ ├── texlive-libertine.subpackage.sh │ ├── texlive-libertinus-type1.subpackage.sh │ ├── texlive-luatex.subpackage.sh │ ├── texlive-mathscience.subpackage.sh │ ├── texlive-metapost.subpackage.sh │ ├── texlive-montserrat.subpackage.sh │ ├── texlive-mpfonts.subpackage.sh │ ├── texlive-music.subpackage.sh │ ├── texlive-noto.subpackage.sh │ ├── texlive-paratype.subpackage.sh │ ├── texlive-pictures.subpackage.sh │ ├── texlive-plaingeneric.subpackage.sh │ ├── texlive-plex.subpackage.sh │ ├── texlive-poltawski.subpackage.sh │ ├── texlive-pstricks.subpackage.sh │ ├── texlive-publishers.subpackage.sh │ ├── texlive-roboto.subpackage.sh │ ├── texlive-stickstoo.subpackage.sh │ ├── texlive-xetex.subpackage.sh │ ├── texmf.cnf.patch │ └── tlshell.tcl.patch ├── scripts/ │ └── lint-packages.sh └── start-builder.sh