mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
17 lines
512 B
Plaintext
17 lines
512 B
Plaintext
name = 'Xmipp'
|
|
version = '3.1'
|
|
versionsuffix = '-with-incl-deps'
|
|
|
|
homepage = 'http://xmipp.cnb.csic.es/'
|
|
description = "Xmipp is a suite of image processing programs, primarily aimed at single-particle 3D electron microscopy."
|
|
|
|
source_urls = ['http://xmipp.cnb.csic.es/Downloads/']
|
|
sources = ['Xmipp-%(version)s-src.tar.gz']
|
|
|
|
toolchain = {'name': 'goolf', 'version': '1.4.10'}
|
|
|
|
# note: all other dependencies are taken care of by Xmipp itself
|
|
dependencies = [('Java', '1.7.0_80', '', True)]
|
|
|
|
moduleclass = 'vis'
|