diff --git a/Golden_Repo/g/GTS/GTS-0.7.6-GCCcore-11.3.0.eb b/Golden_Repo/g/GTS/GTS-0.7.6-GCCcore-11.3.0.eb new file mode 100644 index 0000000000000000000000000000000000000000..81da084b9880d206bcafb108d0735bd8e3d11408 --- /dev/null +++ b/Golden_Repo/g/GTS/GTS-0.7.6-GCCcore-11.3.0.eb @@ -0,0 +1,30 @@ +easyblock = 'ConfigureMake' + +name = 'GTS' +version = '0.7.6' + +homepage = 'http://gts.sourceforge.net/' +description = """GTS stands for the GNU Triangulated Surface Library. +It is an Open Source Free Software Library intended to provide a set of useful +functions to deal with 3D surfaces meshed with interconnected triangles.""" + +toolchain = {'name': 'GCCcore', 'version': '11.3.0'} + +source_urls = [SOURCEFORGE_SOURCE] +sources = [SOURCELOWER_TAR_GZ] +checksums = ['059c3e13e3e3b796d775ec9f96abdce8f2b3b5144df8514eda0cc12e13e8b81e'] + +builddependencies = [ + ('pkgconf', '1.8.0'), + ('binutils', '2.38'), +] +dependencies = [ + ('GLib', '2.72.1'), +] + +sanity_check_paths = { + 'files': ['lib/libgts.%s' % SHLIB_EXT, 'bin/gts2oogl', 'bin/gtscheck'], + 'dirs': [], +} + +moduleclass = 'vis' diff --git a/Golden_Repo/g/git/git-2.36.0-GCCcore-11.3.0-nodocs.eb b/Golden_Repo/g/git/git-2.36.0-GCCcore-11.3.0-nodocs.eb index 449b9822ca6dfa82cf9fad2bdc069761ed7707ff..b4bb0d64474b06abac2414b7243ca4e026046e95 100644 --- a/Golden_Repo/g/git/git-2.36.0-GCCcore-11.3.0-nodocs.eb +++ b/Golden_Repo/g/git/git-2.36.0-GCCcore-11.3.0-nodocs.eb @@ -39,8 +39,6 @@ preconfigopts = 'make configure && ' # will not append -lpthread to LDFLAGS, but Makefile ignores LIBS. configopts = "--with-perl=${EBROOTPERL}/bin/perl --enable-pthreads='-lpthread'" -postinstallcmds = ['cd contrib/subtree; make install'] - sanity_check_paths = { 'files': ['bin/git'], 'dirs': ['libexec/git-core', 'share'],