Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{devel}[system/system] Flink v1.11.2 #11747

Merged
merged 4 commits into from Nov 27, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
31 changes: 31 additions & 0 deletions easybuild/easyconfigs/f/Flink/Flink-1.11.2-bin-scala_2.11.eb
@@ -0,0 +1,31 @@
easyblock = 'Tarball'

name = 'Flink'
version = '1.11.2'
versionsuffix = '-bin-scala_2.11'
Falkor marked this conversation as resolved.
Show resolved Hide resolved

homepage = 'https://flink.apache.org/'
description = """Apache Flink is a framework and distributed processing engine for stateful computations
over unbounded and bounded data streams.
Flink has been designed to run in all common cluster environments, perform computations at in-memory speed
and at any scale."""

toolchain = SYSTEM

sources = ['%(namelower)s-%(version)s-bin-scala_2.11.tgz']
Falkor marked this conversation as resolved.
Show resolved Hide resolved
source_urls = [
'http://www.eu.apache.org/dist/%(namelower)s/%(namelower)s-%(version)s/',
'http://www.us.apache.org/dist/%(namelower)s/%(namelower)s-%(version)s/',
]
checksums = [
'63e89bba954963cde182d00a7ea3d1c24a90c764fd5342b6394bc0d888a634d8', # flink-1.11.2-bin-scala_2.11.tgz
]

dependencies = [('Java', '1.8')]

sanity_check_paths = {
'dirs': ['conf'],
'files': ['bin/flink']
}
Falkor marked this conversation as resolved.
Show resolved Hide resolved

moduleclass = 'devel'