easyconfigs-it4i/o/OCaml/OCaml-4.09.0.eb
Lukáš Krupčík a6b9e23443 new file: o/OCaml/OCaml-4.09.0-GCC-6.3.0-2.27.eb
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').
2020-01-08 09:50:45 +01:00

47 lines
1.1 KiB
Plaintext

# IT4Innovations 2019
name = 'OCaml'
version = '4.09.0'
homepage = 'http://ocaml.org/'
description = """OCaml is a general purpose industrial-strength programming language
with an emphasis on expressiveness and safety. Developed for more than 20 years at Inria
it benefits from one of the most advanced type systems and supports functional,
imperative and object-oriented styles of programming."""
toolchain = SYSTEM
local_opam_ver = '2.0.3'
source_urls = [
'http://caml.inria.fr/pub/distrib/ocaml-%s' % '.'.join(version.split('.')[:2]),
'https://github.com/ocaml/opam/releases/download/%s' % local_opam_ver,
]
sources = [
SOURCELOWER_TAR_GZ,
'opam-full-%s.tar.gz' % local_opam_ver,
]
builddependencies = [
('Autotools', '20180311', '', True)
]
dependencies = [
('ncurses', '6.1', '', True),
('libreadline', '7.0', '', True),
('GSL', '2.5', '', True),
]
# parallel build tends to break
parallel = 1
# handled by OPAM, order matters!
# see https://opam.ocaml.org/packages
exts_list = [
('ocamlfind', '1.8.0',),
('batteries', '2.9.0',),
('ocaml-twt', '0.94.0',),
('gsl', '1.24.0',),
]
moduleclass = 'lang'