Merge branch 'it4i-barbora'

This commit is contained in:
Lukáš Krupčík 2020-03-10 08:30:47 +01:00
commit 4e83eb1807
4 changed files with 47 additions and 37 deletions

View File

@ -19,11 +19,11 @@ source_urls = ['http://apps.fz-juelich.de/scalasca/releases/cube/4.4/dist/']
sources = ['cubegui-%(version)s.tar.gz']
dependencies = [
('Qt', '5.14.1', '', True),
('Qt', '4.8.7', '', True),
('CubeLib', '4.4.4')
]
configopts = '--enable-platform-mic --with-qt-specs=linux-icc-64 --with-frontend-local_compiler-suite=intel'
config = '--enable-platform-mic --with-qt-specs=linux-icc-64 --with-frontend-local_compiler-suite=intel'
sanity_check_paths = {
'files': [],

View File

@ -13,7 +13,7 @@ source_urls = [
]
sources = ['%(namelower)s-everywhere-opensource-src-%(version)s.tar.gz']
dependencies = [('GLib', '2.57.1')]
dependencies = [('GLib', '2.62.4')]
platform = 'linux-g++-64'

44
q/Qt5/Qt5-5.13.1.eb Normal file
View File

@ -0,0 +1,44 @@
# IT4Innovation 2020
easyblock = 'EB_Qt'
name = 'Qt5'
version = '5.13.1'
homepage = 'http://qt.io/'
description = "Qt is a local_comprehensive cross-platform C++ application framework."
toolchain = SYSTEM
source_urls = [
'https://download.qt.io/official_releases/qt/%(version_major_minor)s/%(version)s/single/',
'https://download.qt.io/archive/qt/%(version_major_minor)s/%(version)s/single/'
]
sources = ['qt-everywhere-src-%(version)s.tar.xz']
patches = [
'Qt5-%(version)s_fix-avx2.patch',
'Qt5-%(version)s_fix-qmake-libdir.patch',
]
checksums = [
'adf00266dc38352a166a9739f1a24a1e36f1be9c04bf72e16e142a256436974e', # qt-everywhere-src-5.13.1.tar.xz
'6f46005f056bf9e6ff3e5d012a874d18ee03b33e685941f2979c970be91a9dbc', # Qt5-5.13.1_fix-avx2.patch
'511ca9c0599ceb1989f73d8ceea9199c041512d3a26ee8c5fd870ead2c10cb63', # Qt5-5.13.1_fix-qmake-libdir.patch
]
builddependencies = [
('pkg-config', '0.29.2'),
]
# qtgamepad needs recent kernel/libevdev (fails on RHEL 6.x)
#configopts = '-sbkip qtgamepad'
platform = 'linux-g++-64'
dependencies = [
('GLib', '2.62.4'),
('libpng', '1.6.37'),
('X11', '20190717'),
('libGLU', '9.0.0'),
('Mesa', '18.3.1'),
]
moduleclass = 'devel'

View File

@ -1,34 +0,0 @@
# IT4Innovation 2020
easyblock = 'EB_Qt'
name = 'Qt5'
version = '5.14.1'
homepage = 'http://qt.io/'
description = "Qt is a local_comprehensive cross-platform C++ application framework."
toolchain = SYSTEM
source_urls = ['https://download.qt.io/archive/qt/5.14/5.14.1/single']
sources = ['qt-everywhere-src-%(version)s.tar.xz']
#patches = ['Qt5-5.11.1.patch']
builddependencies = [
('pkg-config', '0.29.2'),
]
# qtgamepad needs recent kernel/libevdev (fails on RHEL 6.x)
#configopts = '-sbkip qtgamepad'
platform = 'linux-g++-64'
dependencies = [
('GLib', '2.62.4'),
('libpng', '1.6.37'),
('X11', '20190717'),
('libGLU', '9.0.0'),
('Mesa', '18.3.1'),
]
moduleclass = 'devel'