git
Web: https://git-scm.com/downloads/linux.
9/2/2025 UpdateModule ceuadmin/git/2.48.1
is now available, which takes advantage of the modernised approach via meson
and avoid memory leaks.
Installation
wget -qO- https://www.kernel.org/pub/software/scm/git/git-2.48.1.tar.gz | \
tar xfz -
cd git-2.48.1
module load ceuadmin/libgcrypt ceuadmin/docbook2X
source ~/COVID-19/py37/bin/activate
make prefix=$CEUADMIN/git/2.48.1 install install-doc install-html
The Python call sets default to meson
but the ./configure --prefix=.
routine should also work after the make
statement above.
Additional work is needed when adding install-info
in the make
statement above in relation to ceuadmin/docbook2X
.