Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ysagon/4e1b5f66450a467c0d8ec3765d5b456c to your computer and use it in GitHub Desktop.
Save ysagon/4e1b5f66450a467c0d8ec3765d5b456c to your computer and use it in GitHub Desktop.
name = 'MRtrix'
version = '3.0_RC3'
versionsuffix = '-Python-%(pyver)s'
homepage = 'http://www.mrtrix.org/'
description = """MRtrix3 provides a set of tools to perform various types of diffusion MRI analyses, from various forms of tractography through to next-generation group-level analyses. It is designed with consistency, performance, and stability in mind, and is freely available under an open-source license. It is developed and maintained by a team of experts in the field, fostering an active community of users from diverse backgrounds."""
toolchain = {'name': 'foss', 'version': '2018b'}
toolchainopts = {'cstd': 'c++11'}
github_account='MRtrix3'
# https://github.com/MRtrix3/mrtrix3/archive/3.0_RC3.tar.gz
source_urls= ['https://github.com/%(github_account)s/%(namelower)s3/archive']
sources = ['%(version)s.tar.gz']
checksums = ['1eebd96d476772b4f1aaad2d362af575e70fd2de0bede61a658758ffd9793b4d']
builddependencies = [
('Eigen', '3.3.7', '', True),
('XZ', '5.2.4'),
]
dependencies = [
('LibTIFF', '4.0.9'),
('zlib', '1.2.11'),
('Python', '2.7.15'),
('Mesa', '18.1.1'),
('Qt', '4.8.7'),
('XZ', '5.2.4'),
]
moduleclass = 'bio'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment