Skip to content
Snippets Groups Projects
Commit 696c524f authored by Alexandre Strube's avatar Alexandre Strube
Browse files

New version

parent 21d9640c
Branches
No related tags found
No related merge requests found
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'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment