From 4b2c990d8185a96d6227d27893517052233b1075 Mon Sep 17 00:00:00 2001 From: Alexandre Strube <a.strube@fz-juelich.de> Date: Mon, 12 Dec 2022 19:52:54 +0100 Subject: [PATCH] graphviz/gts --- Golden_Repo/g/GTS/GTS-0.7.6-GCCcore-11.3.0.eb | 30 +++++++++++++++++++ .../g/git/git-2.36.0-GCCcore-11.3.0-nodocs.eb | 2 -- 2 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 Golden_Repo/g/GTS/GTS-0.7.6-GCCcore-11.3.0.eb 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 000000000..81da084b9 --- /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 449b9822c..b4bb0d644 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'], -- GitLab