Skip to content

Commit

Permalink
Merge pull request #15 from smoors/more_groups
Browse files Browse the repository at this point in the history
add groups for morfeo and abaqus
  • Loading branch information
lexming authored Dec 19, 2023
2 parents ac552d4 + 3bdba5c commit 3344a01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/vsc/eb_hooks/hooks_hydra.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

# permission groups for licensed software
SOFTWARE_GROUPS = {
'ABAQUS': 'babaqus',
'ADF': 'badf',
'AMS': 'badf',
'CASTEP': 'bcastep',
Expand All @@ -40,6 +41,7 @@
'Lumerical': 'bphot',
'Mathematica': 'brusselall', # site license
'MATLAB': 'brusselall', # site license
'Morfeo': 'bmorfeo',
'Q-Chem': 'bqchem',
'QuantumATK': 'bquantumatk',
'ReaxFF': 'breaxff',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@


PACKAGE = {
'version': '1.2.0',
'version': '1.3.0',
'author': [ad, sm, wp],
'maintainer': [ad, sm, wp],
'setup_requires': [
Expand Down

0 comments on commit 3344a01

Please sign in to comment.