Skip to content

Commit

Permalink
update homepage for DFTB+
Browse files Browse the repository at this point in the history
  • Loading branch information
branfosj committed Dec 12, 2024
1 parent 29a3a8c commit a8cae9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 1 addition & 3 deletions easybuild/easyconfigs/d/DFTB+/DFTB+-21.1-intel-2021a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ easyblock = 'CMakeMake'
name = 'DFTB+'
version = '21.1'

homepage = 'https://www.dftb-plus.info'
homepage = 'https://www.dftbplus.org/'
description = """DFTB+ is a fast and efficient versatile quantum mechanical simulation package.
It is based on the Density Functional Tight Binding (DFTB) method, containing
almost all of the useful extensions which have been developed for the DFTB
Expand Down Expand Up @@ -77,6 +77,4 @@ sanity_check_paths = {

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

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

moduleclass = 'phys'
6 changes: 1 addition & 5 deletions easybuild/easyconfigs/d/DFTB+/DFTB+-24.1-foss-2023a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ easyblock = 'CMakeMake'
name = 'DFTB+'
version = '24.1'

homepage = 'https://www.dftb-plus.info'
homepage = 'https://www.dftbplus.org/'
description = """DFTB+ is a fast and efficient versatile quantum mechanical simulation package.
It is based on the Density Functional Tight Binding (DFTB) method, containing
almost all of the useful extensions which have been developed for the DFTB
Expand Down Expand Up @@ -66,8 +66,6 @@ runtest = 'test'

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

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

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

moduleclass = 'phys'

0 comments on commit a8cae9b

Please sign in to comment.