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 0000000000000000000000000000000000000000..6f2c12dd23c432dbad18ca7db671606666b29ca1 --- /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'