From 22060fd087d274c98a5390d242360df2e32f0ae0 Mon Sep 17 00:00:00 2001
From: Jens Henrik Goebbert <j.goebbert@fz-juelich.de>
Date: Fri, 3 Feb 2023 12:30:06 +0100
Subject: [PATCH] initial commit

---
 Golden_Repo/a/ACTC/ACTC-1.1-GCCcore-11.3.0.eb | 35 +++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 Golden_Repo/a/ACTC/ACTC-1.1-GCCcore-11.3.0.eb

diff --git a/Golden_Repo/a/ACTC/ACTC-1.1-GCCcore-11.3.0.eb b/Golden_Repo/a/ACTC/ACTC-1.1-GCCcore-11.3.0.eb
new file mode 100644
index 000000000..12bca02e2
--- /dev/null
+++ b/Golden_Repo/a/ACTC/ACTC-1.1-GCCcore-11.3.0.eb
@@ -0,0 +1,35 @@
+easyblock = 'MakeCp'
+
+name = 'ACTC'
+version = '1.1'
+
+homepage = 'https://sourceforge.net/projects/actc'
+description = "ACTC converts independent triangles into triangle strips or fans."
+
+toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
+toolchainopts = {'pic': True}
+
+source_urls = [SOURCEFORGE_SOURCE]
+sources = [SOURCELOWER_TAR_GZ]
+checksums = ['3a1303291629b9de6008c3c9d7b020a4b854802408fb3f8222ec492808c8b44d']
+
+builddependencies = [('binutils', '2.38')]
+
+buildopts = 'CC="$CC" CFLAGS="$CFLAGS"'
+
+files_to_copy = [
+    (['tcsample', 'tctest', 'tctest2'], 'bin'),
+    (['tc.h'], 'include/ac'),
+    (['libactc.a'], 'lib'),
+    'COPYRIGHT', 'manual.html', 'prims.gif', 'README',
+]
+
+sanity_check_paths = {
+    'files': ['bin/tctest', 'bin/tctest2', 'bin/tcsample', 'include/ac/tc.h', 'lib/libactc.a',
+              'COPYRIGHT', 'manual.html', 'prims.gif', 'README'],
+    'dirs': [],
+}
+
+modextrapaths = {'CPATH': 'include/ac'}
+
+moduleclass = 'lib'
-- 
GitLab