Skip to content

Commit

Permalink
Merge pull request #20819 from WilleBell/20240613155313_new_pr_DL_POL…
Browse files Browse the repository at this point in the history
…Y_Classic_GUI110

{chem}[system/system] DL_POLY_Classic_GUI v1.10
  • Loading branch information
smoors authored Jun 13, 2024
2 parents c86a784 + eb2dbea commit e12c569
Showing 1 changed file with 34 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
easyblock = 'JAR'

name = 'DL_POLY_Classic_GUI'
version = '1.10'

homepage = 'https://gitlab.com/DL_POLY_Classic/dl_poly'
description = """
The DL_POLY Graphical User Interface (or GUI) is a program written in the
Java language and is intended for use with the DL_POLY molecular
simulation program.
This is the GUI for DL_POLY Classic, it can also be used for DL_POLY_4.
"""

toolchain = SYSTEM

source_urls = ['https://gitlab.com/DL_POLY_Classic/dl_poly/-/raw/RELEASE-%(version_major)s-%(version_minor)s/java/']
sources = ['GUI.jar']
checksums = ['8d3a5ed75d5ee8eb2e4403d8ed9355cd214c7e5b7afc8161c89a50edbc0a481d']

dependencies = [
('Java', '17', '', SYSTEM),
]


sanity_check_paths = {
'files': ['GUI.jar'],
'dirs': [''],
}

modloadmsg = """
To execute this Graphical User Interface run: java GUI
"""

moduleclass = 'chem'

0 comments on commit e12c569

Please sign in to comment.