Skip to content

Commit

Permalink
Remove additional manually specified PYTHONPATH's
Browse files Browse the repository at this point in the history
  • Loading branch information
Micket committed Aug 16, 2024
1 parent 07068f0 commit c51b513
Show file tree
Hide file tree
Showing 20 changed files with 10 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,4 @@ sanity_check_paths = {

sanity_check_commands = ["ale-import-roms --help"]

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

moduleclass = 'tools'
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/f/FSL/FSL-6.0.5.1-foss-2021a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ exts_list = [
]

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

modextravars = {
Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/f/FunGAP/FunGAP-1.1.1-foss-2022a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ sanity_check_paths = {

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

modextravars = {
Expand Down
2 changes: 0 additions & 2 deletions easybuild/easyconfigs/g/GDAL/GDAL-3.9.0-foss-2023b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,4 @@ sanity_check_paths = {

sanity_check_commands = ["python -c 'import osgeo.%(namelower)s'"]

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

moduleclass = 'data'
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/g/GIMIC/GIMIC-2.2.1-foss-2022a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ exts_list = [
]

modextrapaths = {
'PYTHONPATH': ['bin/QCTools', 'lib/python%(pyshortver)s/site-packages'],
'PYTHONPATH': 'bin/QCTools',
}

sanity_check_paths = {
Expand Down
2 changes: 0 additions & 2 deletions easybuild/easyconfigs/i/ITK/ITK-5.3.0-foss-2022b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,4 @@ sanity_check_paths = {

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

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

moduleclass = 'data'
2 changes: 0 additions & 2 deletions easybuild/easyconfigs/p/PySCF/PySCF-2.1.1-foss-2022a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,4 @@ sanity_check_paths = {

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

modextrapaths = {'PYTHONPATH': _py_site_packages}

moduleclass = 'chem'
2 changes: 0 additions & 2 deletions easybuild/easyconfigs/p/PySCF/PySCF-2.4.0-foss-2022b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,4 @@ sanity_check_paths = {

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

modextrapaths = {'PYTHONPATH': _py_site_packages}

moduleclass = 'chem'
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,4 @@ sanity_check_commands = [
'test.py --help',
]

modextrapaths = {'PYTHONPATH': _pylib}

moduleclass = 'vis'
2 changes: 0 additions & 2 deletions easybuild/easyconfigs/r/RDKit/RDKit-2024.03.3-foss-2023a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,4 @@ sanity_check_commands = [
"python -c 'import rdkit.rdBase'",
]

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

moduleclass = 'chem'
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ sanity_check_paths = {

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

modextrapaths = {'PYTHONPATH': [local_pysite]}

local_javaopts = " -Dsnap.pythonExecutable=python"
local_javaopts += " -Dsnap.pythonModuleDir=%s" % local_pyinstalldir

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ sanity_check_paths = {

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

modextrapaths = {'PYTHONPATH': [local_pysite]}

local_javaopts = " -Dsnap.pythonExecutable=python"
local_javaopts += " -Dsnap.pythonModuleDir=%s" % local_pyinstalldir

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ sanity_check_commands = [

modextrapaths = {
'SUMO_HOME': local_sumo_home,
'PYTHONPATH': local_pythonpath,
}

moduleclass = 'data'
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ sanity_check_commands = [
"python -c 'import pyspark'",
]

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

modextravars = {'SPARK_HOME': '%(installdir)s'}

Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/s/Spark/Spark-3.1.1-foss-2020b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ sanity_check_commands = [
"python -c 'import pyspark'",
]

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

modextravars = {'SPARK_HOME': '%(installdir)s'}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ sanity_check_commands = [
"python -c 'import pyspark'",
]

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

modextravars = {'SPARK_HOME': '%(installdir)s'}

Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/s/Spark/Spark-3.2.1-foss-2021b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ sanity_check_commands = [
"python -c 'import pyspark'",
]

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

modextravars = {'SPARK_HOME': '%(installdir)s'}

Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/s/Spark/Spark-3.3.1-foss-2022a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ sanity_check_commands = [
"python -c 'import pyspark'",
]

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

modextravars = {'SPARK_HOME': '%(installdir)s'}

Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/s/Spark/Spark-3.5.0-foss-2023a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ sanity_check_commands = [
"python -c 'import pyspark'",
]

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

modextravars = {'SPARK_HOME': '%(installdir)s'}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ sanity_check_commands = [
"python -c 'import pyspark'",
]

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

modextravars = {'SPARK_HOME': '%(installdir)s'}

Expand Down

0 comments on commit c51b513

Please sign in to comment.