From 696c524ff028236c4ed92e89ce583c94b6c3ec74 Mon Sep 17 00:00:00 2001
From: Alexandre Strube <a.strube@fz-juelich.de>
Date: Mon, 12 Dec 2022 16:25:09 +0100
Subject: [PATCH] New version

---
 ...imesh-3.17.1-gcccoremkl-11.3.0-2022.1.0.eb | 34 +++++++++++++++++++
 1 file changed, 34 insertions(+)
 create mode 100644 Golden_Repo/t/trimesh/trimesh-3.17.1-gcccoremkl-11.3.0-2022.1.0.eb

diff --git a/Golden_Repo/t/trimesh/trimesh-3.17.1-gcccoremkl-11.3.0-2022.1.0.eb b/Golden_Repo/t/trimesh/trimesh-3.17.1-gcccoremkl-11.3.0-2022.1.0.eb
new file mode 100644
index 000000000..6f2c12dd2
--- /dev/null
+++ b/Golden_Repo/t/trimesh/trimesh-3.17.1-gcccoremkl-11.3.0-2022.1.0.eb
@@ -0,0 +1,34 @@
+easyblock = 'PythonPackage'
+
+name = 'trimesh'
+version = '3.17.1'
+
+homepage = 'https://trimsh.org/'
+description = """Trimesh is a Python (2.7- 3.3+) library for loading and using triangular meshes with an emphasis on
+watertight meshes. The goal of the library is to provide a fully featured Trimesh object which allows for easy
+manipulation and analysis, in the style of the excellent Polygon object in the Shapely library."""
+
+
+toolchain = {'name': 'gcccoremkl', 'version': '11.3.0-2022.1.0'}
+
+source_urls = [PYPI_SOURCE]
+sources = [SOURCE_TAR_GZ]
+checksums = ['025bb2fa3a2e87bdd6873f11db45a7ca19216f2f8b6aed29140fca57e32c298e']
+
+use_pip = True
+download_dep_fail = True
+sanity_pip_check = True
+
+
+dependencies = [
+    ('Python', '3.10.4'),
+    ('SciPy-bundle', '2022.05'),  # numpy required
+]
+
+sanity_check_paths = {
+    'files': [],
+    'dirs': ['lib/python%(pyshortver)s/site-packages'],
+}
+
+
+moduleclass = 'lib'
-- 
GitLab