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

new file: g/Ghostscript/Ghostscript-9.52-GCCcore-8.3.0.eb new file: i/ImageMagick/ImageMagick-7.0.10-6-GCCcore-8.3.0.eb new file: l/LittleCMS/LittleCMS-2.9-GCCcore-8.3.0.eb new file: o/OpenBLAS/OpenBLAS-0.2.20-GCC-8.3.0-2.32.eb new file: p/PGI/PGI-19.10-GCC-6.3.0-2.27-CUDA.eb new file: p/PGI/PGI-19.10-GCC-6.3.0-2.27.eb modified: v/VSCode/VSCode-1.38.0.eb modified: x/X11/X11-20190717.eb
31 lines
1013 B
Plaintext
31 lines
1013 B
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = 'PackedBinary'
|
|
|
|
name = 'VSCode'
|
|
version = '1.38.0'
|
|
|
|
homepage = 'https://github.com/microsoft/vscode'
|
|
description = """Visual Studio Code is a distribution of the Code - OSS repository with Microsoft specific customizations released under a traditional Microsoft product license.
|
|
Visual Studio Code combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle. It provides local_comprehensive code editing, navigation, and understanding support along with lightweight debugging, a rich extensibility model, and lightweight integration with existing tools.
|
|
"""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
source_urls = ['https://az764295.vo.msecnd.net/stable/3db7e09f3b61f915d03bbfa58e258d6eee843f35/']
|
|
sources = ['code-stable-1567547931.tar.gz']
|
|
|
|
dependencies = [
|
|
('git', '2.23.0'),
|
|
('Java', '1.8.0_221'),
|
|
('X11', '20190717'),
|
|
('Pango', '1.44.7'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/code'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'tools'
|