diff --git a/easybuild/easyconfigs/a/Arcade-Learning-Environment/Arcade-Learning-Environment-0.8.1-foss-2023a.eb b/easybuild/easyconfigs/a/Arcade-Learning-Environment/Arcade-Learning-Environment-0.8.1-foss-2023a.eb index 936f27b6eca..b32199b60f8 100644 --- a/easybuild/easyconfigs/a/Arcade-Learning-Environment/Arcade-Learning-Environment-0.8.1-foss-2023a.eb +++ b/easybuild/easyconfigs/a/Arcade-Learning-Environment/Arcade-Learning-Environment-0.8.1-foss-2023a.eb @@ -55,6 +55,4 @@ sanity_check_paths = { sanity_check_commands = ["ale-import-roms --help"] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'tools' diff --git a/easybuild/easyconfigs/f/FSL/FSL-6.0.5.1-foss-2021a.eb b/easybuild/easyconfigs/f/FSL/FSL-6.0.5.1-foss-2021a.eb index dbf62d58d42..749b5cf34ab 100644 --- a/easybuild/easyconfigs/f/FSL/FSL-6.0.5.1-foss-2021a.eb +++ b/easybuild/easyconfigs/f/FSL/FSL-6.0.5.1-foss-2021a.eb @@ -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 = { diff --git a/easybuild/easyconfigs/f/FunGAP/FunGAP-1.1.1-foss-2022a.eb b/easybuild/easyconfigs/f/FunGAP/FunGAP-1.1.1-foss-2022a.eb index 8fef163046d..e5e02009111 100644 --- a/easybuild/easyconfigs/f/FunGAP/FunGAP-1.1.1-foss-2022a.eb +++ b/easybuild/easyconfigs/f/FunGAP/FunGAP-1.1.1-foss-2022a.eb @@ -89,7 +89,7 @@ sanity_check_paths = { modextrapaths = { 'PATH': '', - 'PYTHONPATH': ['', 'lib/python%(pyshortver)s/site-packages'] + 'PYTHONPATH': '', } modextravars = { diff --git a/easybuild/easyconfigs/g/GDAL/GDAL-3.9.0-foss-2023b.eb b/easybuild/easyconfigs/g/GDAL/GDAL-3.9.0-foss-2023b.eb index 21299457516..98d2c336293 100644 --- a/easybuild/easyconfigs/g/GDAL/GDAL-3.9.0-foss-2023b.eb +++ b/easybuild/easyconfigs/g/GDAL/GDAL-3.9.0-foss-2023b.eb @@ -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' diff --git a/easybuild/easyconfigs/g/GIMIC/GIMIC-2.2.1-foss-2022a.eb b/easybuild/easyconfigs/g/GIMIC/GIMIC-2.2.1-foss-2022a.eb index f3f3e068271..7da7cadf8b1 100644 --- a/easybuild/easyconfigs/g/GIMIC/GIMIC-2.2.1-foss-2022a.eb +++ b/easybuild/easyconfigs/g/GIMIC/GIMIC-2.2.1-foss-2022a.eb @@ -49,7 +49,7 @@ exts_list = [ ] modextrapaths = { - 'PYTHONPATH': ['bin/QCTools', 'lib/python%(pyshortver)s/site-packages'], + 'PYTHONPATH': 'bin/QCTools', } sanity_check_paths = { diff --git a/easybuild/easyconfigs/i/ITK/ITK-5.3.0-foss-2022b.eb b/easybuild/easyconfigs/i/ITK/ITK-5.3.0-foss-2022b.eb index 9ba65978898..042cb899080 100644 --- a/easybuild/easyconfigs/i/ITK/ITK-5.3.0-foss-2022b.eb +++ b/easybuild/easyconfigs/i/ITK/ITK-5.3.0-foss-2022b.eb @@ -73,6 +73,4 @@ sanity_check_paths = { sanity_check_commands = ["python -c 'import itk'"] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'data' diff --git a/easybuild/easyconfigs/p/PySCF/PySCF-2.1.1-foss-2022a.eb b/easybuild/easyconfigs/p/PySCF/PySCF-2.1.1-foss-2022a.eb index dc228c81fba..e99dcc9e418 100644 --- a/easybuild/easyconfigs/p/PySCF/PySCF-2.1.1-foss-2022a.eb +++ b/easybuild/easyconfigs/p/PySCF/PySCF-2.1.1-foss-2022a.eb @@ -134,6 +134,4 @@ sanity_check_paths = { sanity_check_commands = ["python -c 'import pyscf'"] -modextrapaths = {'PYTHONPATH': _py_site_packages} - moduleclass = 'chem' diff --git a/easybuild/easyconfigs/p/PySCF/PySCF-2.4.0-foss-2022b.eb b/easybuild/easyconfigs/p/PySCF/PySCF-2.4.0-foss-2022b.eb index d9aedc5c190..76858a5db07 100644 --- a/easybuild/easyconfigs/p/PySCF/PySCF-2.4.0-foss-2022b.eb +++ b/easybuild/easyconfigs/p/PySCF/PySCF-2.4.0-foss-2022b.eb @@ -128,6 +128,4 @@ sanity_check_paths = { sanity_check_commands = ["python -c 'import pyscf'"] -modextrapaths = {'PYTHONPATH': _py_site_packages} - moduleclass = 'chem' diff --git a/easybuild/easyconfigs/p/pytorch-CycleGAN-pix2pix/pytorch-CycleGAN-pix2pix-20230314-foss-2022a-CUDA-11.7.0.eb b/easybuild/easyconfigs/p/pytorch-CycleGAN-pix2pix/pytorch-CycleGAN-pix2pix-20230314-foss-2022a-CUDA-11.7.0.eb index 7c9c80b1e52..4c970e1e08f 100644 --- a/easybuild/easyconfigs/p/pytorch-CycleGAN-pix2pix/pytorch-CycleGAN-pix2pix-20230314-foss-2022a-CUDA-11.7.0.eb +++ b/easybuild/easyconfigs/p/pytorch-CycleGAN-pix2pix/pytorch-CycleGAN-pix2pix-20230314-foss-2022a-CUDA-11.7.0.eb @@ -54,6 +54,4 @@ sanity_check_commands = [ 'test.py --help', ] -modextrapaths = {'PYTHONPATH': _pylib} - moduleclass = 'vis' diff --git a/easybuild/easyconfigs/r/RDKit/RDKit-2024.03.3-foss-2023a.eb b/easybuild/easyconfigs/r/RDKit/RDKit-2024.03.3-foss-2023a.eb index 5af2865d609..84f39393b82 100644 --- a/easybuild/easyconfigs/r/RDKit/RDKit-2024.03.3-foss-2023a.eb +++ b/easybuild/easyconfigs/r/RDKit/RDKit-2024.03.3-foss-2023a.eb @@ -68,6 +68,4 @@ sanity_check_commands = [ "python -c 'import rdkit.rdBase'", ] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'chem' diff --git a/easybuild/easyconfigs/s/SNAP-ESA-python/SNAP-ESA-python-8.0-GCCcore-10.2.0-Java-1.8-Python-2.7.18.eb b/easybuild/easyconfigs/s/SNAP-ESA-python/SNAP-ESA-python-8.0-GCCcore-10.2.0-Java-1.8-Python-2.7.18.eb index 410cd5034da..d865aa10a28 100644 --- a/easybuild/easyconfigs/s/SNAP-ESA-python/SNAP-ESA-python-8.0-GCCcore-10.2.0-Java-1.8-Python-2.7.18.eb +++ b/easybuild/easyconfigs/s/SNAP-ESA-python/SNAP-ESA-python-8.0-GCCcore-10.2.0-Java-1.8-Python-2.7.18.eb @@ -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 diff --git a/easybuild/easyconfigs/s/SNAP-ESA-python/SNAP-ESA-python-9.0.0-GCCcore-11.2.0-Java-11-Python-2.7.18.eb b/easybuild/easyconfigs/s/SNAP-ESA-python/SNAP-ESA-python-9.0.0-GCCcore-11.2.0-Java-11-Python-2.7.18.eb index dd347b88d0e..4b692e120d3 100644 --- a/easybuild/easyconfigs/s/SNAP-ESA-python/SNAP-ESA-python-9.0.0-GCCcore-11.2.0-Java-11-Python-2.7.18.eb +++ b/easybuild/easyconfigs/s/SNAP-ESA-python/SNAP-ESA-python-9.0.0-GCCcore-11.2.0-Java-11-Python-2.7.18.eb @@ -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 diff --git a/easybuild/easyconfigs/s/SUMO/SUMO-1.7.0-foss-2020a-Python-3.8.2.eb b/easybuild/easyconfigs/s/SUMO/SUMO-1.7.0-foss-2020a-Python-3.8.2.eb index eb4f55f2430..df977f9ea2b 100644 --- a/easybuild/easyconfigs/s/SUMO/SUMO-1.7.0-foss-2020a-Python-3.8.2.eb +++ b/easybuild/easyconfigs/s/SUMO/SUMO-1.7.0-foss-2020a-Python-3.8.2.eb @@ -53,7 +53,6 @@ sanity_check_commands = [ modextrapaths = { 'SUMO_HOME': local_sumo_home, - 'PYTHONPATH': local_pythonpath, } moduleclass = 'data' diff --git a/easybuild/easyconfigs/s/Spark/Spark-3.1.1-foss-2020a-Python-3.8.2.eb b/easybuild/easyconfigs/s/Spark/Spark-3.1.1-foss-2020a-Python-3.8.2.eb index 8f540a04985..fea58961e79 100644 --- a/easybuild/easyconfigs/s/Spark/Spark-3.1.1-foss-2020a-Python-3.8.2.eb +++ b/easybuild/easyconfigs/s/Spark/Spark-3.1.1-foss-2020a-Python-3.8.2.eb @@ -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'} diff --git a/easybuild/easyconfigs/s/Spark/Spark-3.1.1-foss-2020b.eb b/easybuild/easyconfigs/s/Spark/Spark-3.1.1-foss-2020b.eb index 8f6ed227e69..5ef5383cb55 100644 --- a/easybuild/easyconfigs/s/Spark/Spark-3.1.1-foss-2020b.eb +++ b/easybuild/easyconfigs/s/Spark/Spark-3.1.1-foss-2020b.eb @@ -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'} diff --git a/easybuild/easyconfigs/s/Spark/Spark-3.1.1-fosscuda-2020b.eb b/easybuild/easyconfigs/s/Spark/Spark-3.1.1-fosscuda-2020b.eb index 56919581d9b..5c43460341e 100644 --- a/easybuild/easyconfigs/s/Spark/Spark-3.1.1-fosscuda-2020b.eb +++ b/easybuild/easyconfigs/s/Spark/Spark-3.1.1-fosscuda-2020b.eb @@ -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'} diff --git a/easybuild/easyconfigs/s/Spark/Spark-3.2.1-foss-2021b.eb b/easybuild/easyconfigs/s/Spark/Spark-3.2.1-foss-2021b.eb index e0e24435c31..46f3cf85c9c 100644 --- a/easybuild/easyconfigs/s/Spark/Spark-3.2.1-foss-2021b.eb +++ b/easybuild/easyconfigs/s/Spark/Spark-3.2.1-foss-2021b.eb @@ -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'} diff --git a/easybuild/easyconfigs/s/Spark/Spark-3.3.1-foss-2022a.eb b/easybuild/easyconfigs/s/Spark/Spark-3.3.1-foss-2022a.eb index 54dd751a685..83f926dabe8 100644 --- a/easybuild/easyconfigs/s/Spark/Spark-3.3.1-foss-2022a.eb +++ b/easybuild/easyconfigs/s/Spark/Spark-3.3.1-foss-2022a.eb @@ -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'} diff --git a/easybuild/easyconfigs/s/Spark/Spark-3.5.0-foss-2023a.eb b/easybuild/easyconfigs/s/Spark/Spark-3.5.0-foss-2023a.eb index f5d74e7048d..192bc884376 100644 --- a/easybuild/easyconfigs/s/Spark/Spark-3.5.0-foss-2023a.eb +++ b/easybuild/easyconfigs/s/Spark/Spark-3.5.0-foss-2023a.eb @@ -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'} diff --git a/easybuild/easyconfigs/s/Spark/Spark-3.5.1-foss-2023a-Java-17.eb b/easybuild/easyconfigs/s/Spark/Spark-3.5.1-foss-2023a-Java-17.eb index addcd5d259c..5290c908af0 100644 --- a/easybuild/easyconfigs/s/Spark/Spark-3.5.1-foss-2023a-Java-17.eb +++ b/easybuild/easyconfigs/s/Spark/Spark-3.5.1-foss-2023a-Java-17.eb @@ -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'}