mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00

new file: c/CP2K/CP2K-4.1-intel-2017a.eb new file: c/CP2K/CP2K-5.1-intel-2017a-dev.eb new file: c/CP2K/CP2K-5.1-intel-2017a-test.eb new file: c/CP2K/CP2K-5.1-intel-2017a-test2.eb new file: l/Libint/Libint-1.1.6-GCC-6.3.0-2.27.eb new file: l/libsmm/libsmm-2015-11-10.eb new file: l/libxc/libxc-3.0.0-GCC-6.3.0-2.27.eb modified: l/libxc/libxc-3.0.0-intel-2017a.eb modified: l/libxc/libxc-4.0.1-GCC-6.3.0-2.27.eb modified: l/libxc/libxc-4.0.1.eb new file: l/libxc/libxc-4.0.2-GCC-6.3.0-2.27.eb new file: l/libxc/libxc-4.0.2-intel-2017a.eb new file: l/libxsmm/libxsmm-1.7.1-GCC-6.3.0-2.27.eb new file: o/opencv-python/opencv-python-3.3.0.10-Python-3.6.1.eb deleted: l/libxc/libxc-4.0.1-intel-2017a.eb
37 lines
999 B
Plaintext
37 lines
999 B
Plaintext
# IT4Innovations 2017
|
|
|
|
# Sanity check failing, generate module by "--module-only"
|
|
|
|
easyblock = 'PythonPackage'
|
|
|
|
name = 'opencv-python'
|
|
version = '3.3.0.10'
|
|
versionsuffix = '-Python-%(pyver)s'
|
|
|
|
homepage = 'http://deeplearning.net/software/theano'
|
|
description = """Theano is a Python library that allows you to define, optimize,
|
|
and evaluate mathematical expressions involving multi-dimensional arrays efficiently."""
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
|
|
source_urls = [PYPI_SOURCE]
|
|
sources = ['opencv_python-%(version)s-cp36-cp36m-manylinux1_x86_64.whl']
|
|
|
|
dependencies = [('Python', '3.6.1')]
|
|
|
|
use_pip = True
|
|
unpack_sources = False
|
|
|
|
#skipsteps = ['test', 'sanity_check']
|
|
|
|
#runtest='/apps/all/Python/3.6.1/bin/python -c "import cv2"'
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/python%(pyshortver)s/site-packages/cv2/cv2.cpython-36m-x86_64-linux-gnu.so'],
|
|
'dirs': ['lib/python%(pyshortver)s/site-packages'],
|
|
}
|
|
|
|
sanity_check_commands = [('python', '-c "import cv2"')]
|
|
|
|
moduleclass = 'vis'
|