mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: o/OCaml/OCaml-4.09.0.eb modified: s/Singularity/Singularity-3.5.2.eb new file: u/Unison/Unison-2.51.2-GCC-6.3.0-2.27.eb new file: v/VASP/VASP-5.4.4-intel-2017c-mkl=cluster-Wannier.eb new file: w/Wannier90/Wannier90-3.0.0-intel-2017c.eb new files yourself (see 'git help status').
36 lines
835 B
Plaintext
36 lines
835 B
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = 'MakeCp'
|
|
|
|
name = "Unison"
|
|
version = "2.51.2"
|
|
|
|
homepage = 'http://www.cis.upenn.edu/~bcpierce/unison'
|
|
description = """Unison is a file-synchronization tool for Unix and Windows.
|
|
It allows two replicas of a collection of files and directories
|
|
to be stored on different hosts (or different disks on the same host),
|
|
modified separately, and then brought up to date
|
|
by propagating the changes in each replica to the other."""
|
|
|
|
toolchain = {'name': 'GCC', 'version': '6.3.0-2.27'}
|
|
|
|
source_urls = ['https://github.com/bcpierce00/unison/archive/']
|
|
sources = ['v%(version)s.tar.gz']
|
|
|
|
#buildopts = 'UISTYLE=text '
|
|
|
|
dependencies = [
|
|
('OCaml', '4.09.0'),
|
|
]
|
|
|
|
files_to_copy = [(['unison'], 'bin')]
|
|
|
|
parallel = 1
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/unison'],
|
|
'dirs': []
|
|
}
|
|
|
|
moduleclass = 'tools'
|