Skip to content

Commit fd4cf61

Browse files
author
Samuel Moors
committed
adding easyconfigs: PyCharm-2025.3.2.1.eb
1 parent da01d81 commit fd4cf61

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
easyblock = 'Tarball'
2+
3+
name = 'PyCharm'
4+
version = "2025.3.2.1"
5+
6+
homepage = 'https://www.jetbrains.com/pycharm/'
7+
description = """
8+
PyCharm offers out-of-the-box support for Python, databases, Jupyter, Git,
9+
Conda, PyTorch, TensorFlow, Hugging Face, Django, Flask, FastAPI, and more.
10+
With the seamless integration of its context-aware AI Assistant, you can get
11+
your work started quickly and make progress more efficiently. PyCharm equips
12+
you with everything you need for all sorts of projects, from web development
13+
and data pipelines to ML model prototyping and data analysis."""
14+
15+
toolchain = SYSTEM
16+
17+
source_urls = ['https://download-cf.jetbrains.com/python']
18+
sources = ['pycharm-%(version)s.tar.gz']
19+
checksums = ['6d3cc25041c2a091695cfe733e8893ddda154e6f9b92cc060a6d1be3e8779fae']
20+
21+
sanity_check_paths = {
22+
'files': ["bin/pycharm.sh"],
23+
'dirs': [],
24+
}
25+
26+
sanity_check_commands = ['pycharm --version']
27+
28+
moduleclass = 'devel'

0 commit comments

Comments
 (0)