Skip to content

Commit

Permalink
use EB4 as a starting point
Browse files Browse the repository at this point in the history
  • Loading branch information
branfosj authored Dec 12, 2024
1 parent a8cae9b commit abaf168
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions easybuild/easyconfigs/d/DFTB+/DFTB+-21.1-intel-2021a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,6 @@ sanity_check_paths = {

sanity_check_commands = [("python -c 'import dptools'")]

modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'}

moduleclass = 'phys'
4 changes: 4 additions & 0 deletions easybuild/easyconfigs/d/DFTB+/DFTB+-24.1-foss-2023a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ runtest = 'test'

exts_defaultclass = 'PythonPackage'
exts_default_options = {
'download_dep_fail': True,
'use_pip': True,
'runtest': False,
}
exts_list = [
Expand All @@ -86,4 +88,6 @@ sanity_check_paths = {

sanity_check_commands = ["python -c 'import dptools'"]

modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'}

moduleclass = 'phys'

0 comments on commit abaf168

Please sign in to comment.