From dddecd7cbf3ccaaebfcacc2e583226249cc56ee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20=C3=96hman?= Date: Wed, 3 Jul 2024 19:41:15 +0200 Subject: [PATCH 1/8] Drop manually specified PYTHONPATH from ParaView --- .../easyconfigs/p/ParaView/ParaView-5.10.1-foss-2022a-mpi.eb | 2 -- .../easyconfigs/p/ParaView/ParaView-5.11.0-foss-2022b-mpi.eb | 2 -- .../easyconfigs/p/ParaView/ParaView-5.11.1-foss-2022a-mpi.eb | 2 -- .../p/ParaView/ParaView-5.11.1-foss-2022b-CUDA-12.2.0.eb | 2 -- easybuild/easyconfigs/p/ParaView/ParaView-5.11.1-foss-2022b.eb | 2 -- easybuild/easyconfigs/p/ParaView/ParaView-5.11.2-foss-2023a.eb | 2 -- easybuild/easyconfigs/p/ParaView/ParaView-5.12.0-foss-2023b.eb | 2 -- .../p/ParaView/ParaView-5.8.0-foss-2020a-Python-3.8.2-mpi.eb | 2 -- .../p/ParaView/ParaView-5.8.0-intel-2020a-Python-3.8.2-mpi.eb | 2 -- .../easyconfigs/p/ParaView/ParaView-5.8.1-foss-2020b-mpi.eb | 2 -- .../easyconfigs/p/ParaView/ParaView-5.9.1-foss-2021a-mpi.eb | 2 -- .../easyconfigs/p/ParaView/ParaView-5.9.1-foss-2021b-mpi.eb | 2 -- .../easyconfigs/p/ParaView/ParaView-5.9.1-intel-2021a-mpi.eb | 2 -- 13 files changed, 26 deletions(-) diff --git a/easybuild/easyconfigs/p/ParaView/ParaView-5.10.1-foss-2022a-mpi.eb b/easybuild/easyconfigs/p/ParaView/ParaView-5.10.1-foss-2022a-mpi.eb index 766c6e809d7..bc9360900c6 100644 --- a/easybuild/easyconfigs/p/ParaView/ParaView-5.10.1-foss-2022a-mpi.eb +++ b/easybuild/easyconfigs/p/ParaView/ParaView-5.10.1-foss-2022a-mpi.eb @@ -55,6 +55,4 @@ sanity_check_paths = { sanity_check_commands = ['python -c "import paraview"'] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'vis' diff --git a/easybuild/easyconfigs/p/ParaView/ParaView-5.11.0-foss-2022b-mpi.eb b/easybuild/easyconfigs/p/ParaView/ParaView-5.11.0-foss-2022b-mpi.eb index 8eed5565c1b..2316dedd0e0 100644 --- a/easybuild/easyconfigs/p/ParaView/ParaView-5.11.0-foss-2022b-mpi.eb +++ b/easybuild/easyconfigs/p/ParaView/ParaView-5.11.0-foss-2022b-mpi.eb @@ -53,6 +53,4 @@ sanity_check_paths = { sanity_check_commands = ['python -c "import paraview"'] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'vis' diff --git a/easybuild/easyconfigs/p/ParaView/ParaView-5.11.1-foss-2022a-mpi.eb b/easybuild/easyconfigs/p/ParaView/ParaView-5.11.1-foss-2022a-mpi.eb index 479b6c9ee20..ecb58d00ede 100644 --- a/easybuild/easyconfigs/p/ParaView/ParaView-5.11.1-foss-2022a-mpi.eb +++ b/easybuild/easyconfigs/p/ParaView/ParaView-5.11.1-foss-2022a-mpi.eb @@ -55,6 +55,4 @@ sanity_check_paths = { sanity_check_commands = ['python -c "import paraview"'] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'vis' diff --git a/easybuild/easyconfigs/p/ParaView/ParaView-5.11.1-foss-2022b-CUDA-12.2.0.eb b/easybuild/easyconfigs/p/ParaView/ParaView-5.11.1-foss-2022b-CUDA-12.2.0.eb index 8f312f89318..096d73dd60a 100644 --- a/easybuild/easyconfigs/p/ParaView/ParaView-5.11.1-foss-2022b-CUDA-12.2.0.eb +++ b/easybuild/easyconfigs/p/ParaView/ParaView-5.11.1-foss-2022b-CUDA-12.2.0.eb @@ -77,6 +77,4 @@ sanity_check_paths = { sanity_check_commands = ['python -c "import paraview"'] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'vis' diff --git a/easybuild/easyconfigs/p/ParaView/ParaView-5.11.1-foss-2022b.eb b/easybuild/easyconfigs/p/ParaView/ParaView-5.11.1-foss-2022b.eb index a495c8da450..9059a945036 100644 --- a/easybuild/easyconfigs/p/ParaView/ParaView-5.11.1-foss-2022b.eb +++ b/easybuild/easyconfigs/p/ParaView/ParaView-5.11.1-foss-2022b.eb @@ -66,6 +66,4 @@ sanity_check_paths = { sanity_check_commands = ['python -c "import paraview"'] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'vis' diff --git a/easybuild/easyconfigs/p/ParaView/ParaView-5.11.2-foss-2023a.eb b/easybuild/easyconfigs/p/ParaView/ParaView-5.11.2-foss-2023a.eb index c849554271c..cb9cf7d4356 100644 --- a/easybuild/easyconfigs/p/ParaView/ParaView-5.11.2-foss-2023a.eb +++ b/easybuild/easyconfigs/p/ParaView/ParaView-5.11.2-foss-2023a.eb @@ -65,6 +65,4 @@ sanity_check_paths = { sanity_check_commands = ['python -c "import paraview"'] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'vis' diff --git a/easybuild/easyconfigs/p/ParaView/ParaView-5.12.0-foss-2023b.eb b/easybuild/easyconfigs/p/ParaView/ParaView-5.12.0-foss-2023b.eb index ed8408c9301..edcc8d03fac 100644 --- a/easybuild/easyconfigs/p/ParaView/ParaView-5.12.0-foss-2023b.eb +++ b/easybuild/easyconfigs/p/ParaView/ParaView-5.12.0-foss-2023b.eb @@ -74,6 +74,4 @@ sanity_check_paths = { sanity_check_commands = ['python -c "import paraview"'] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'vis' diff --git a/easybuild/easyconfigs/p/ParaView/ParaView-5.8.0-foss-2020a-Python-3.8.2-mpi.eb b/easybuild/easyconfigs/p/ParaView/ParaView-5.8.0-foss-2020a-Python-3.8.2-mpi.eb index 5703aa679cd..ba28603c3a5 100644 --- a/easybuild/easyconfigs/p/ParaView/ParaView-5.8.0-foss-2020a-Python-3.8.2-mpi.eb +++ b/easybuild/easyconfigs/p/ParaView/ParaView-5.8.0-foss-2020a-Python-3.8.2-mpi.eb @@ -52,6 +52,4 @@ sanity_check_paths = { sanity_check_commands = ['python -c "import paraview"'] -modextrapaths = {'PYTHONPATH': ['lib64/python%(pyshortver)s/site-packages', 'lib/python%(pyshortver)s/site-packages']} - moduleclass = 'vis' diff --git a/easybuild/easyconfigs/p/ParaView/ParaView-5.8.0-intel-2020a-Python-3.8.2-mpi.eb b/easybuild/easyconfigs/p/ParaView/ParaView-5.8.0-intel-2020a-Python-3.8.2-mpi.eb index 19228ee9342..b73dccf72d0 100644 --- a/easybuild/easyconfigs/p/ParaView/ParaView-5.8.0-intel-2020a-Python-3.8.2-mpi.eb +++ b/easybuild/easyconfigs/p/ParaView/ParaView-5.8.0-intel-2020a-Python-3.8.2-mpi.eb @@ -57,6 +57,4 @@ sanity_check_paths = { sanity_check_commands = ['python -c "import paraview"'] -modextrapaths = {'PYTHONPATH': ['lib64/python%(pyshortver)s/site-packages', 'lib/python%(pyshortver)s/site-packages']} - moduleclass = 'vis' diff --git a/easybuild/easyconfigs/p/ParaView/ParaView-5.8.1-foss-2020b-mpi.eb b/easybuild/easyconfigs/p/ParaView/ParaView-5.8.1-foss-2020b-mpi.eb index 4d1f402364b..bed19485389 100644 --- a/easybuild/easyconfigs/p/ParaView/ParaView-5.8.1-foss-2020b-mpi.eb +++ b/easybuild/easyconfigs/p/ParaView/ParaView-5.8.1-foss-2020b-mpi.eb @@ -52,6 +52,4 @@ sanity_check_paths = { sanity_check_commands = ['python -c "import paraview"'] -modextrapaths = {'PYTHONPATH': ['lib64/python%(pyshortver)s/site-packages', 'lib/python%(pyshortver)s/site-packages']} - moduleclass = 'vis' diff --git a/easybuild/easyconfigs/p/ParaView/ParaView-5.9.1-foss-2021a-mpi.eb b/easybuild/easyconfigs/p/ParaView/ParaView-5.9.1-foss-2021a-mpi.eb index 597a01985cc..944d0249fde 100644 --- a/easybuild/easyconfigs/p/ParaView/ParaView-5.9.1-foss-2021a-mpi.eb +++ b/easybuild/easyconfigs/p/ParaView/ParaView-5.9.1-foss-2021a-mpi.eb @@ -55,6 +55,4 @@ sanity_check_paths = { sanity_check_commands = ['python -c "import paraview"'] -modextrapaths = {'PYTHONPATH': ['lib64/python%(pyshortver)s/site-packages', 'lib/python%(pyshortver)s/site-packages']} - moduleclass = 'vis' diff --git a/easybuild/easyconfigs/p/ParaView/ParaView-5.9.1-foss-2021b-mpi.eb b/easybuild/easyconfigs/p/ParaView/ParaView-5.9.1-foss-2021b-mpi.eb index c131ad80db0..88d8ab7bc02 100644 --- a/easybuild/easyconfigs/p/ParaView/ParaView-5.9.1-foss-2021b-mpi.eb +++ b/easybuild/easyconfigs/p/ParaView/ParaView-5.9.1-foss-2021b-mpi.eb @@ -57,6 +57,4 @@ sanity_check_paths = { sanity_check_commands = ['python -c "import paraview"'] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'vis' diff --git a/easybuild/easyconfigs/p/ParaView/ParaView-5.9.1-intel-2021a-mpi.eb b/easybuild/easyconfigs/p/ParaView/ParaView-5.9.1-intel-2021a-mpi.eb index acf68e2e8ce..98d8c77d900 100644 --- a/easybuild/easyconfigs/p/ParaView/ParaView-5.9.1-intel-2021a-mpi.eb +++ b/easybuild/easyconfigs/p/ParaView/ParaView-5.9.1-intel-2021a-mpi.eb @@ -55,6 +55,4 @@ sanity_check_paths = { sanity_check_commands = ['python -c "import paraview"'] -modextrapaths = {'PYTHONPATH': ['lib64/python%(pyshortver)s/site-packages', 'lib/python%(pyshortver)s/site-packages']} - moduleclass = 'vis' From 7dc1bfeb50368b5126a7479ba23c69cbfc0a7b73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20=C3=96hman?= Date: Thu, 4 Jul 2024 00:11:17 +0200 Subject: [PATCH 2/8] Drop manual default PYTHONPATH's from modextrapaths --- .../Arcade-Learning-Environment-0.7.3-foss-2021b.eb | 2 -- .../Arcade-Learning-Environment-0.8.1-foss-2022a.eb | 2 -- .../a/Arrow/Arrow-0.17.1-foss-2020a-Python-3.8.2.eb | 2 -- easybuild/easyconfigs/a/Arrow/Arrow-0.17.1-foss-2020b.eb | 2 -- easybuild/easyconfigs/a/Arrow/Arrow-0.17.1-fosscuda-2020b.eb | 2 -- .../a/Arrow/Arrow-0.17.1-intel-2020a-Python-3.8.2.eb | 2 -- easybuild/easyconfigs/a/Arrow/Arrow-0.17.1-intel-2020b.eb | 2 -- easybuild/easyconfigs/a/Arrow/Arrow-11.0.0-gfbf-2022b.eb | 2 -- easybuild/easyconfigs/a/Arrow/Arrow-14.0.1-gfbf-2023a.eb | 2 -- easybuild/easyconfigs/a/Arrow/Arrow-6.0.0-foss-2021a.eb | 2 -- easybuild/easyconfigs/a/Arrow/Arrow-6.0.0-foss-2021b.eb | 2 -- easybuild/easyconfigs/a/Arrow/Arrow-6.0.1-foss-2021a.eb | 2 -- easybuild/easyconfigs/a/Arrow/Arrow-8.0.0-foss-2021a.eb | 2 -- easybuild/easyconfigs/a/Arrow/Arrow-8.0.0-foss-2021b.eb | 2 -- easybuild/easyconfigs/a/Arrow/Arrow-8.0.0-foss-2022.05.eb | 2 -- easybuild/easyconfigs/a/Arrow/Arrow-8.0.0-foss-2022a.eb | 2 -- easybuild/easyconfigs/a/Austin/Austin-3.2.0-GCCcore-11.2.0.eb | 2 -- .../a/AutoDock-Vina/AutoDock-Vina-1.2.3-foss-2021a.eb | 2 -- .../a/AutoDock-Vina/AutoDock-Vina-1.2.3-foss-2021b.eb | 2 -- easybuild/easyconfigs/a/affogato/affogato-0.3.3-foss-2023a.eb | 2 -- easybuild/easyconfigs/b/BigDFT/BigDFT-1.9.1-foss-2021b.eb | 2 -- .../c/COMEBin/COMEBin-1.0.3-20240310-foss-2022a.eb | 2 -- easybuild/easyconfigs/c/CPPE/CPPE-0.3.1-GCC-11.3.0.eb | 2 -- easybuild/easyconfigs/c/CPPE/CPPE-0.3.1-GCC-12.2.0.eb | 2 -- easybuild/easyconfigs/c/Cantera/Cantera-2.6.0-foss-2022a.eb | 2 -- easybuild/easyconfigs/c/Cantera/Cantera-3.0.0-foss-2023a.eb | 2 -- easybuild/easyconfigs/d/DFTB+/DFTB+-21.1-intel-2021a.eb | 2 -- .../easyconfigs/d/DGL/DGL-0.9.1-foss-2021a-CUDA-11.3.1.eb | 4 ---- .../easyconfigs/d/dd/dd-0.5.6-foss-2020a-Python-3.8.2.eb | 2 -- easybuild/easyconfigs/e/E-ANTIC/E-ANTIC-1.3.0-gfbf-2022a.eb | 2 -- easybuild/easyconfigs/e/E-ANTIC/E-ANTIC-2.0.2-gfbf-2023b.eb | 2 -- .../e/ESPResSo/ESPResSo-4.2.1-foss-2021a-CUDA-11.3.1.eb | 2 -- easybuild/easyconfigs/e/ESPResSo/ESPResSo-4.2.1-foss-2021a.eb | 2 -- .../e/ESPResSo/ESPResSo-4.2.1-foss-2022a-CUDA-11.8.0.eb | 2 -- easybuild/easyconfigs/e/ESPResSo/ESPResSo-4.2.1-foss-2022a.eb | 2 -- easybuild/easyconfigs/e/ESPResSo/ESPResSo-4.2.1-foss-2023a.eb | 2 -- easybuild/easyconfigs/e/ESPResSo/ESPResSo-4.2.2-foss-2023a.eb | 2 -- easybuild/easyconfigs/e/ecFlow/ecFlow-5.7.0-GCC-10.2.0.eb | 2 -- easybuild/easyconfigs/f/FMM3D/FMM3D-1.0.4-foss-2023a.eb | 2 -- easybuild/easyconfigs/f/FMM3D/FMM3D-20211018-foss-2020b.eb | 2 -- easybuild/easyconfigs/f/fastjet/fastjet-3.4.0-gompi-2022a.eb | 2 -- easybuild/easyconfigs/f/fastjet/fastjet-3.4.2-gompi-2023a.eb | 2 -- .../f/flatbuffers/flatbuffers-2.0.7-GCCcore-11.3.0.eb | 2 -- easybuild/easyconfigs/g/GDAL/GDAL-2.4.4-foss-2021b.eb | 2 -- easybuild/easyconfigs/g/GDAL/GDAL-2.4.4-intel-2021b.eb | 2 -- .../easyconfigs/g/GDAL/GDAL-3.0.4-foss-2020a-Python-3.8.2.eb | 2 -- .../easyconfigs/g/GDAL/GDAL-3.0.4-intel-2020a-Python-3.8.2.eb | 2 -- easybuild/easyconfigs/g/GDAL/GDAL-3.2.1-foss-2020b.eb | 2 -- easybuild/easyconfigs/g/GDAL/GDAL-3.2.1-fosscuda-2020b.eb | 2 -- easybuild/easyconfigs/g/GDAL/GDAL-3.2.1-intel-2020b.eb | 2 -- easybuild/easyconfigs/g/GDAL/GDAL-3.3.0-foss-2021a.eb | 2 -- easybuild/easyconfigs/g/GDAL/GDAL-3.3.2-foss-2021b.eb | 2 -- easybuild/easyconfigs/g/GDAL/GDAL-3.5.0-foss-2022a.eb | 2 -- easybuild/easyconfigs/g/GDAL/GDAL-3.6.2-foss-2022b.eb | 2 -- easybuild/easyconfigs/g/GDAL/GDAL-3.7.1-foss-2023a.eb | 2 -- .../easyconfigs/g/GEOS/GEOS-3.8.1-GCC-9.3.0-Python-3.8.2.eb | 2 -- .../g/GEOS/GEOS-3.8.1-iccifort-2020.1.217-Python-3.8.2.eb | 2 -- .../g/GROMACS/GROMACS-2020.1-foss-2020a-Python-3.8.2.eb | 4 ---- .../g/GROMACS/GROMACS-2020.4-foss-2020a-Python-3.8.2.eb | 4 ---- .../g/GROMACS/GROMACS-2020.5-fosscuda-2020a-Python-3.8.2.eb | 4 ---- easybuild/easyconfigs/g/GROMACS/GROMACS-2021-foss-2020b.eb | 4 ---- .../easyconfigs/g/GROMACS/GROMACS-2021-fosscuda-2020b.eb | 4 ---- .../easyconfigs/g/GROMACS/GROMACS-2021.2-fosscuda-2020b.eb | 4 ---- .../GROMACS-2021.3-foss-2021a-CUDA-11.3.1-PLUMED-2.7.2.eb | 4 ---- .../g/GROMACS/GROMACS-2021.3-foss-2021a-CUDA-11.3.1.eb | 4 ---- .../g/GROMACS/GROMACS-2021.3-foss-2021a-PLUMED-2.7.2.eb | 4 ---- easybuild/easyconfigs/g/GROMACS/GROMACS-2021.3-foss-2021a.eb | 4 ---- .../GROMACS-2021.5-foss-2021b-CUDA-11.4.1-PLUMED-2.8.0.eb | 4 ---- .../g/GROMACS/GROMACS-2021.5-foss-2021b-CUDA-11.4.1.eb | 4 ---- .../g/GROMACS/GROMACS-2021.5-foss-2021b-PLUMED-2.8.0.eb | 4 ---- easybuild/easyconfigs/g/GROMACS/GROMACS-2021.5-foss-2021b.eb | 4 ---- .../g/GROMACS/GROMACS-2023.1-foss-2022a-CUDA-11.7.0.eb | 4 ---- easybuild/easyconfigs/g/GROMACS/GROMACS-2023.1-foss-2022a.eb | 4 ---- .../g/GROMACS/GROMACS-2023.3-foss-2022a-CUDA-11.7.0.eb | 4 ---- easybuild/easyconfigs/g/GROMACS/GROMACS-2023.3-foss-2022a.eb | 4 ---- .../GROMACS-2023.3-foss-2023a-CUDA-12.1.1-PLUMED-2.9.0.eb | 4 ---- easybuild/easyconfigs/g/GROMACS/GROMACS-2023.3-foss-2023a.eb | 4 ---- easybuild/easyconfigs/g/GROMACS/GROMACS-2024.1-foss-2023b.eb | 4 ---- .../g/GenomeWorks/GenomeWorks-2021.02.2-fosscuda-2020b.eb | 2 -- .../easyconfigs/g/graph-tool/graph-tool-2.55-foss-2022a.eb | 2 -- easybuild/easyconfigs/h/HAL/HAL-2.1-foss-2020b.eb | 2 -- .../easyconfigs/h/HPDBSCAN/HPDBSCAN-20210826-foss-2020b.eb | 2 -- easybuild/easyconfigs/h/HepMC3/HepMC3-3.2.5-GCC-11.3.0.eb | 2 -- easybuild/easyconfigs/h/HepMC3/HepMC3-3.2.6-GCC-12.3.0.eb | 2 -- easybuild/easyconfigs/h/HiGHS/HiGHS-1.7.0-gfbf-2023b.eb | 2 -- .../h/horton/horton-2.1.1-intel-2020a-Python-2.7.18.eb | 2 -- .../how_are_we_stranded_here-1.0.1-foss-2021b.eb | 2 -- easybuild/easyconfigs/i/ITK/ITK-5.2.1-foss-2022a.eb | 2 -- easybuild/easyconfigs/i/ITK/ITK-5.3.0-foss-2023a.eb | 2 -- .../i/IsoNet/IsoNet-0.1_20210822_04_674f67f-fosscuda-2020b.eb | 1 - .../j/JupyterHub/JupyterHub-1.1.0-GCCcore-10.2.0.eb | 2 -- .../j/JupyterHub/JupyterHub-1.4.1-GCCcore-10.3.0.eb | 2 -- easybuild/easyconfigs/l/LHAPDF/LHAPDF-6.5.3-GCC-11.3.0.eb | 1 - easybuild/easyconfigs/l/LHAPDF/LHAPDF-6.5.4-GCC-12.3.0.eb | 1 - .../Lab-Streaming-Layer-1.16.2-GCCcore-12.3.0.eb | 2 -- .../easyconfigs/l/LevelDB/LevelDB-1.22-GCCcore-11.3.0.eb | 4 ---- .../l/libgpuarray/libgpuarray-0.7.6-fosscuda-2020b.eb | 2 -- .../l/longread_umi/longread_umi-0.3.2-foss-2020b.eb | 4 ---- .../MDSplus-Python-7.96.12-foss-2020a-Python-3.8.2.eb | 3 +-- easybuild/easyconfigs/m/Meep/Meep-1.26.0-foss-2020b.eb | 2 -- easybuild/easyconfigs/n/nifty/nifty-1.2.1-foss-2023a.eb | 2 -- easybuild/easyconfigs/o/OpenMEEG/OpenMEEG-2.5.7-foss-2023a.eb | 2 -- .../OpenMM-PLUMED-1.0-intel-2020a-Python-3.8.2.eb | 4 ---- .../o/OpenMM/OpenMM-7.4.2-intel-2020a-Python-3.8.2.eb | 1 - easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.0-foss-2020b.eb | 1 - .../o/OpenMM/OpenMM-7.5.0-fosscuda-2020a-Python-3.8.2.eb | 1 - easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.0-fosscuda-2020b.eb | 1 - .../o/OpenMM/OpenMM-7.5.0-intel-2020a-Python-3.8.2.eb | 1 - easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.0-intel-2020b.eb | 1 - easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.1-foss-2020b.eb | 1 - .../OpenMM-7.5.1-foss-2021a-CUDA-11.3.1-DeepMind-patch.eb | 1 - .../o/OpenMM/OpenMM-7.5.1-foss-2021a-DeepMind-patch.eb | 1 - .../OpenMM-7.5.1-foss-2021b-CUDA-11.4.1-DeepMind-patch.eb | 1 - .../o/OpenMM/OpenMM-7.5.1-foss-2021b-DeepMind-patch.eb | 1 - easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.1-fosscuda-2020b.eb | 1 - .../o/OpenMM/OpenMM-7.7.0-foss-2021a-CUDA-11.3.1.eb | 1 - easybuild/easyconfigs/o/OpenMM/OpenMM-7.7.0-foss-2021a.eb | 1 - .../easyconfigs/o/oxDNA/oxDNA-3.5.2-foss-2022a-CUDA-11.7.0.eb | 2 -- .../p/PICI-LIGGGHTS/PICI-LIGGGHTS-3.8.1-foss-2022a.eb | 2 -- easybuild/easyconfigs/p/PSI4/PSI4-1.7-foss-2021b.eb | 2 -- .../easyconfigs/p/PortAudio/PortAudio-19.7.0-foss-2022a.eb | 2 -- .../easyconfigs/p/PyCairo/PyCairo-1.25.0-GCCcore-12.3.0.eb | 4 ---- .../easyconfigs/p/PyCairo/PyCairo-1.25.1-GCCcore-13.2.0.eb | 4 ---- easybuild/easyconfigs/p/PyQt5/PyQt5-5.15.1-GCCcore-10.2.0.eb | 1 - .../p/PyQt5/PyQt5-5.15.1-GCCcore-9.3.0-Python-3.8.2.eb | 1 - easybuild/easyconfigs/p/PyQt5/PyQt5-5.15.4-GCCcore-10.2.0.eb | 1 - easybuild/easyconfigs/p/PyQt5/PyQt5-5.15.4-GCCcore-10.3.0.eb | 1 - easybuild/easyconfigs/p/PyQt5/PyQt5-5.15.4-GCCcore-11.2.0.eb | 1 - easybuild/easyconfigs/p/PyQt5/PyQt5-5.15.5-GCCcore-11.3.0.eb | 1 - easybuild/easyconfigs/p/PyQt5/PyQt5-5.15.7-GCCcore-12.2.0.eb | 1 - easybuild/easyconfigs/p/phyluce/phyluce-1.7.3-foss-2023a.eb | 2 -- easybuild/easyconfigs/p/plc/plc-3.10-intel-2022a.eb | 4 ---- .../p/pod5-file-format/pod5-file-format-0.1.8-foss-2022a.eb | 2 -- .../p/pyWannier90/pyWannier90-2021-12-07-foss-2021a.eb | 2 -- .../p/pyWannier90/pyWannier90-2021-12-07-gomkl-2021a.eb | 2 -- .../r/RDKit/RDKit-2020.03.3-foss-2020a-Python-3.8.2.eb | 2 -- .../r/RDKit/RDKit-2020.03.3-intel-2020a-Python-3.8.2.eb | 2 -- easybuild/easyconfigs/r/RDKit/RDKit-2021.03.4-foss-2021a.eb | 2 -- easybuild/easyconfigs/r/RDKit/RDKit-2022.03.5-foss-2021b.eb | 2 -- easybuild/easyconfigs/r/RDKit/RDKit-2022.09.4-foss-2022a.eb | 2 -- easybuild/easyconfigs/r/RDKit/RDKit-2023.03.3-foss-2021a.eb | 2 -- easybuild/easyconfigs/r/Raven/Raven-1.8.1-GCC-11.2.0.eb | 2 -- .../r/Rivet/Rivet-3.1.7-gompi-2022a-HepMC3-3.2.5.eb | 1 - .../r/Rivet/Rivet-3.1.9-gompi-2023a-HepMC3-3.2.6.eb | 1 - .../easyconfigs/r/rMATS-turbo/rMATS-turbo-4.1.1-foss-2020b.eb | 4 ---- .../easyconfigs/r/rMATS-turbo/rMATS-turbo-4.2.0-gfbf-2023a.eb | 4 ---- .../r/rnaQUAST/rnaQUAST-2.2.0-foss-2020a-Python-3.8.2.eb | 1 - easybuild/easyconfigs/r/rnaQUAST/rnaQUAST-2.2.2-foss-2021b.eb | 1 - easybuild/easyconfigs/s/SHTns/SHTns-3.5.1-foss-2021b.eb | 2 -- easybuild/easyconfigs/s/SUMO/SUMO-1.12.0-foss-2021b.eb | 1 - easybuild/easyconfigs/s/SUMO/SUMO-1.14.1-foss-2021b.eb | 1 - .../SentencePiece-0.1.94-GCC-9.3.0-Python-3.8.2.eb | 4 ---- .../s/SentencePiece/SentencePiece-0.1.96-GCC-10.2.0.eb | 4 ---- .../s/SentencePiece/SentencePiece-0.1.96-GCC-10.3.0.eb | 4 ---- .../s/SentencePiece/SentencePiece-0.1.97-GCC-11.3.0.eb | 4 ---- .../s/SentencePiece/SentencePiece-0.1.99-GCC-12.2.0.eb | 4 ---- .../s/SentencePiece/SentencePiece-0.2.0-GCC-12.3.0.eb | 4 ---- .../easyconfigs/s/SimpleITK/SimpleITK-2.1.0-foss-2020b.eb | 2 -- .../easyconfigs/s/SimpleITK/SimpleITK-2.1.0-fosscuda-2020b.eb | 2 -- .../easyconfigs/s/SimpleITK/SimpleITK-2.1.1-foss-2021a.eb | 2 -- .../easyconfigs/s/SimpleITK/SimpleITK-2.1.1.2-foss-2021b.eb | 2 -- .../easyconfigs/s/SimpleITK/SimpleITK-2.1.1.2-foss-2022a.eb | 2 -- .../easyconfigs/s/SimpleITK/SimpleITK-2.3.1-foss-2023a.eb | 2 -- .../easyconfigs/s/subunit/subunit-1.4.3-GCCcore-12.2.0.eb | 2 -- easybuild/easyconfigs/t/TBA/TBA-1.0-foss-2020b.eb | 2 -- .../TRIQS-cthyb/TRIQS-cthyb-3.0.0-foss-2020a-Python-3.8.2.eb | 1 - .../easyconfigs/t/TRIQS-cthyb/TRIQS-cthyb-3.1.0-foss-2022a.eb | 1 - .../easyconfigs/t/TRIQS-cthyb/TRIQS-cthyb-3.2.1-foss-2023a.eb | 1 - .../TRIQS-dft_tools-3.0.0-foss-2020a-Python-3.8.2.eb | 1 - .../t/TRIQS-dft_tools/TRIQS-dft_tools-3.1.0-foss-2022a.eb | 1 - .../t/TRIQS-dft_tools/TRIQS-dft_tools-3.2.0-foss-2023a.eb | 1 - .../t/TRIQS-tprf/TRIQS-tprf-3.0.0-foss-2020a-Python-3.8.2.eb | 1 - .../easyconfigs/t/TRIQS-tprf/TRIQS-tprf-3.1.1-foss-2022a.eb | 1 - .../easyconfigs/t/TRIQS-tprf/TRIQS-tprf-3.2.1-foss-2023a.eb | 1 - .../t/TRIQS/TRIQS-3.0.0-foss-2020a-Python-3.8.2.eb | 1 - easybuild/easyconfigs/t/TRIQS/TRIQS-3.1.1-foss-2022a.eb | 1 - easybuild/easyconfigs/t/TRIQS/TRIQS-3.2.0-foss-2023a.eb | 1 - .../easyconfigs/v/VTK/VTK-8.2.0-foss-2020a-Python-3.8.2.eb | 2 -- easybuild/easyconfigs/v/VTK/VTK-8.2.0-foss-2021a.eb | 2 -- .../v/VTK/VTK-8.2.0-fosscuda-2020a-Python-3.8.2.eb | 2 -- .../easyconfigs/v/VTK/VTK-8.2.0-intel-2020a-Python-3.8.2.eb | 2 -- easybuild/easyconfigs/v/VTK/VTK-9.0.1-foss-2020b.eb | 2 -- easybuild/easyconfigs/v/VTK/VTK-9.0.1-foss-2021a.eb | 2 -- easybuild/easyconfigs/v/VTK/VTK-9.0.1-fosscuda-2020b.eb | 2 -- easybuild/easyconfigs/v/VTK/VTK-9.1.0-foss-2021b.eb | 2 -- easybuild/easyconfigs/v/VTK/VTK-9.2.0.rc2-foss-2022a.eb | 2 -- easybuild/easyconfigs/v/VTK/VTK-9.2.2-foss-2022a.eb | 2 -- easybuild/easyconfigs/v/VTK/VTK-9.2.6-foss-2022b.eb | 2 -- easybuild/easyconfigs/v/VTK/VTK-9.3.0-foss-2023a.eb | 2 -- easybuild/easyconfigs/v/VTK/VTK-9.3.0-foss-2023b.eb | 2 -- .../easyconfigs/v/ViennaRNA/ViennaRNA-2.5.0-foss-2021b.eb | 1 - .../easyconfigs/v/ViennaRNA/ViennaRNA-2.5.1-foss-2021b.eb | 1 - easybuild/easyconfigs/y/YODA/YODA-1.9.7-GCC-11.3.0.eb | 1 - easybuild/easyconfigs/y/YODA/YODA-1.9.9-GCC-12.3.0.eb | 1 - easybuild/easyconfigs/z/z5py/z5py-2.0.17-foss-2023a.eb | 2 -- 195 files changed, 1 insertion(+), 416 deletions(-) diff --git a/easybuild/easyconfigs/a/Arcade-Learning-Environment/Arcade-Learning-Environment-0.7.3-foss-2021b.eb b/easybuild/easyconfigs/a/Arcade-Learning-Environment/Arcade-Learning-Environment-0.7.3-foss-2021b.eb index 3bc20c13bad..2182af7a914 100644 --- a/easybuild/easyconfigs/a/Arcade-Learning-Environment/Arcade-Learning-Environment-0.7.3-foss-2021b.eb +++ b/easybuild/easyconfigs/a/Arcade-Learning-Environment/Arcade-Learning-Environment-0.7.3-foss-2021b.eb @@ -50,6 +50,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/a/Arcade-Learning-Environment/Arcade-Learning-Environment-0.8.1-foss-2022a.eb b/easybuild/easyconfigs/a/Arcade-Learning-Environment/Arcade-Learning-Environment-0.8.1-foss-2022a.eb index 306d74b8bf1..ca99f56f457 100644 --- a/easybuild/easyconfigs/a/Arcade-Learning-Environment/Arcade-Learning-Environment-0.8.1-foss-2022a.eb +++ b/easybuild/easyconfigs/a/Arcade-Learning-Environment/Arcade-Learning-Environment-0.8.1-foss-2022a.eb @@ -54,6 +54,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/a/Arrow/Arrow-0.17.1-foss-2020a-Python-3.8.2.eb b/easybuild/easyconfigs/a/Arrow/Arrow-0.17.1-foss-2020a-Python-3.8.2.eb index 3a26ab073f1..f2ea51b09b8 100644 --- a/easybuild/easyconfigs/a/Arrow/Arrow-0.17.1-foss-2020a-Python-3.8.2.eb +++ b/easybuild/easyconfigs/a/Arrow/Arrow-0.17.1-foss-2020a-Python-3.8.2.eb @@ -51,8 +51,6 @@ local_install_pyarrow_cmds += "PYARROW_WITH_DATASET=1 PYARROW_WITH_PARQUET=1 " local_install_pyarrow_cmds += "python -m pip install --prefix %(installdir)s --no-build-isolation ." postinstallcmds = [local_install_pyarrow_cmds] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['lib/libarrow.a', 'lib/libarrow.%s' % SHLIB_EXT, 'lib/libarrow_python.a', 'lib/libarrow_python.%s' % SHLIB_EXT], diff --git a/easybuild/easyconfigs/a/Arrow/Arrow-0.17.1-foss-2020b.eb b/easybuild/easyconfigs/a/Arrow/Arrow-0.17.1-foss-2020b.eb index 62f9440cbea..c5b59f6ec8d 100644 --- a/easybuild/easyconfigs/a/Arrow/Arrow-0.17.1-foss-2020b.eb +++ b/easybuild/easyconfigs/a/Arrow/Arrow-0.17.1-foss-2020b.eb @@ -48,8 +48,6 @@ local_install_pyarrow_cmds += "PYARROW_WITH_DATASET=1 PYARROW_WITH_PARQUET=1 " local_install_pyarrow_cmds += "python -m pip install --prefix %(installdir)s --no-build-isolation ." postinstallcmds = [local_install_pyarrow_cmds] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['lib/libarrow.a', 'lib/libarrow.%s' % SHLIB_EXT, 'lib/libarrow_python.a', 'lib/libarrow_python.%s' % SHLIB_EXT], diff --git a/easybuild/easyconfigs/a/Arrow/Arrow-0.17.1-fosscuda-2020b.eb b/easybuild/easyconfigs/a/Arrow/Arrow-0.17.1-fosscuda-2020b.eb index 1d338c2f60a..03b39ad84d7 100644 --- a/easybuild/easyconfigs/a/Arrow/Arrow-0.17.1-fosscuda-2020b.eb +++ b/easybuild/easyconfigs/a/Arrow/Arrow-0.17.1-fosscuda-2020b.eb @@ -51,8 +51,6 @@ local_install_pyarrow_cmds += "PYARROW_WITH_DATASET=1 PYARROW_WITH_PARQUET=1 " local_install_pyarrow_cmds += "python -m pip install --prefix %(installdir)s --no-build-isolation ." postinstallcmds = [local_install_pyarrow_cmds] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['lib/libarrow.a', 'lib/libarrow.%s' % SHLIB_EXT, 'lib/libarrow_python.a', 'lib/libarrow_python.%s' % SHLIB_EXT], diff --git a/easybuild/easyconfigs/a/Arrow/Arrow-0.17.1-intel-2020a-Python-3.8.2.eb b/easybuild/easyconfigs/a/Arrow/Arrow-0.17.1-intel-2020a-Python-3.8.2.eb index 00d57118944..8862b557d42 100644 --- a/easybuild/easyconfigs/a/Arrow/Arrow-0.17.1-intel-2020a-Python-3.8.2.eb +++ b/easybuild/easyconfigs/a/Arrow/Arrow-0.17.1-intel-2020a-Python-3.8.2.eb @@ -49,8 +49,6 @@ local_install_pyarrow_cmds += "PYARROW_WITH_DATASET=1 PYARROW_WITH_PARQUET=1 " local_install_pyarrow_cmds += "python -m pip install --prefix %(installdir)s --no-build-isolation ." postinstallcmds = [local_install_pyarrow_cmds] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['lib/libarrow.a', 'lib/libarrow.%s' % SHLIB_EXT, 'lib/libarrow_python.a', 'lib/libarrow_python.%s' % SHLIB_EXT], diff --git a/easybuild/easyconfigs/a/Arrow/Arrow-0.17.1-intel-2020b.eb b/easybuild/easyconfigs/a/Arrow/Arrow-0.17.1-intel-2020b.eb index bd481cac4d0..381b36a6c10 100644 --- a/easybuild/easyconfigs/a/Arrow/Arrow-0.17.1-intel-2020b.eb +++ b/easybuild/easyconfigs/a/Arrow/Arrow-0.17.1-intel-2020b.eb @@ -48,8 +48,6 @@ local_install_pyarrow_cmds += "PYARROW_WITH_DATASET=1 PYARROW_WITH_PARQUET=1 " local_install_pyarrow_cmds += "python -m pip install --prefix %(installdir)s --no-build-isolation ." postinstallcmds = [local_install_pyarrow_cmds] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['lib/libarrow.a', 'lib/libarrow.%s' % SHLIB_EXT, 'lib/libarrow_python.a', 'lib/libarrow_python.%s' % SHLIB_EXT], diff --git a/easybuild/easyconfigs/a/Arrow/Arrow-11.0.0-gfbf-2022b.eb b/easybuild/easyconfigs/a/Arrow/Arrow-11.0.0-gfbf-2022b.eb index ecc92426708..83f735951f4 100644 --- a/easybuild/easyconfigs/a/Arrow/Arrow-11.0.0-gfbf-2022b.eb +++ b/easybuild/easyconfigs/a/Arrow/Arrow-11.0.0-gfbf-2022b.eb @@ -61,8 +61,6 @@ local_install_pyarrow_cmds += "PYARROW_WITH_DATASET=1 PYARROW_WITH_PARQUET=1 " local_install_pyarrow_cmds += "python -m pip install --prefix %(installdir)s --no-build-isolation ." postinstallcmds = [local_install_pyarrow_cmds] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['lib/libarrow.a', 'lib/libarrow.%s' % SHLIB_EXT, 'lib/python%%(pyshortver)s/site-packages/pyarrow/libarrow_python.%s' % SHLIB_EXT], diff --git a/easybuild/easyconfigs/a/Arrow/Arrow-14.0.1-gfbf-2023a.eb b/easybuild/easyconfigs/a/Arrow/Arrow-14.0.1-gfbf-2023a.eb index c0d6073c1ed..4a4f232ee12 100644 --- a/easybuild/easyconfigs/a/Arrow/Arrow-14.0.1-gfbf-2023a.eb +++ b/easybuild/easyconfigs/a/Arrow/Arrow-14.0.1-gfbf-2023a.eb @@ -65,8 +65,6 @@ exts_list = [ }), ] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['lib/libarrow.a', 'lib/libarrow.%s' % SHLIB_EXT, 'lib/python%%(pyshortver)s/site-packages/pyarrow/libarrow_python.%s' % SHLIB_EXT], diff --git a/easybuild/easyconfigs/a/Arrow/Arrow-6.0.0-foss-2021a.eb b/easybuild/easyconfigs/a/Arrow/Arrow-6.0.0-foss-2021a.eb index a143773381a..6090b0394b1 100644 --- a/easybuild/easyconfigs/a/Arrow/Arrow-6.0.0-foss-2021a.eb +++ b/easybuild/easyconfigs/a/Arrow/Arrow-6.0.0-foss-2021a.eb @@ -52,8 +52,6 @@ local_install_pyarrow_cmds += "PYARROW_WITH_DATASET=1 PYARROW_WITH_PARQUET=1 " local_install_pyarrow_cmds += "python -m pip install --prefix %(installdir)s --no-build-isolation ." postinstallcmds = [local_install_pyarrow_cmds] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['lib/libarrow.a', 'lib/libarrow.%s' % SHLIB_EXT, 'lib/libarrow_python.a', 'lib/libarrow_python.%s' % SHLIB_EXT], diff --git a/easybuild/easyconfigs/a/Arrow/Arrow-6.0.0-foss-2021b.eb b/easybuild/easyconfigs/a/Arrow/Arrow-6.0.0-foss-2021b.eb index 1dc37730c78..cdab58657c2 100644 --- a/easybuild/easyconfigs/a/Arrow/Arrow-6.0.0-foss-2021b.eb +++ b/easybuild/easyconfigs/a/Arrow/Arrow-6.0.0-foss-2021b.eb @@ -53,8 +53,6 @@ local_install_pyarrow_cmds += "PYARROW_WITH_DATASET=1 PYARROW_WITH_PARQUET=1 " local_install_pyarrow_cmds += "python -m pip install --prefix %(installdir)s --no-build-isolation ." postinstallcmds = [local_install_pyarrow_cmds] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['lib/libarrow.a', 'lib/libarrow.%s' % SHLIB_EXT, 'lib/libarrow_python.a', 'lib/libarrow_python.%s' % SHLIB_EXT], diff --git a/easybuild/easyconfigs/a/Arrow/Arrow-6.0.1-foss-2021a.eb b/easybuild/easyconfigs/a/Arrow/Arrow-6.0.1-foss-2021a.eb index 428ae22c10b..04047c41e01 100644 --- a/easybuild/easyconfigs/a/Arrow/Arrow-6.0.1-foss-2021a.eb +++ b/easybuild/easyconfigs/a/Arrow/Arrow-6.0.1-foss-2021a.eb @@ -52,8 +52,6 @@ local_install_pyarrow_cmds += "PYARROW_WITH_DATASET=1 PYARROW_WITH_PARQUET=1 " local_install_pyarrow_cmds += "python -m pip install --prefix %(installdir)s --no-build-isolation ." postinstallcmds = [local_install_pyarrow_cmds] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['lib/libarrow.a', 'lib/libarrow.%s' % SHLIB_EXT, 'lib/libarrow_python.a', 'lib/libarrow_python.%s' % SHLIB_EXT], diff --git a/easybuild/easyconfigs/a/Arrow/Arrow-8.0.0-foss-2021a.eb b/easybuild/easyconfigs/a/Arrow/Arrow-8.0.0-foss-2021a.eb index 9e94529b72d..a5ca2f1c460 100644 --- a/easybuild/easyconfigs/a/Arrow/Arrow-8.0.0-foss-2021a.eb +++ b/easybuild/easyconfigs/a/Arrow/Arrow-8.0.0-foss-2021a.eb @@ -58,8 +58,6 @@ local_install_pyarrow_cmds += "PYARROW_WITH_DATASET=1 PYARROW_WITH_PARQUET=1 " local_install_pyarrow_cmds += "python -m pip install --prefix %(installdir)s --no-build-isolation ." postinstallcmds = [local_install_pyarrow_cmds] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['lib/libarrow.a', 'lib/libarrow.%s' % SHLIB_EXT, 'lib/libarrow_python.a', 'lib/libarrow_python.%s' % SHLIB_EXT], diff --git a/easybuild/easyconfigs/a/Arrow/Arrow-8.0.0-foss-2021b.eb b/easybuild/easyconfigs/a/Arrow/Arrow-8.0.0-foss-2021b.eb index 7bd564c8d59..600d94cface 100644 --- a/easybuild/easyconfigs/a/Arrow/Arrow-8.0.0-foss-2021b.eb +++ b/easybuild/easyconfigs/a/Arrow/Arrow-8.0.0-foss-2021b.eb @@ -58,8 +58,6 @@ local_install_pyarrow_cmds += "PYARROW_WITH_DATASET=1 PYARROW_WITH_PARQUET=1 " local_install_pyarrow_cmds += "python -m pip install --prefix %(installdir)s --no-build-isolation ." postinstallcmds = [local_install_pyarrow_cmds] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['lib/libarrow.a', 'lib/libarrow.%s' % SHLIB_EXT, 'lib/libarrow_python.a', 'lib/libarrow_python.%s' % SHLIB_EXT], diff --git a/easybuild/easyconfigs/a/Arrow/Arrow-8.0.0-foss-2022.05.eb b/easybuild/easyconfigs/a/Arrow/Arrow-8.0.0-foss-2022.05.eb index 402fcd5e652..9e146882e46 100644 --- a/easybuild/easyconfigs/a/Arrow/Arrow-8.0.0-foss-2022.05.eb +++ b/easybuild/easyconfigs/a/Arrow/Arrow-8.0.0-foss-2022.05.eb @@ -58,8 +58,6 @@ local_install_pyarrow_cmds += "PYARROW_WITH_DATASET=1 PYARROW_WITH_PARQUET=1 " local_install_pyarrow_cmds += "python -m pip install --prefix %(installdir)s --no-build-isolation ." postinstallcmds = [local_install_pyarrow_cmds] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['lib/libarrow.a', 'lib/libarrow.%s' % SHLIB_EXT, 'lib/libarrow_python.a', 'lib/libarrow_python.%s' % SHLIB_EXT], diff --git a/easybuild/easyconfigs/a/Arrow/Arrow-8.0.0-foss-2022a.eb b/easybuild/easyconfigs/a/Arrow/Arrow-8.0.0-foss-2022a.eb index 20d014b597f..739f44ce393 100644 --- a/easybuild/easyconfigs/a/Arrow/Arrow-8.0.0-foss-2022a.eb +++ b/easybuild/easyconfigs/a/Arrow/Arrow-8.0.0-foss-2022a.eb @@ -58,8 +58,6 @@ local_install_pyarrow_cmds += "PYARROW_WITH_DATASET=1 PYARROW_WITH_PARQUET=1 " local_install_pyarrow_cmds += "python -m pip install --prefix %(installdir)s --no-build-isolation ." postinstallcmds = [local_install_pyarrow_cmds] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['lib/libarrow.a', 'lib/libarrow.%s' % SHLIB_EXT, 'lib/libarrow_python.a', 'lib/libarrow_python.%s' % SHLIB_EXT], diff --git a/easybuild/easyconfigs/a/Austin/Austin-3.2.0-GCCcore-11.2.0.eb b/easybuild/easyconfigs/a/Austin/Austin-3.2.0-GCCcore-11.2.0.eb index b29aae1c99c..886a6997c48 100644 --- a/easybuild/easyconfigs/a/Austin/Austin-3.2.0-GCCcore-11.2.0.eb +++ b/easybuild/easyconfigs/a/Austin/Austin-3.2.0-GCCcore-11.2.0.eb @@ -54,6 +54,4 @@ sanity_check_commands = [ "pip check", ] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'perf' diff --git a/easybuild/easyconfigs/a/AutoDock-Vina/AutoDock-Vina-1.2.3-foss-2021a.eb b/easybuild/easyconfigs/a/AutoDock-Vina/AutoDock-Vina-1.2.3-foss-2021a.eb index 3740791daf6..ce328659ebc 100644 --- a/easybuild/easyconfigs/a/AutoDock-Vina/AutoDock-Vina-1.2.3-foss-2021a.eb +++ b/easybuild/easyconfigs/a/AutoDock-Vina/AutoDock-Vina-1.2.3-foss-2021a.eb @@ -55,6 +55,4 @@ sanity_check_paths = { sanity_check_commands = [('vina', '--help')] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'bio' diff --git a/easybuild/easyconfigs/a/AutoDock-Vina/AutoDock-Vina-1.2.3-foss-2021b.eb b/easybuild/easyconfigs/a/AutoDock-Vina/AutoDock-Vina-1.2.3-foss-2021b.eb index 4b36d994cb2..5458964972f 100644 --- a/easybuild/easyconfigs/a/AutoDock-Vina/AutoDock-Vina-1.2.3-foss-2021b.eb +++ b/easybuild/easyconfigs/a/AutoDock-Vina/AutoDock-Vina-1.2.3-foss-2021b.eb @@ -55,6 +55,4 @@ sanity_check_paths = { sanity_check_commands = [('vina', '--help')] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'bio' diff --git a/easybuild/easyconfigs/a/affogato/affogato-0.3.3-foss-2023a.eb b/easybuild/easyconfigs/a/affogato/affogato-0.3.3-foss-2023a.eb index 391f9d95eda..9562935109f 100644 --- a/easybuild/easyconfigs/a/affogato/affogato-0.3.3-foss-2023a.eb +++ b/easybuild/easyconfigs/a/affogato/affogato-0.3.3-foss-2023a.eb @@ -35,6 +35,4 @@ sanity_check_paths = { } sanity_check_commands = ["python -c 'import affogato'"] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'vis' diff --git a/easybuild/easyconfigs/b/BigDFT/BigDFT-1.9.1-foss-2021b.eb b/easybuild/easyconfigs/b/BigDFT/BigDFT-1.9.1-foss-2021b.eb index cfe636d5d2b..324698284be 100644 --- a/easybuild/easyconfigs/b/BigDFT/BigDFT-1.9.1-foss-2021b.eb +++ b/easybuild/easyconfigs/b/BigDFT/BigDFT-1.9.1-foss-2021b.eb @@ -54,8 +54,6 @@ install_cmd = "mkdir bigdft_builddir && cd bigdft_builddir && " install_cmd += "python3 ../Installer.py build bigdft -y -v -c %s && " % local_install_opts install_cmd += "cp -a install/* %(installdir)s" -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} - sanity_check_paths = { 'files': ['bin/bigdft', 'bin/bigdftvars.sh', 'include/futile.mod', 'include/futile.h', 'lib/python%(pyshortver)s/site-packages/BigDFT/Systems.py', diff --git a/easybuild/easyconfigs/c/COMEBin/COMEBin-1.0.3-20240310-foss-2022a.eb b/easybuild/easyconfigs/c/COMEBin/COMEBin-1.0.3-20240310-foss-2022a.eb index b368cee8197..c35b0c8b45f 100644 --- a/easybuild/easyconfigs/c/COMEBin/COMEBin-1.0.3-20240310-foss-2022a.eb +++ b/easybuild/easyconfigs/c/COMEBin/COMEBin-1.0.3-20240310-foss-2022a.eb @@ -59,8 +59,6 @@ exts_list = [ postinstallcmds = ["chmod a+x %(installdir)s/bin/run_comebin.sh"] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['bin/run_comebin.sh', 'COMEBin/main.py'], 'dirs': ['COMEBin/models', 'COMEBin/scripts'], diff --git a/easybuild/easyconfigs/c/CPPE/CPPE-0.3.1-GCC-11.3.0.eb b/easybuild/easyconfigs/c/CPPE/CPPE-0.3.1-GCC-11.3.0.eb index 9b5a6cf2dec..0df729de914 100644 --- a/easybuild/easyconfigs/c/CPPE/CPPE-0.3.1-GCC-11.3.0.eb +++ b/easybuild/easyconfigs/c/CPPE/CPPE-0.3.1-GCC-11.3.0.eb @@ -39,6 +39,4 @@ sanity_check_paths = { 'dirs': ['include/cppe', 'lib/python%(pyshortver)s/site-packages', 'share/cmake'], } -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'chem' diff --git a/easybuild/easyconfigs/c/CPPE/CPPE-0.3.1-GCC-12.2.0.eb b/easybuild/easyconfigs/c/CPPE/CPPE-0.3.1-GCC-12.2.0.eb index 5f969bb913b..94da109ba38 100644 --- a/easybuild/easyconfigs/c/CPPE/CPPE-0.3.1-GCC-12.2.0.eb +++ b/easybuild/easyconfigs/c/CPPE/CPPE-0.3.1-GCC-12.2.0.eb @@ -39,6 +39,4 @@ sanity_check_paths = { 'dirs': ['include/cppe', 'lib/python%(pyshortver)s/site-packages', 'share/cmake'], } -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'chem' diff --git a/easybuild/easyconfigs/c/Cantera/Cantera-2.6.0-foss-2022a.eb b/easybuild/easyconfigs/c/Cantera/Cantera-2.6.0-foss-2022a.eb index c5e1ed193ac..62f92a6cf28 100644 --- a/easybuild/easyconfigs/c/Cantera/Cantera-2.6.0-foss-2022a.eb +++ b/easybuild/easyconfigs/c/Cantera/Cantera-2.6.0-foss-2022a.eb @@ -40,8 +40,6 @@ buildopts = 'build ' + local_common_opts installopts = 'install ' + local_common_opts prefix_arg = 'prefix=' -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} - sanity_check_paths = { 'files': ['bin/ck2cti'], 'dirs': ['include/cantera', 'lib/pkgconfig', 'lib/python%(pyshortver)s/site-packages'], diff --git a/easybuild/easyconfigs/c/Cantera/Cantera-3.0.0-foss-2023a.eb b/easybuild/easyconfigs/c/Cantera/Cantera-3.0.0-foss-2023a.eb index 6c72b7b0f23..b95f016a109 100644 --- a/easybuild/easyconfigs/c/Cantera/Cantera-3.0.0-foss-2023a.eb +++ b/easybuild/easyconfigs/c/Cantera/Cantera-3.0.0-foss-2023a.eb @@ -42,8 +42,6 @@ buildopts = 'build ' + local_common_opts installopts = 'install ' + local_common_opts prefix_arg = 'prefix=' -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} - sanity_check_paths = { 'files': ['bin/cti2yaml'], 'dirs': ['include/cantera', 'lib/pkgconfig', 'lib/python%(pyshortver)s/site-packages'], diff --git a/easybuild/easyconfigs/d/DFTB+/DFTB+-21.1-intel-2021a.eb b/easybuild/easyconfigs/d/DFTB+/DFTB+-21.1-intel-2021a.eb index 5711e31168d..88aa3b1c59d 100644 --- a/easybuild/easyconfigs/d/DFTB+/DFTB+-21.1-intel-2021a.eb +++ b/easybuild/easyconfigs/d/DFTB+/DFTB+-21.1-intel-2021a.eb @@ -77,6 +77,4 @@ sanity_check_paths = { sanity_check_commands = [("python -c 'import dptools'")] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'phys' diff --git a/easybuild/easyconfigs/d/DGL/DGL-0.9.1-foss-2021a-CUDA-11.3.1.eb b/easybuild/easyconfigs/d/DGL/DGL-0.9.1-foss-2021a-CUDA-11.3.1.eb index e0c90aad1e0..f96554bf078 100644 --- a/easybuild/easyconfigs/d/DGL/DGL-0.9.1-foss-2021a-CUDA-11.3.1.eb +++ b/easybuild/easyconfigs/d/DGL/DGL-0.9.1-foss-2021a-CUDA-11.3.1.eb @@ -130,8 +130,4 @@ sanity_check_paths = { 'dirs': ['lib/python%(pyshortver)s/site-packages'], } -modextrapaths = { - 'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages'], -} - moduleclass = 'ai' diff --git a/easybuild/easyconfigs/d/dd/dd-0.5.6-foss-2020a-Python-3.8.2.eb b/easybuild/easyconfigs/d/dd/dd-0.5.6-foss-2020a-Python-3.8.2.eb index 81c3676c331..844f74e98f8 100644 --- a/easybuild/easyconfigs/d/dd/dd-0.5.6-foss-2020a-Python-3.8.2.eb +++ b/easybuild/easyconfigs/d/dd/dd-0.5.6-foss-2020a-Python-3.8.2.eb @@ -90,6 +90,4 @@ sanity_check_commands = [ "python -c 'import %s'" % p for p in ['ply', 'astutils', 'dd', 'dd.cudd', 'dd.cudd_zdd', 'dd.sylvan'] ] -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} - moduleclass = 'cae' diff --git a/easybuild/easyconfigs/e/E-ANTIC/E-ANTIC-1.3.0-gfbf-2022a.eb b/easybuild/easyconfigs/e/E-ANTIC/E-ANTIC-1.3.0-gfbf-2022a.eb index 967a6c431d0..a9372af52d7 100644 --- a/easybuild/easyconfigs/e/E-ANTIC/E-ANTIC-1.3.0-gfbf-2022a.eb +++ b/easybuild/easyconfigs/e/E-ANTIC/E-ANTIC-1.3.0-gfbf-2022a.eb @@ -35,6 +35,4 @@ sanity_check_paths = { sanity_check_commands = ["python -c 'import pyeantic'"] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'math' diff --git a/easybuild/easyconfigs/e/E-ANTIC/E-ANTIC-2.0.2-gfbf-2023b.eb b/easybuild/easyconfigs/e/E-ANTIC/E-ANTIC-2.0.2-gfbf-2023b.eb index fcb851f1091..f2e069545d5 100644 --- a/easybuild/easyconfigs/e/E-ANTIC/E-ANTIC-2.0.2-gfbf-2023b.eb +++ b/easybuild/easyconfigs/e/E-ANTIC/E-ANTIC-2.0.2-gfbf-2023b.eb @@ -33,6 +33,4 @@ sanity_check_paths = { sanity_check_commands = ["python -c 'import pyeantic'"] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'math' diff --git a/easybuild/easyconfigs/e/ESPResSo/ESPResSo-4.2.1-foss-2021a-CUDA-11.3.1.eb b/easybuild/easyconfigs/e/ESPResSo/ESPResSo-4.2.1-foss-2021a-CUDA-11.3.1.eb index 4808bb96632..b62007a240b 100644 --- a/easybuild/easyconfigs/e/ESPResSo/ESPResSo-4.2.1-foss-2021a-CUDA-11.3.1.eb +++ b/easybuild/easyconfigs/e/ESPResSo/ESPResSo-4.2.1-foss-2021a-CUDA-11.3.1.eb @@ -34,8 +34,6 @@ configopts += ' -DPYTHON_EXECUTABLE=$EBROOTPYTHON/bin/python ' runtest = 'check_unit_tests && make check_python' -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} - _binaries = ['ipypresso', 'pypresso'] _libs = [ 'Espresso_config', 'Espresso_core', 'Espresso_script_interface', 'Espresso_shapes', diff --git a/easybuild/easyconfigs/e/ESPResSo/ESPResSo-4.2.1-foss-2021a.eb b/easybuild/easyconfigs/e/ESPResSo/ESPResSo-4.2.1-foss-2021a.eb index edaea20c78c..b7f217e7bca 100644 --- a/easybuild/easyconfigs/e/ESPResSo/ESPResSo-4.2.1-foss-2021a.eb +++ b/easybuild/easyconfigs/e/ESPResSo/ESPResSo-4.2.1-foss-2021a.eb @@ -32,8 +32,6 @@ configopts += ' -DPYTHON_EXECUTABLE=$EBROOTPYTHON/bin/python ' runtest = 'check_unit_tests && make check_python' -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} - _binaries = ['ipypresso', 'pypresso'] _libs = [ 'Espresso_config', 'Espresso_core', 'Espresso_script_interface', 'Espresso_shapes', diff --git a/easybuild/easyconfigs/e/ESPResSo/ESPResSo-4.2.1-foss-2022a-CUDA-11.8.0.eb b/easybuild/easyconfigs/e/ESPResSo/ESPResSo-4.2.1-foss-2022a-CUDA-11.8.0.eb index c524dee3c8c..0bee5b5c1d6 100644 --- a/easybuild/easyconfigs/e/ESPResSo/ESPResSo-4.2.1-foss-2022a-CUDA-11.8.0.eb +++ b/easybuild/easyconfigs/e/ESPResSo/ESPResSo-4.2.1-foss-2022a-CUDA-11.8.0.eb @@ -34,8 +34,6 @@ configopts += ' -DPYTHON_EXECUTABLE=$EBROOTPYTHON/bin/python ' runtest = 'check_unit_tests && make check_python' -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} - _binaries = ['ipypresso', 'pypresso'] _libs = [ 'Espresso_config', 'Espresso_core', 'Espresso_script_interface', 'Espresso_shapes', diff --git a/easybuild/easyconfigs/e/ESPResSo/ESPResSo-4.2.1-foss-2022a.eb b/easybuild/easyconfigs/e/ESPResSo/ESPResSo-4.2.1-foss-2022a.eb index e5bd5a63f74..c65a0d93b5f 100644 --- a/easybuild/easyconfigs/e/ESPResSo/ESPResSo-4.2.1-foss-2022a.eb +++ b/easybuild/easyconfigs/e/ESPResSo/ESPResSo-4.2.1-foss-2022a.eb @@ -32,8 +32,6 @@ configopts += ' -DPYTHON_EXECUTABLE=$EBROOTPYTHON/bin/python ' runtest = 'check_unit_tests && make check_python' -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} - _binaries = ['ipypresso', 'pypresso'] _libs = [ 'Espresso_config', 'Espresso_core', 'Espresso_script_interface', 'Espresso_shapes', diff --git a/easybuild/easyconfigs/e/ESPResSo/ESPResSo-4.2.1-foss-2023a.eb b/easybuild/easyconfigs/e/ESPResSo/ESPResSo-4.2.1-foss-2023a.eb index de6eaa16c9a..ed0dcfd20d0 100644 --- a/easybuild/easyconfigs/e/ESPResSo/ESPResSo-4.2.1-foss-2023a.eb +++ b/easybuild/easyconfigs/e/ESPResSo/ESPResSo-4.2.1-foss-2023a.eb @@ -37,8 +37,6 @@ configopts += ' -DPYTHON_EXECUTABLE=$EBROOTPYTHON/bin/python ' runtest = 'check_unit_tests && make check_python' -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} - _binaries = ['ipypresso', 'pypresso'] _libs = [ 'Espresso_config', 'Espresso_core', 'Espresso_script_interface', 'Espresso_shapes', diff --git a/easybuild/easyconfigs/e/ESPResSo/ESPResSo-4.2.2-foss-2023a.eb b/easybuild/easyconfigs/e/ESPResSo/ESPResSo-4.2.2-foss-2023a.eb index eb16f7546f5..945f0c5f828 100644 --- a/easybuild/easyconfigs/e/ESPResSo/ESPResSo-4.2.2-foss-2023a.eb +++ b/easybuild/easyconfigs/e/ESPResSo/ESPResSo-4.2.2-foss-2023a.eb @@ -32,8 +32,6 @@ configopts += ' -DPYTHON_EXECUTABLE=$EBROOTPYTHON/bin/python ' runtest = 'check_unit_tests && make check_python' -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} - _binaries = ['ipypresso', 'pypresso'] _libs = [ 'Espresso_config', 'Espresso_core', 'Espresso_script_interface', 'Espresso_shapes', diff --git a/easybuild/easyconfigs/e/ecFlow/ecFlow-5.7.0-GCC-10.2.0.eb b/easybuild/easyconfigs/e/ecFlow/ecFlow-5.7.0-GCC-10.2.0.eb index d4ce0c41bf7..c4dc7d47898 100644 --- a/easybuild/easyconfigs/e/ecFlow/ecFlow-5.7.0-GCC-10.2.0.eb +++ b/easybuild/easyconfigs/e/ecFlow/ecFlow-5.7.0-GCC-10.2.0.eb @@ -42,8 +42,6 @@ configopts = " ".join([ ]) prebuildopts = 'export LDFLAGS="$LDFLAGS -lssl" && ' -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['bin/ecflow_client', 'bin/ecflow_server'], 'dirs': ['lib/python%(pyshortver)s/site-packages/ecflow', 'share/ecflow/etc'], diff --git a/easybuild/easyconfigs/f/FMM3D/FMM3D-1.0.4-foss-2023a.eb b/easybuild/easyconfigs/f/FMM3D/FMM3D-1.0.4-foss-2023a.eb index 19cdbd46743..e5ff0c52180 100644 --- a/easybuild/easyconfigs/f/FMM3D/FMM3D-1.0.4-foss-2023a.eb +++ b/easybuild/easyconfigs/f/FMM3D/FMM3D-1.0.4-foss-2023a.eb @@ -40,6 +40,4 @@ sanity_check_commands = [ "cd %(builddir)s/FMM3D-* && python python/test/test_lfmm.py", ] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'lib' diff --git a/easybuild/easyconfigs/f/FMM3D/FMM3D-20211018-foss-2020b.eb b/easybuild/easyconfigs/f/FMM3D/FMM3D-20211018-foss-2020b.eb index 32ce0d7089d..6b34a42a984 100644 --- a/easybuild/easyconfigs/f/FMM3D/FMM3D-20211018-foss-2020b.eb +++ b/easybuild/easyconfigs/f/FMM3D/FMM3D-20211018-foss-2020b.eb @@ -40,6 +40,4 @@ sanity_check_commands = [ "cd %(builddir)s/FMM3D-* && python python/test/test_lfmm.py", ] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'lib' diff --git a/easybuild/easyconfigs/f/fastjet/fastjet-3.4.0-gompi-2022a.eb b/easybuild/easyconfigs/f/fastjet/fastjet-3.4.0-gompi-2022a.eb index 631c87a53f4..6b1c3d47fad 100644 --- a/easybuild/easyconfigs/f/fastjet/fastjet-3.4.0-gompi-2022a.eb +++ b/easybuild/easyconfigs/f/fastjet/fastjet-3.4.0-gompi-2022a.eb @@ -40,6 +40,4 @@ sanity_check_paths = { } sanity_check_commands = ["python -c 'import fastjet'"] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'phys' diff --git a/easybuild/easyconfigs/f/fastjet/fastjet-3.4.2-gompi-2023a.eb b/easybuild/easyconfigs/f/fastjet/fastjet-3.4.2-gompi-2023a.eb index 36cf015e392..b6a188d8112 100644 --- a/easybuild/easyconfigs/f/fastjet/fastjet-3.4.2-gompi-2023a.eb +++ b/easybuild/easyconfigs/f/fastjet/fastjet-3.4.2-gompi-2023a.eb @@ -38,6 +38,4 @@ sanity_check_paths = { } sanity_check_commands = ["python -c 'import fastjet'"] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'phys' diff --git a/easybuild/easyconfigs/f/flatbuffers/flatbuffers-2.0.7-GCCcore-11.3.0.eb b/easybuild/easyconfigs/f/flatbuffers/flatbuffers-2.0.7-GCCcore-11.3.0.eb index 5332111918b..0d191f1d821 100644 --- a/easybuild/easyconfigs/f/flatbuffers/flatbuffers-2.0.7-GCCcore-11.3.0.eb +++ b/easybuild/easyconfigs/f/flatbuffers/flatbuffers-2.0.7-GCCcore-11.3.0.eb @@ -51,6 +51,4 @@ sanity_check_paths = { 'dirs': ['lib/cmake', 'lib/python%(pyshortver)s/site-packages'], } -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'devel' diff --git a/easybuild/easyconfigs/g/GDAL/GDAL-2.4.4-foss-2021b.eb b/easybuild/easyconfigs/g/GDAL/GDAL-2.4.4-foss-2021b.eb index 0546c798085..feeb5f6d512 100644 --- a/easybuild/easyconfigs/g/GDAL/GDAL-2.4.4-foss-2021b.eb +++ b/easybuild/easyconfigs/g/GDAL/GDAL-2.4.4-foss-2021b.eb @@ -57,8 +57,6 @@ configopts += ' --with-png=$EBROOTLIBPNG --with-sqlite3=$EBROOTSQLITE --with-jas configopts += ' --with-libtiff=$EBROOTLIBTIFF --with-pcre=$EBROOTPCRE --with-python=$EBROOTPYTHON/bin/python' configopts += ' --with-geotiff=$EBROOTLIBGEOTIFF --with-hdf4=$EBROOTHDF' -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['lib/libgdal.a', 'lib/libgdal.%s' % SHLIB_EXT], 'dirs': ['bin', 'include', 'lib/python%(pyshortver)s/site-packages'] diff --git a/easybuild/easyconfigs/g/GDAL/GDAL-2.4.4-intel-2021b.eb b/easybuild/easyconfigs/g/GDAL/GDAL-2.4.4-intel-2021b.eb index 4f817551b4a..8fc05443bbf 100644 --- a/easybuild/easyconfigs/g/GDAL/GDAL-2.4.4-intel-2021b.eb +++ b/easybuild/easyconfigs/g/GDAL/GDAL-2.4.4-intel-2021b.eb @@ -59,8 +59,6 @@ configopts += ' --with-geotiff=$EBROOTLIBGEOTIFF --with-hdf4=$EBROOTHDF' prebuildopts = 'env LDSHARED="$CC -shared" ' -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['lib/libgdal.a', 'lib/libgdal.%s' % SHLIB_EXT], 'dirs': ['bin', 'include', 'lib/python%(pyshortver)s/site-packages'] diff --git a/easybuild/easyconfigs/g/GDAL/GDAL-3.0.4-foss-2020a-Python-3.8.2.eb b/easybuild/easyconfigs/g/GDAL/GDAL-3.0.4-foss-2020a-Python-3.8.2.eb index 761fe352c83..bf965eccf39 100644 --- a/easybuild/easyconfigs/g/GDAL/GDAL-3.0.4-foss-2020a-Python-3.8.2.eb +++ b/easybuild/easyconfigs/g/GDAL/GDAL-3.0.4-foss-2020a-Python-3.8.2.eb @@ -50,8 +50,6 @@ configopts += ' --with-png=$EBROOTLIBPNG --with-sqlite3=$EBROOTSQLITE --with-jas configopts += ' --with-libtiff=$EBROOTLIBTIFF --with-pcre=$EBROOTPCRE --with-python=$EBROOTPYTHON/bin/python' configopts += ' --with-geotiff=$EBROOTLIBGEOTIFF --with-hdf4=$EBROOTHDF' -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['lib/libgdal.a', 'lib/libgdal.%s' % SHLIB_EXT], 'dirs': ['bin', 'include', 'lib/python%(pyshortver)s/site-packages'] diff --git a/easybuild/easyconfigs/g/GDAL/GDAL-3.0.4-intel-2020a-Python-3.8.2.eb b/easybuild/easyconfigs/g/GDAL/GDAL-3.0.4-intel-2020a-Python-3.8.2.eb index 107318804f2..4e5fd81f8ef 100644 --- a/easybuild/easyconfigs/g/GDAL/GDAL-3.0.4-intel-2020a-Python-3.8.2.eb +++ b/easybuild/easyconfigs/g/GDAL/GDAL-3.0.4-intel-2020a-Python-3.8.2.eb @@ -52,8 +52,6 @@ configopts += ' --with-geotiff=$EBROOTLIBGEOTIFF --with-hdf4=$EBROOTHDF' prebuildopts = 'export LDSHARED="$CC -shared" && ' -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['lib/libgdal.a', 'lib/libgdal.%s' % SHLIB_EXT], 'dirs': ['bin', 'include', 'lib/python%(pyshortver)s/site-packages'] diff --git a/easybuild/easyconfigs/g/GDAL/GDAL-3.2.1-foss-2020b.eb b/easybuild/easyconfigs/g/GDAL/GDAL-3.2.1-foss-2020b.eb index 2484b33b3cd..8453e7a1254 100644 --- a/easybuild/easyconfigs/g/GDAL/GDAL-3.2.1-foss-2020b.eb +++ b/easybuild/easyconfigs/g/GDAL/GDAL-3.2.1-foss-2020b.eb @@ -53,8 +53,6 @@ configopts += ' --with-png=$EBROOTLIBPNG --with-sqlite3=$EBROOTSQLITE --with-jas configopts += ' --with-libtiff=$EBROOTLIBTIFF --with-pcre=$EBROOTPCRE --with-python=$EBROOTPYTHON/bin/python' configopts += ' --with-geotiff=$EBROOTLIBGEOTIFF --with-hdf4=$EBROOTHDF' -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['lib/libgdal.a', 'lib/libgdal.%s' % SHLIB_EXT], 'dirs': ['bin', 'include', 'lib/python%(pyshortver)s/site-packages'] diff --git a/easybuild/easyconfigs/g/GDAL/GDAL-3.2.1-fosscuda-2020b.eb b/easybuild/easyconfigs/g/GDAL/GDAL-3.2.1-fosscuda-2020b.eb index a2b483559ef..183a5e05d07 100644 --- a/easybuild/easyconfigs/g/GDAL/GDAL-3.2.1-fosscuda-2020b.eb +++ b/easybuild/easyconfigs/g/GDAL/GDAL-3.2.1-fosscuda-2020b.eb @@ -53,8 +53,6 @@ configopts += ' --with-png=$EBROOTLIBPNG --with-sqlite3=$EBROOTSQLITE --with-jas configopts += ' --with-libtiff=$EBROOTLIBTIFF --with-pcre=$EBROOTPCRE --with-python=$EBROOTPYTHON/bin/python' configopts += ' --with-geotiff=$EBROOTLIBGEOTIFF --with-hdf4=$EBROOTHDF' -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['lib/libgdal.a', 'lib/libgdal.%s' % SHLIB_EXT], 'dirs': ['bin', 'include', 'lib/python%(pyshortver)s/site-packages'] diff --git a/easybuild/easyconfigs/g/GDAL/GDAL-3.2.1-intel-2020b.eb b/easybuild/easyconfigs/g/GDAL/GDAL-3.2.1-intel-2020b.eb index 1168e3faf6c..b03dcaa460f 100644 --- a/easybuild/easyconfigs/g/GDAL/GDAL-3.2.1-intel-2020b.eb +++ b/easybuild/easyconfigs/g/GDAL/GDAL-3.2.1-intel-2020b.eb @@ -59,8 +59,6 @@ configopts += ' --with-geotiff=$EBROOTLIBGEOTIFF --with-hdf4=$EBROOTHDF' prebuildopts = "env LDSHARED='icc -shared' " -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['lib/libgdal.a', 'lib/libgdal.%s' % SHLIB_EXT], 'dirs': ['bin', 'include', 'lib/python%(pyshortver)s/site-packages'] diff --git a/easybuild/easyconfigs/g/GDAL/GDAL-3.3.0-foss-2021a.eb b/easybuild/easyconfigs/g/GDAL/GDAL-3.3.0-foss-2021a.eb index 4a7a24c3204..a3054fcdb6d 100644 --- a/easybuild/easyconfigs/g/GDAL/GDAL-3.3.0-foss-2021a.eb +++ b/easybuild/easyconfigs/g/GDAL/GDAL-3.3.0-foss-2021a.eb @@ -53,8 +53,6 @@ configopts += ' --with-png=$EBROOTLIBPNG --with-sqlite3=$EBROOTSQLITE --with-jas configopts += ' --with-libtiff=$EBROOTLIBTIFF --with-pcre=$EBROOTPCRE --with-python=$EBROOTPYTHON/bin/python' configopts += ' --with-geotiff=$EBROOTLIBGEOTIFF --with-hdf4=$EBROOTHDF' -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['lib/libgdal.a', 'lib/libgdal.%s' % SHLIB_EXT], 'dirs': ['bin', 'include', 'lib/python%(pyshortver)s/site-packages'] diff --git a/easybuild/easyconfigs/g/GDAL/GDAL-3.3.2-foss-2021b.eb b/easybuild/easyconfigs/g/GDAL/GDAL-3.3.2-foss-2021b.eb index 5634a3d1021..7124ce9501b 100644 --- a/easybuild/easyconfigs/g/GDAL/GDAL-3.3.2-foss-2021b.eb +++ b/easybuild/easyconfigs/g/GDAL/GDAL-3.3.2-foss-2021b.eb @@ -53,8 +53,6 @@ configopts += ' --with-png=$EBROOTLIBPNG --with-sqlite3=$EBROOTSQLITE --with-jas configopts += ' --with-libtiff=$EBROOTLIBTIFF --with-pcre=$EBROOTPCRE --with-python=$EBROOTPYTHON/bin/python' configopts += ' --with-geotiff=$EBROOTLIBGEOTIFF --with-hdf4=$EBROOTHDF' -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['lib/libgdal.a', 'lib/libgdal.%s' % SHLIB_EXT], 'dirs': ['bin', 'include', 'lib/python%(pyshortver)s/site-packages'] diff --git a/easybuild/easyconfigs/g/GDAL/GDAL-3.5.0-foss-2022a.eb b/easybuild/easyconfigs/g/GDAL/GDAL-3.5.0-foss-2022a.eb index e251ec038b9..a206fbe87b2 100644 --- a/easybuild/easyconfigs/g/GDAL/GDAL-3.5.0-foss-2022a.eb +++ b/easybuild/easyconfigs/g/GDAL/GDAL-3.5.0-foss-2022a.eb @@ -55,8 +55,6 @@ configopts += ' --with-geotiff=$EBROOTLIBGEOTIFF --with-hdf4=$EBROOTHDF' maxparallel = 100 -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['lib/libgdal.a', 'lib/libgdal.%s' % SHLIB_EXT], 'dirs': ['bin', 'include', 'lib/python%(pyshortver)s/site-packages'] diff --git a/easybuild/easyconfigs/g/GDAL/GDAL-3.6.2-foss-2022b.eb b/easybuild/easyconfigs/g/GDAL/GDAL-3.6.2-foss-2022b.eb index 576d90e74d6..3070252baa4 100644 --- a/easybuild/easyconfigs/g/GDAL/GDAL-3.6.2-foss-2022b.eb +++ b/easybuild/easyconfigs/g/GDAL/GDAL-3.6.2-foss-2022b.eb @@ -69,8 +69,6 @@ _base_configopts = ' '.join([ # iterative build for both static and shared libraries configopts = [' '.join([_base_configopts, x]) for x in ['-DBUILD_SHARED_LIBS=OFF', '']] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['lib/libgdal.a', 'lib/libgdal.%s' % SHLIB_EXT], 'dirs': ['bin', 'include', 'lib/python%(pyshortver)s/site-packages'] diff --git a/easybuild/easyconfigs/g/GDAL/GDAL-3.7.1-foss-2023a.eb b/easybuild/easyconfigs/g/GDAL/GDAL-3.7.1-foss-2023a.eb index 88e35cd4db4..8a53646a8c1 100644 --- a/easybuild/easyconfigs/g/GDAL/GDAL-3.7.1-foss-2023a.eb +++ b/easybuild/easyconfigs/g/GDAL/GDAL-3.7.1-foss-2023a.eb @@ -77,6 +77,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/GEOS/GEOS-3.8.1-GCC-9.3.0-Python-3.8.2.eb b/easybuild/easyconfigs/g/GEOS/GEOS-3.8.1-GCC-9.3.0-Python-3.8.2.eb index 6bec3cd41c8..5763668f22b 100644 --- a/easybuild/easyconfigs/g/GEOS/GEOS-3.8.1-GCC-9.3.0-Python-3.8.2.eb +++ b/easybuild/easyconfigs/g/GEOS/GEOS-3.8.1-GCC-9.3.0-Python-3.8.2.eb @@ -23,8 +23,6 @@ builddependencies = [('SWIG', '4.0.1')] configopts = '--enable-python' -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['bin/geos-config', 'lib/libgeos.%s' % SHLIB_EXT, 'lib/libgeos.a', 'include/geos.h'], 'dirs': ['lib/python%(pyshortver)s/site-packages/geos'], diff --git a/easybuild/easyconfigs/g/GEOS/GEOS-3.8.1-iccifort-2020.1.217-Python-3.8.2.eb b/easybuild/easyconfigs/g/GEOS/GEOS-3.8.1-iccifort-2020.1.217-Python-3.8.2.eb index 0bf4e9a4ce9..065c1d4c99c 100644 --- a/easybuild/easyconfigs/g/GEOS/GEOS-3.8.1-iccifort-2020.1.217-Python-3.8.2.eb +++ b/easybuild/easyconfigs/g/GEOS/GEOS-3.8.1-iccifort-2020.1.217-Python-3.8.2.eb @@ -23,8 +23,6 @@ builddependencies = [('SWIG', '4.0.1')] configopts = '--enable-python' -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['bin/geos-config', 'lib/libgeos.%s' % SHLIB_EXT, 'lib/libgeos.a', 'include/geos.h'], 'dirs': ['lib/python%(pyshortver)s/site-packages/geos'], diff --git a/easybuild/easyconfigs/g/GROMACS/GROMACS-2020.1-foss-2020a-Python-3.8.2.eb b/easybuild/easyconfigs/g/GROMACS/GROMACS-2020.1-foss-2020a-Python-3.8.2.eb index 724476f25d4..a7160f51482 100644 --- a/easybuild/easyconfigs/g/GROMACS/GROMACS-2020.1-foss-2020a-Python-3.8.2.eb +++ b/easybuild/easyconfigs/g/GROMACS/GROMACS-2020.1-foss-2020a-Python-3.8.2.eb @@ -86,8 +86,4 @@ exts_list = [ }), ] -modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', -} - moduleclass = 'bio' diff --git a/easybuild/easyconfigs/g/GROMACS/GROMACS-2020.4-foss-2020a-Python-3.8.2.eb b/easybuild/easyconfigs/g/GROMACS/GROMACS-2020.4-foss-2020a-Python-3.8.2.eb index 2ad4b0eec2c..7c678d3dc2c 100644 --- a/easybuild/easyconfigs/g/GROMACS/GROMACS-2020.4-foss-2020a-Python-3.8.2.eb +++ b/easybuild/easyconfigs/g/GROMACS/GROMACS-2020.4-foss-2020a-Python-3.8.2.eb @@ -91,8 +91,4 @@ exts_list = [ }), ] -modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', -} - moduleclass = 'bio' diff --git a/easybuild/easyconfigs/g/GROMACS/GROMACS-2020.5-fosscuda-2020a-Python-3.8.2.eb b/easybuild/easyconfigs/g/GROMACS/GROMACS-2020.5-fosscuda-2020a-Python-3.8.2.eb index 8d38b7a8596..4db73f6b2c5 100644 --- a/easybuild/easyconfigs/g/GROMACS/GROMACS-2020.5-fosscuda-2020a-Python-3.8.2.eb +++ b/easybuild/easyconfigs/g/GROMACS/GROMACS-2020.5-fosscuda-2020a-Python-3.8.2.eb @@ -91,8 +91,4 @@ exts_list = [ }), ] -modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', -} - moduleclass = 'bio' diff --git a/easybuild/easyconfigs/g/GROMACS/GROMACS-2021-foss-2020b.eb b/easybuild/easyconfigs/g/GROMACS/GROMACS-2021-foss-2020b.eb index 9bdccacd920..491b8b4a249 100644 --- a/easybuild/easyconfigs/g/GROMACS/GROMACS-2021-foss-2020b.eb +++ b/easybuild/easyconfigs/g/GROMACS/GROMACS-2021-foss-2020b.eb @@ -78,8 +78,4 @@ exts_list = [ }), ] -modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', -} - moduleclass = 'bio' diff --git a/easybuild/easyconfigs/g/GROMACS/GROMACS-2021-fosscuda-2020b.eb b/easybuild/easyconfigs/g/GROMACS/GROMACS-2021-fosscuda-2020b.eb index b4dd34b1bf2..86fb64c1c5f 100644 --- a/easybuild/easyconfigs/g/GROMACS/GROMACS-2021-fosscuda-2020b.eb +++ b/easybuild/easyconfigs/g/GROMACS/GROMACS-2021-fosscuda-2020b.eb @@ -79,8 +79,4 @@ exts_list = [ }), ] -modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', -} - moduleclass = 'bio' diff --git a/easybuild/easyconfigs/g/GROMACS/GROMACS-2021.2-fosscuda-2020b.eb b/easybuild/easyconfigs/g/GROMACS/GROMACS-2021.2-fosscuda-2020b.eb index 03155a5055d..b194b5deb36 100644 --- a/easybuild/easyconfigs/g/GROMACS/GROMACS-2021.2-fosscuda-2020b.eb +++ b/easybuild/easyconfigs/g/GROMACS/GROMACS-2021.2-fosscuda-2020b.eb @@ -79,8 +79,4 @@ exts_list = [ }), ] -modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', -} - moduleclass = 'bio' diff --git a/easybuild/easyconfigs/g/GROMACS/GROMACS-2021.3-foss-2021a-CUDA-11.3.1-PLUMED-2.7.2.eb b/easybuild/easyconfigs/g/GROMACS/GROMACS-2021.3-foss-2021a-CUDA-11.3.1-PLUMED-2.7.2.eb index b14387426ff..07ccd1cf23d 100644 --- a/easybuild/easyconfigs/g/GROMACS/GROMACS-2021.3-foss-2021a-CUDA-11.3.1-PLUMED-2.7.2.eb +++ b/easybuild/easyconfigs/g/GROMACS/GROMACS-2021.3-foss-2021a-CUDA-11.3.1-PLUMED-2.7.2.eb @@ -90,8 +90,4 @@ exts_list = [ # PLUMED-2.7.2 does not officially support GROMACS-2021.3, but seems to work fine ignore_plumed_version_check = True -modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', -} - moduleclass = 'bio' diff --git a/easybuild/easyconfigs/g/GROMACS/GROMACS-2021.3-foss-2021a-CUDA-11.3.1.eb b/easybuild/easyconfigs/g/GROMACS/GROMACS-2021.3-foss-2021a-CUDA-11.3.1.eb index a9e4c5947d5..5e924022a7f 100644 --- a/easybuild/easyconfigs/g/GROMACS/GROMACS-2021.3-foss-2021a-CUDA-11.3.1.eb +++ b/easybuild/easyconfigs/g/GROMACS/GROMACS-2021.3-foss-2021a-CUDA-11.3.1.eb @@ -82,8 +82,4 @@ exts_list = [ }), ] -modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', -} - moduleclass = 'bio' diff --git a/easybuild/easyconfigs/g/GROMACS/GROMACS-2021.3-foss-2021a-PLUMED-2.7.2.eb b/easybuild/easyconfigs/g/GROMACS/GROMACS-2021.3-foss-2021a-PLUMED-2.7.2.eb index 97be2404e38..493531bf321 100644 --- a/easybuild/easyconfigs/g/GROMACS/GROMACS-2021.3-foss-2021a-PLUMED-2.7.2.eb +++ b/easybuild/easyconfigs/g/GROMACS/GROMACS-2021.3-foss-2021a-PLUMED-2.7.2.eb @@ -86,8 +86,4 @@ exts_list = [ }), ] -modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', -} - moduleclass = 'bio' diff --git a/easybuild/easyconfigs/g/GROMACS/GROMACS-2021.3-foss-2021a.eb b/easybuild/easyconfigs/g/GROMACS/GROMACS-2021.3-foss-2021a.eb index 8f37d100a31..60b59a5069c 100644 --- a/easybuild/easyconfigs/g/GROMACS/GROMACS-2021.3-foss-2021a.eb +++ b/easybuild/easyconfigs/g/GROMACS/GROMACS-2021.3-foss-2021a.eb @@ -78,8 +78,4 @@ exts_list = [ }), ] -modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', -} - moduleclass = 'bio' diff --git a/easybuild/easyconfigs/g/GROMACS/GROMACS-2021.5-foss-2021b-CUDA-11.4.1-PLUMED-2.8.0.eb b/easybuild/easyconfigs/g/GROMACS/GROMACS-2021.5-foss-2021b-CUDA-11.4.1-PLUMED-2.8.0.eb index 2b243dd1a89..f3c6ade0f30 100644 --- a/easybuild/easyconfigs/g/GROMACS/GROMACS-2021.5-foss-2021b-CUDA-11.4.1-PLUMED-2.8.0.eb +++ b/easybuild/easyconfigs/g/GROMACS/GROMACS-2021.5-foss-2021b-CUDA-11.4.1-PLUMED-2.8.0.eb @@ -94,8 +94,4 @@ exts_list = [ }), ] -modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', -} - moduleclass = 'bio' diff --git a/easybuild/easyconfigs/g/GROMACS/GROMACS-2021.5-foss-2021b-CUDA-11.4.1.eb b/easybuild/easyconfigs/g/GROMACS/GROMACS-2021.5-foss-2021b-CUDA-11.4.1.eb index c3506974c6b..dbd413325a9 100644 --- a/easybuild/easyconfigs/g/GROMACS/GROMACS-2021.5-foss-2021b-CUDA-11.4.1.eb +++ b/easybuild/easyconfigs/g/GROMACS/GROMACS-2021.5-foss-2021b-CUDA-11.4.1.eb @@ -83,8 +83,4 @@ exts_list = [ }), ] -modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', -} - moduleclass = 'bio' diff --git a/easybuild/easyconfigs/g/GROMACS/GROMACS-2021.5-foss-2021b-PLUMED-2.8.0.eb b/easybuild/easyconfigs/g/GROMACS/GROMACS-2021.5-foss-2021b-PLUMED-2.8.0.eb index 1c14c921184..c386ed5825e 100644 --- a/easybuild/easyconfigs/g/GROMACS/GROMACS-2021.5-foss-2021b-PLUMED-2.8.0.eb +++ b/easybuild/easyconfigs/g/GROMACS/GROMACS-2021.5-foss-2021b-PLUMED-2.8.0.eb @@ -89,8 +89,4 @@ exts_list = [ }), ] -modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', -} - moduleclass = 'bio' diff --git a/easybuild/easyconfigs/g/GROMACS/GROMACS-2021.5-foss-2021b.eb b/easybuild/easyconfigs/g/GROMACS/GROMACS-2021.5-foss-2021b.eb index ee4d0e38b08..bf2fbe12ba3 100644 --- a/easybuild/easyconfigs/g/GROMACS/GROMACS-2021.5-foss-2021b.eb +++ b/easybuild/easyconfigs/g/GROMACS/GROMACS-2021.5-foss-2021b.eb @@ -79,8 +79,4 @@ exts_list = [ }), ] -modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', -} - moduleclass = 'bio' diff --git a/easybuild/easyconfigs/g/GROMACS/GROMACS-2023.1-foss-2022a-CUDA-11.7.0.eb b/easybuild/easyconfigs/g/GROMACS/GROMACS-2023.1-foss-2022a-CUDA-11.7.0.eb index 104b008ce0b..88493a33b8b 100644 --- a/easybuild/easyconfigs/g/GROMACS/GROMACS-2023.1-foss-2022a-CUDA-11.7.0.eb +++ b/easybuild/easyconfigs/g/GROMACS/GROMACS-2023.1-foss-2022a-CUDA-11.7.0.eb @@ -81,8 +81,4 @@ exts_list = [ }), ] -modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', -} - moduleclass = 'bio' diff --git a/easybuild/easyconfigs/g/GROMACS/GROMACS-2023.1-foss-2022a.eb b/easybuild/easyconfigs/g/GROMACS/GROMACS-2023.1-foss-2022a.eb index fa54516491f..f77806e31d5 100644 --- a/easybuild/easyconfigs/g/GROMACS/GROMACS-2023.1-foss-2022a.eb +++ b/easybuild/easyconfigs/g/GROMACS/GROMACS-2023.1-foss-2022a.eb @@ -79,8 +79,4 @@ exts_list = [ }), ] -modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', -} - moduleclass = 'bio' diff --git a/easybuild/easyconfigs/g/GROMACS/GROMACS-2023.3-foss-2022a-CUDA-11.7.0.eb b/easybuild/easyconfigs/g/GROMACS/GROMACS-2023.3-foss-2022a-CUDA-11.7.0.eb index 16b90ac69da..3cf0a2e44dd 100644 --- a/easybuild/easyconfigs/g/GROMACS/GROMACS-2023.3-foss-2022a-CUDA-11.7.0.eb +++ b/easybuild/easyconfigs/g/GROMACS/GROMACS-2023.3-foss-2022a-CUDA-11.7.0.eb @@ -78,8 +78,4 @@ exts_list = [ }), ] -modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', -} - moduleclass = 'bio' diff --git a/easybuild/easyconfigs/g/GROMACS/GROMACS-2023.3-foss-2022a.eb b/easybuild/easyconfigs/g/GROMACS/GROMACS-2023.3-foss-2022a.eb index 267dc49ee01..3ed708f7c9e 100644 --- a/easybuild/easyconfigs/g/GROMACS/GROMACS-2023.3-foss-2022a.eb +++ b/easybuild/easyconfigs/g/GROMACS/GROMACS-2023.3-foss-2022a.eb @@ -76,8 +76,4 @@ exts_list = [ }), ] -modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', -} - moduleclass = 'bio' diff --git a/easybuild/easyconfigs/g/GROMACS/GROMACS-2023.3-foss-2023a-CUDA-12.1.1-PLUMED-2.9.0.eb b/easybuild/easyconfigs/g/GROMACS/GROMACS-2023.3-foss-2023a-CUDA-12.1.1-PLUMED-2.9.0.eb index 1e71cfbedce..37de347b4b0 100644 --- a/easybuild/easyconfigs/g/GROMACS/GROMACS-2023.3-foss-2023a-CUDA-12.1.1-PLUMED-2.9.0.eb +++ b/easybuild/easyconfigs/g/GROMACS/GROMACS-2023.3-foss-2023a-CUDA-12.1.1-PLUMED-2.9.0.eb @@ -91,8 +91,4 @@ exts_list = [ }), ] -modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', -} - moduleclass = 'bio' diff --git a/easybuild/easyconfigs/g/GROMACS/GROMACS-2023.3-foss-2023a.eb b/easybuild/easyconfigs/g/GROMACS/GROMACS-2023.3-foss-2023a.eb index d89f3447de9..79db112c954 100644 --- a/easybuild/easyconfigs/g/GROMACS/GROMACS-2023.3-foss-2023a.eb +++ b/easybuild/easyconfigs/g/GROMACS/GROMACS-2023.3-foss-2023a.eb @@ -77,8 +77,4 @@ exts_list = [ }), ] -modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', -} - moduleclass = 'bio' diff --git a/easybuild/easyconfigs/g/GROMACS/GROMACS-2024.1-foss-2023b.eb b/easybuild/easyconfigs/g/GROMACS/GROMACS-2024.1-foss-2023b.eb index 8df79bc17ae..214b2f78af2 100644 --- a/easybuild/easyconfigs/g/GROMACS/GROMACS-2024.1-foss-2023b.eb +++ b/easybuild/easyconfigs/g/GROMACS/GROMACS-2024.1-foss-2023b.eb @@ -80,8 +80,4 @@ exts_list = [ }), ] -modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', -} - moduleclass = 'bio' diff --git a/easybuild/easyconfigs/g/GenomeWorks/GenomeWorks-2021.02.2-fosscuda-2020b.eb b/easybuild/easyconfigs/g/GenomeWorks/GenomeWorks-2021.02.2-fosscuda-2020b.eb index 8455c32dfab..c33ec232888 100644 --- a/easybuild/easyconfigs/g/GenomeWorks/GenomeWorks-2021.02.2-fosscuda-2020b.eb +++ b/easybuild/easyconfigs/g/GenomeWorks/GenomeWorks-2021.02.2-fosscuda-2020b.eb @@ -86,6 +86,4 @@ sanity_check_commands = [ "python -c 'import genomeworks'", ] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'bio' diff --git a/easybuild/easyconfigs/g/graph-tool/graph-tool-2.55-foss-2022a.eb b/easybuild/easyconfigs/g/graph-tool/graph-tool-2.55-foss-2022a.eb index 4abdda53cdf..0841cdfeb13 100644 --- a/easybuild/easyconfigs/g/graph-tool/graph-tool-2.55-foss-2022a.eb +++ b/easybuild/easyconfigs/g/graph-tool/graph-tool-2.55-foss-2022a.eb @@ -52,6 +52,4 @@ sanity_check_paths = { sanity_check_commands = ["python -c 'from graph_tool.all import graph_draw'"] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'math' diff --git a/easybuild/easyconfigs/h/HAL/HAL-2.1-foss-2020b.eb b/easybuild/easyconfigs/h/HAL/HAL-2.1-foss-2020b.eb index 1f8bfba8817..923a257f239 100644 --- a/easybuild/easyconfigs/h/HAL/HAL-2.1-foss-2020b.eb +++ b/easybuild/easyconfigs/h/HAL/HAL-2.1-foss-2020b.eb @@ -106,6 +106,4 @@ sanity_check_commands = [ "python -c 'from hal.stats.halStats import getHalGenomes'" ] -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} - moduleclass = 'bio' diff --git a/easybuild/easyconfigs/h/HPDBSCAN/HPDBSCAN-20210826-foss-2020b.eb b/easybuild/easyconfigs/h/HPDBSCAN/HPDBSCAN-20210826-foss-2020b.eb index b96581acb3c..cff2e2a3ab3 100644 --- a/easybuild/easyconfigs/h/HPDBSCAN/HPDBSCAN-20210826-foss-2020b.eb +++ b/easybuild/easyconfigs/h/HPDBSCAN/HPDBSCAN-20210826-foss-2020b.eb @@ -35,8 +35,6 @@ files_to_copy = [ 'include', 'LICENSE.txt', ] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['bin/hpdbscan', 'lib/libhpdbscan.%s' % SHLIB_EXT, 'include/hpdbscan.h'], 'dirs': [], diff --git a/easybuild/easyconfigs/h/HepMC3/HepMC3-3.2.5-GCC-11.3.0.eb b/easybuild/easyconfigs/h/HepMC3/HepMC3-3.2.5-GCC-11.3.0.eb index 113308b1508..ad0728a42aa 100644 --- a/easybuild/easyconfigs/h/HepMC3/HepMC3-3.2.5-GCC-11.3.0.eb +++ b/easybuild/easyconfigs/h/HepMC3/HepMC3-3.2.5-GCC-11.3.0.eb @@ -25,8 +25,6 @@ configopts = '-DHEPMC3_ENABLE_ROOTIO=OFF -Dmomentum=GEV -Dlength=MM ' configopts += '-DHEPMC3_ENABLE_PYTHON=ON ' configopts += '-DHEPMC3_Python_SITEARCH310=%(installdir)s/lib/python%(pyshortver)s/site-packages' -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['lib/libHepMC3.%s' % SHLIB_EXT], 'dirs': ['include/HepMC3'] diff --git a/easybuild/easyconfigs/h/HepMC3/HepMC3-3.2.6-GCC-12.3.0.eb b/easybuild/easyconfigs/h/HepMC3/HepMC3-3.2.6-GCC-12.3.0.eb index 294a54e451d..200c7a585cc 100644 --- a/easybuild/easyconfigs/h/HepMC3/HepMC3-3.2.6-GCC-12.3.0.eb +++ b/easybuild/easyconfigs/h/HepMC3/HepMC3-3.2.6-GCC-12.3.0.eb @@ -25,8 +25,6 @@ configopts = '-DHEPMC3_ENABLE_ROOTIO=OFF -Dmomentum=GEV -Dlength=MM ' configopts += '-DHEPMC3_ENABLE_PYTHON=ON ' configopts += '-DHEPMC3_Python_SITEARCH311=%(installdir)s/lib/python%(pyshortver)s/site-packages' -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['lib/libHepMC3.%s' % SHLIB_EXT], 'dirs': ['include/HepMC3'] diff --git a/easybuild/easyconfigs/h/HiGHS/HiGHS-1.7.0-gfbf-2023b.eb b/easybuild/easyconfigs/h/HiGHS/HiGHS-1.7.0-gfbf-2023b.eb index a7228b77ec0..cab75dad27d 100644 --- a/easybuild/easyconfigs/h/HiGHS/HiGHS-1.7.0-gfbf-2023b.eb +++ b/easybuild/easyconfigs/h/HiGHS/HiGHS-1.7.0-gfbf-2023b.eb @@ -36,8 +36,6 @@ exts_list = [ }), ] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['bin/highs'], 'dirs': ['lib/python%(pyshortver)s/site-packages'], diff --git a/easybuild/easyconfigs/h/horton/horton-2.1.1-intel-2020a-Python-2.7.18.eb b/easybuild/easyconfigs/h/horton/horton-2.1.1-intel-2020a-Python-2.7.18.eb index 0014298c072..4e14be74eac 100644 --- a/easybuild/easyconfigs/h/horton/horton-2.1.1-intel-2020a-Python-2.7.18.eb +++ b/easybuild/easyconfigs/h/horton/horton-2.1.1-intel-2020a-Python-2.7.18.eb @@ -85,6 +85,4 @@ sanity_check_commands = [ "horton-esp-fit.py --version", ] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'chem' diff --git a/easybuild/easyconfigs/h/how_are_we_stranded_here/how_are_we_stranded_here-1.0.1-foss-2021b.eb b/easybuild/easyconfigs/h/how_are_we_stranded_here/how_are_we_stranded_here-1.0.1-foss-2021b.eb index 72390e636e7..27dcfead9c1 100644 --- a/easybuild/easyconfigs/h/how_are_we_stranded_here/how_are_we_stranded_here-1.0.1-foss-2021b.eb +++ b/easybuild/easyconfigs/h/how_are_we_stranded_here/how_are_we_stranded_here-1.0.1-foss-2021b.eb @@ -56,6 +56,4 @@ sanity_check_paths = { sanity_check_commands = ["check_strandedness --help"] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'bio' diff --git a/easybuild/easyconfigs/i/ITK/ITK-5.2.1-foss-2022a.eb b/easybuild/easyconfigs/i/ITK/ITK-5.2.1-foss-2022a.eb index 4db02230269..d425923c059 100644 --- a/easybuild/easyconfigs/i/ITK/ITK-5.2.1-foss-2022a.eb +++ b/easybuild/easyconfigs/i/ITK/ITK-5.2.1-foss-2022a.eb @@ -63,6 +63,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/i/ITK/ITK-5.3.0-foss-2023a.eb b/easybuild/easyconfigs/i/ITK/ITK-5.3.0-foss-2023a.eb index e51e8bbd718..bd08b6b2af0 100644 --- a/easybuild/easyconfigs/i/ITK/ITK-5.3.0-foss-2023a.eb +++ b/easybuild/easyconfigs/i/ITK/ITK-5.3.0-foss-2023a.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/i/IsoNet/IsoNet-0.1_20210822_04_674f67f-fosscuda-2020b.eb b/easybuild/easyconfigs/i/IsoNet/IsoNet-0.1_20210822_04_674f67f-fosscuda-2020b.eb index d35d5a3e448..57d730009ea 100644 --- a/easybuild/easyconfigs/i/IsoNet/IsoNet-0.1_20210822_04_674f67f-fosscuda-2020b.eb +++ b/easybuild/easyconfigs/i/IsoNet/IsoNet-0.1_20210822_04_674f67f-fosscuda-2020b.eb @@ -50,7 +50,6 @@ exts_list = [ modextrapaths = { 'PATH': 'lib/python%(pyshortver)s/site-packages/IsoNet/bin', - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages/' } sanity_check_commands = [ 'isonet.py check', diff --git a/easybuild/easyconfigs/j/JupyterHub/JupyterHub-1.1.0-GCCcore-10.2.0.eb b/easybuild/easyconfigs/j/JupyterHub/JupyterHub-1.1.0-GCCcore-10.2.0.eb index fbd9f14c94d..9879509ec79 100644 --- a/easybuild/easyconfigs/j/JupyterHub/JupyterHub-1.1.0-GCCcore-10.2.0.eb +++ b/easybuild/easyconfigs/j/JupyterHub/JupyterHub-1.1.0-GCCcore-10.2.0.eb @@ -101,8 +101,6 @@ exts_list = [ }), ] -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} - sanity_check_paths = { 'files': ['bin/jupyterhub'], 'dirs': ['lib/python%(pyshortver)s/site-packages/jupyterhub'], diff --git a/easybuild/easyconfigs/j/JupyterHub/JupyterHub-1.4.1-GCCcore-10.3.0.eb b/easybuild/easyconfigs/j/JupyterHub/JupyterHub-1.4.1-GCCcore-10.3.0.eb index f2c676767e2..63d64acfae4 100644 --- a/easybuild/easyconfigs/j/JupyterHub/JupyterHub-1.4.1-GCCcore-10.3.0.eb +++ b/easybuild/easyconfigs/j/JupyterHub/JupyterHub-1.4.1-GCCcore-10.3.0.eb @@ -101,8 +101,6 @@ exts_list = [ }), ] -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} - sanity_check_paths = { 'files': ['bin/jupyterhub'], 'dirs': ['lib/python%(pyshortver)s/site-packages/jupyterhub'], diff --git a/easybuild/easyconfigs/l/LHAPDF/LHAPDF-6.5.3-GCC-11.3.0.eb b/easybuild/easyconfigs/l/LHAPDF/LHAPDF-6.5.3-GCC-11.3.0.eb index 3bcded3044d..9ae72f2dc3b 100644 --- a/easybuild/easyconfigs/l/LHAPDF/LHAPDF-6.5.3-GCC-11.3.0.eb +++ b/easybuild/easyconfigs/l/LHAPDF/LHAPDF-6.5.3-GCC-11.3.0.eb @@ -44,7 +44,6 @@ Then you can run `lhapdf update` followed by `lhapdf install your_pdf`. """ modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', # 'LHAPDF_DATA_PATH': '/path/to/share/LHAPDF/', # please adapt } diff --git a/easybuild/easyconfigs/l/LHAPDF/LHAPDF-6.5.4-GCC-12.3.0.eb b/easybuild/easyconfigs/l/LHAPDF/LHAPDF-6.5.4-GCC-12.3.0.eb index 083cb931db2..8c27d8c2594 100644 --- a/easybuild/easyconfigs/l/LHAPDF/LHAPDF-6.5.4-GCC-12.3.0.eb +++ b/easybuild/easyconfigs/l/LHAPDF/LHAPDF-6.5.4-GCC-12.3.0.eb @@ -44,7 +44,6 @@ Then you can run `lhapdf update` followed by `lhapdf install your_pdf`. """ modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', # 'LHAPDF_DATA_PATH': '/path/to/LHAPDF_DATA_PATH', # please adapt } diff --git a/easybuild/easyconfigs/l/Lab-Streaming-Layer/Lab-Streaming-Layer-1.16.2-GCCcore-12.3.0.eb b/easybuild/easyconfigs/l/Lab-Streaming-Layer/Lab-Streaming-Layer-1.16.2-GCCcore-12.3.0.eb index 90f231c23ed..06a03df0f38 100644 --- a/easybuild/easyconfigs/l/Lab-Streaming-Layer/Lab-Streaming-Layer-1.16.2-GCCcore-12.3.0.eb +++ b/easybuild/easyconfigs/l/Lab-Streaming-Layer/Lab-Streaming-Layer-1.16.2-GCCcore-12.3.0.eb @@ -36,8 +36,6 @@ exts_list = [ }), ] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['bin/lslver', 'lib/liblsl.%s' % SHLIB_EXT, 'include/lsl_c.h', 'include/lsl_cpp.h'], 'dirs': ['include/lsl', 'lib/cmake', 'lib/python%(pyshortver)s/site-packages'], diff --git a/easybuild/easyconfigs/l/LevelDB/LevelDB-1.22-GCCcore-11.3.0.eb b/easybuild/easyconfigs/l/LevelDB/LevelDB-1.22-GCCcore-11.3.0.eb index 2cf7e72c320..4fd6d332a99 100644 --- a/easybuild/easyconfigs/l/LevelDB/LevelDB-1.22-GCCcore-11.3.0.eb +++ b/easybuild/easyconfigs/l/LevelDB/LevelDB-1.22-GCCcore-11.3.0.eb @@ -35,10 +35,6 @@ exts_list = [ }), ] -modextrapaths = { - 'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages'] -} - sanity_check_paths = { 'files': ['include/leveldb/cache.h', 'include/leveldb/table.h', 'lib/libleveldb.%s' % SHLIB_EXT], diff --git a/easybuild/easyconfigs/l/libgpuarray/libgpuarray-0.7.6-fosscuda-2020b.eb b/easybuild/easyconfigs/l/libgpuarray/libgpuarray-0.7.6-fosscuda-2020b.eb index c533dcb1b52..f1ee0b724dc 100644 --- a/easybuild/easyconfigs/l/libgpuarray/libgpuarray-0.7.6-fosscuda-2020b.eb +++ b/easybuild/easyconfigs/l/libgpuarray/libgpuarray-0.7.6-fosscuda-2020b.eb @@ -33,8 +33,6 @@ exts_list = [ }), ] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['lib/libgpuarray.%s' % SHLIB_EXT, 'lib/libgpuarray-static.a'], 'dirs': ['include/gpuarray', 'lib/python%(pyshortver)s/site-packages'], diff --git a/easybuild/easyconfigs/l/longread_umi/longread_umi-0.3.2-foss-2020b.eb b/easybuild/easyconfigs/l/longread_umi/longread_umi-0.3.2-foss-2020b.eb index cca7752cf8a..b6bbb0b3fd3 100644 --- a/easybuild/easyconfigs/l/longread_umi/longread_umi-0.3.2-foss-2020b.eb +++ b/easybuild/easyconfigs/l/longread_umi/longread_umi-0.3.2-foss-2020b.eb @@ -72,8 +72,4 @@ sanity_check_commands = [ 'source %(installdir)s/scripts/dependencies.sh && longread_umi_version_dump', ] -modextrapaths = { - 'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages'] -} - moduleclass = 'bio' diff --git a/easybuild/easyconfigs/m/MDSplus-Python/MDSplus-Python-7.96.12-foss-2020a-Python-3.8.2.eb b/easybuild/easyconfigs/m/MDSplus-Python/MDSplus-Python-7.96.12-foss-2020a-Python-3.8.2.eb index 70a94771431..5e5baeb1f93 100644 --- a/easybuild/easyconfigs/m/MDSplus-Python/MDSplus-Python-7.96.12-foss-2020a-Python-3.8.2.eb +++ b/easybuild/easyconfigs/m/MDSplus-Python/MDSplus-Python-7.96.12-foss-2020a-Python-3.8.2.eb @@ -23,8 +23,7 @@ dependencies = [ ('MDSplus', version), ] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} -local_moddir = modextrapaths['PYTHONPATH'] + '/MDSplus' +local_moddir = 'lib/python%(pyshortver)s/site-packages/MDSplus' skipsteps = ['build', 'test'] diff --git a/easybuild/easyconfigs/m/Meep/Meep-1.26.0-foss-2020b.eb b/easybuild/easyconfigs/m/Meep/Meep-1.26.0-foss-2020b.eb index 0b54a760099..28f24d9a3b9 100644 --- a/easybuild/easyconfigs/m/Meep/Meep-1.26.0-foss-2020b.eb +++ b/easybuild/easyconfigs/m/Meep/Meep-1.26.0-foss-2020b.eb @@ -47,6 +47,4 @@ sanity_check_commands = [ "python -c 'import meep'", ] -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} - moduleclass = 'phys' diff --git a/easybuild/easyconfigs/n/nifty/nifty-1.2.1-foss-2023a.eb b/easybuild/easyconfigs/n/nifty/nifty-1.2.1-foss-2023a.eb index 37d6c62dec7..ac1f84f0944 100644 --- a/easybuild/easyconfigs/n/nifty/nifty-1.2.1-foss-2023a.eb +++ b/easybuild/easyconfigs/n/nifty/nifty-1.2.1-foss-2023a.eb @@ -49,6 +49,4 @@ sanity_check_commands = [ "python -c 'import nifty.tools'", ] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'vis' diff --git a/easybuild/easyconfigs/o/OpenMEEG/OpenMEEG-2.5.7-foss-2023a.eb b/easybuild/easyconfigs/o/OpenMEEG/OpenMEEG-2.5.7-foss-2023a.eb index 1a9f745ab76..04079894182 100644 --- a/easybuild/easyconfigs/o/OpenMEEG/OpenMEEG-2.5.7-foss-2023a.eb +++ b/easybuild/easyconfigs/o/OpenMEEG/OpenMEEG-2.5.7-foss-2023a.eb @@ -50,6 +50,4 @@ sanity_check_commands = [ "python -c 'import openmeeg'", ] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'data' diff --git a/easybuild/easyconfigs/o/OpenMM-PLUMED/OpenMM-PLUMED-1.0-intel-2020a-Python-3.8.2.eb b/easybuild/easyconfigs/o/OpenMM-PLUMED/OpenMM-PLUMED-1.0-intel-2020a-Python-3.8.2.eb index 681660bc2e2..f986a9d2fc8 100644 --- a/easybuild/easyconfigs/o/OpenMM-PLUMED/OpenMM-PLUMED-1.0-intel-2020a-Python-3.8.2.eb +++ b/easybuild/easyconfigs/o/OpenMM-PLUMED/OpenMM-PLUMED-1.0-intel-2020a-Python-3.8.2.eb @@ -45,8 +45,4 @@ sanity_check_paths = { sanity_check_commands = ['python -c "from openmmplumed import PlumedForce"'] -modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', -} - moduleclass = 'bio' diff --git a/easybuild/easyconfigs/o/OpenMM/OpenMM-7.4.2-intel-2020a-Python-3.8.2.eb b/easybuild/easyconfigs/o/OpenMM/OpenMM-7.4.2-intel-2020a-Python-3.8.2.eb index 6a35d086519..4a90679db20 100644 --- a/easybuild/easyconfigs/o/OpenMM/OpenMM-7.4.2-intel-2020a-Python-3.8.2.eb +++ b/easybuild/easyconfigs/o/OpenMM/OpenMM-7.4.2-intel-2020a-Python-3.8.2.eb @@ -53,7 +53,6 @@ sanity_check_paths = { sanity_check_commands = ["python -m simtk.testInstallation"] modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', 'OPENMM_INCLUDE_PATH': 'include', 'OPENMM_LIB_PATH': 'lib', } diff --git a/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.0-foss-2020b.eb b/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.0-foss-2020b.eb index fb7a82f5637..8a8eafaed2d 100644 --- a/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.0-foss-2020b.eb +++ b/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.0-foss-2020b.eb @@ -48,7 +48,6 @@ sanity_check_paths = { sanity_check_commands = ["python -m simtk.testInstallation"] modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', 'OPENMM_INCLUDE_PATH': 'include', 'OPENMM_LIB_PATH': 'lib', } diff --git a/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.0-fosscuda-2020a-Python-3.8.2.eb b/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.0-fosscuda-2020a-Python-3.8.2.eb index 06732f1e2bb..18e347268ee 100644 --- a/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.0-fosscuda-2020a-Python-3.8.2.eb +++ b/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.0-fosscuda-2020a-Python-3.8.2.eb @@ -53,7 +53,6 @@ sanity_check_paths = { sanity_check_commands = ["python -m simtk.testInstallation"] modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', 'OPENMM_INCLUDE_PATH': 'include', 'OPENMM_LIB_PATH': 'lib', } diff --git a/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.0-fosscuda-2020b.eb b/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.0-fosscuda-2020b.eb index a7be917c4fd..b9e09be200c 100644 --- a/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.0-fosscuda-2020b.eb +++ b/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.0-fosscuda-2020b.eb @@ -56,7 +56,6 @@ sanity_check_paths = { sanity_check_commands = ["python -m simtk.testInstallation"] modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', 'OPENMM_INCLUDE_PATH': 'include', 'OPENMM_LIB_PATH': 'lib', } diff --git a/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.0-intel-2020a-Python-3.8.2.eb b/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.0-intel-2020a-Python-3.8.2.eb index 1578c538644..69255d00cbf 100644 --- a/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.0-intel-2020a-Python-3.8.2.eb +++ b/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.0-intel-2020a-Python-3.8.2.eb @@ -49,7 +49,6 @@ sanity_check_paths = { sanity_check_commands = ["python -m simtk.testInstallation"] modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', 'OPENMM_INCLUDE_PATH': 'include', 'OPENMM_LIB_PATH': 'lib', } diff --git a/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.0-intel-2020b.eb b/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.0-intel-2020b.eb index 0620868684e..c771c0aa1d0 100644 --- a/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.0-intel-2020b.eb +++ b/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.0-intel-2020b.eb @@ -52,7 +52,6 @@ sanity_check_paths = { sanity_check_commands = ["python -m simtk.testInstallation"] modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', 'OPENMM_INCLUDE_PATH': 'include', 'OPENMM_LIB_PATH': 'lib', } diff --git a/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.1-foss-2020b.eb b/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.1-foss-2020b.eb index 15672d73428..177ce80391a 100644 --- a/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.1-foss-2020b.eb +++ b/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.1-foss-2020b.eb @@ -50,7 +50,6 @@ sanity_check_paths = { sanity_check_commands = ["python -m simtk.testInstallation"] modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', 'OPENMM_INCLUDE_PATH': 'include', 'OPENMM_LIB_PATH': 'lib', } diff --git a/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.1-foss-2021a-CUDA-11.3.1-DeepMind-patch.eb b/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.1-foss-2021a-CUDA-11.3.1-DeepMind-patch.eb index 44bbbce31f6..2bf99badc07 100644 --- a/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.1-foss-2021a-CUDA-11.3.1-DeepMind-patch.eb +++ b/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.1-foss-2021a-CUDA-11.3.1-DeepMind-patch.eb @@ -56,7 +56,6 @@ sanity_check_paths = { sanity_check_commands = ["python -m simtk.testInstallation"] modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', 'OPENMM_INCLUDE_PATH': 'include', 'OPENMM_LIB_PATH': 'lib', } diff --git a/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.1-foss-2021a-DeepMind-patch.eb b/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.1-foss-2021a-DeepMind-patch.eb index 42a22798b5f..87e40e2fbb4 100644 --- a/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.1-foss-2021a-DeepMind-patch.eb +++ b/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.1-foss-2021a-DeepMind-patch.eb @@ -45,7 +45,6 @@ sanity_check_paths = { sanity_check_commands = ["python -m simtk.testInstallation"] modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', 'OPENMM_INCLUDE_PATH': 'include', 'OPENMM_LIB_PATH': 'lib', } diff --git a/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.1-foss-2021b-CUDA-11.4.1-DeepMind-patch.eb b/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.1-foss-2021b-CUDA-11.4.1-DeepMind-patch.eb index 335b9a7e2da..5e6b7f772d1 100644 --- a/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.1-foss-2021b-CUDA-11.4.1-DeepMind-patch.eb +++ b/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.1-foss-2021b-CUDA-11.4.1-DeepMind-patch.eb @@ -58,7 +58,6 @@ sanity_check_paths = { sanity_check_commands = ["python -m simtk.testInstallation"] modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', 'OPENMM_INCLUDE_PATH': 'include', 'OPENMM_LIB_PATH': 'lib', } diff --git a/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.1-foss-2021b-DeepMind-patch.eb b/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.1-foss-2021b-DeepMind-patch.eb index e290a831169..7c0602deafb 100644 --- a/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.1-foss-2021b-DeepMind-patch.eb +++ b/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.1-foss-2021b-DeepMind-patch.eb @@ -45,7 +45,6 @@ sanity_check_paths = { sanity_check_commands = ["python -m simtk.testInstallation"] modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', 'OPENMM_INCLUDE_PATH': 'include', 'OPENMM_LIB_PATH': 'lib', } diff --git a/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.1-fosscuda-2020b.eb b/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.1-fosscuda-2020b.eb index 439ac033415..a0469cd4a4f 100644 --- a/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.1-fosscuda-2020b.eb +++ b/easybuild/easyconfigs/o/OpenMM/OpenMM-7.5.1-fosscuda-2020b.eb @@ -58,7 +58,6 @@ sanity_check_paths = { sanity_check_commands = ["python -m simtk.testInstallation"] modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', 'OPENMM_INCLUDE_PATH': 'include', 'OPENMM_LIB_PATH': 'lib', } diff --git a/easybuild/easyconfigs/o/OpenMM/OpenMM-7.7.0-foss-2021a-CUDA-11.3.1.eb b/easybuild/easyconfigs/o/OpenMM/OpenMM-7.7.0-foss-2021a-CUDA-11.3.1.eb index 61a9e74745f..1e5d92a17da 100644 --- a/easybuild/easyconfigs/o/OpenMM/OpenMM-7.7.0-foss-2021a-CUDA-11.3.1.eb +++ b/easybuild/easyconfigs/o/OpenMM/OpenMM-7.7.0-foss-2021a-CUDA-11.3.1.eb @@ -61,7 +61,6 @@ sanity_check_paths = { sanity_check_commands = ["python -m openmm.testInstallation"] modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', 'OPENMM_INCLUDE_PATH': 'include', 'OPENMM_LIB_PATH': 'lib', } diff --git a/easybuild/easyconfigs/o/OpenMM/OpenMM-7.7.0-foss-2021a.eb b/easybuild/easyconfigs/o/OpenMM/OpenMM-7.7.0-foss-2021a.eb index 400ea7aa3b7..c7763c5128c 100644 --- a/easybuild/easyconfigs/o/OpenMM/OpenMM-7.7.0-foss-2021a.eb +++ b/easybuild/easyconfigs/o/OpenMM/OpenMM-7.7.0-foss-2021a.eb @@ -49,7 +49,6 @@ sanity_check_paths = { sanity_check_commands = ["python -m openmm.testInstallation"] modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', 'OPENMM_INCLUDE_PATH': 'include', 'OPENMM_LIB_PATH': 'lib', } diff --git a/easybuild/easyconfigs/o/oxDNA/oxDNA-3.5.2-foss-2022a-CUDA-11.7.0.eb b/easybuild/easyconfigs/o/oxDNA/oxDNA-3.5.2-foss-2022a-CUDA-11.7.0.eb index 23f38d6955d..b537fe61f78 100644 --- a/easybuild/easyconfigs/o/oxDNA/oxDNA-3.5.2-foss-2022a-CUDA-11.7.0.eb +++ b/easybuild/easyconfigs/o/oxDNA/oxDNA-3.5.2-foss-2022a-CUDA-11.7.0.eb @@ -56,6 +56,4 @@ sanity_check_commands = [ "python -c 'import oxDNA_analysis_tools'", ] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'bio' diff --git a/easybuild/easyconfigs/p/PICI-LIGGGHTS/PICI-LIGGGHTS-3.8.1-foss-2022a.eb b/easybuild/easyconfigs/p/PICI-LIGGGHTS/PICI-LIGGGHTS-3.8.1-foss-2022a.eb index f0929b054cd..fb5303a5e6a 100644 --- a/easybuild/easyconfigs/p/PICI-LIGGGHTS/PICI-LIGGGHTS-3.8.1-foss-2022a.eb +++ b/easybuild/easyconfigs/p/PICI-LIGGGHTS/PICI-LIGGGHTS-3.8.1-foss-2022a.eb @@ -36,8 +36,6 @@ postinstallcmds = [ ] start_dir = 'src' -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} - sanity_check_paths = { 'files': ['bin/liggghts', 'lib/libliggghts.a', 'lib/libliggghts.%s' % SHLIB_EXT], 'dirs': ['examples/LIGGGHTS/Tutorials_public', 'include'], diff --git a/easybuild/easyconfigs/p/PSI4/PSI4-1.7-foss-2021b.eb b/easybuild/easyconfigs/p/PSI4/PSI4-1.7-foss-2021b.eb index 9e98b3b9c6e..32d4cf749c0 100644 --- a/easybuild/easyconfigs/p/PSI4/PSI4-1.7-foss-2021b.eb +++ b/easybuild/easyconfigs/p/PSI4/PSI4-1.7-foss-2021b.eb @@ -96,8 +96,6 @@ exts_list = [ }), ] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_commands = ["python -c 'import psi4'"] moduleclass = 'chem' diff --git a/easybuild/easyconfigs/p/PortAudio/PortAudio-19.7.0-foss-2022a.eb b/easybuild/easyconfigs/p/PortAudio/PortAudio-19.7.0-foss-2022a.eb index 66e7f9fbd7a..6cc108a82f6 100644 --- a/easybuild/easyconfigs/p/PortAudio/PortAudio-19.7.0-foss-2022a.eb +++ b/easybuild/easyconfigs/p/PortAudio/PortAudio-19.7.0-foss-2022a.eb @@ -44,6 +44,4 @@ sanity_check_commands = [ 'python -c "import pyaudio; pyaudio.get_portaudio_version_text(); pyaudio.__version__"' ] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'math' diff --git a/easybuild/easyconfigs/p/PyCairo/PyCairo-1.25.0-GCCcore-12.3.0.eb b/easybuild/easyconfigs/p/PyCairo/PyCairo-1.25.0-GCCcore-12.3.0.eb index 6a386c621fe..edcb2db12b9 100644 --- a/easybuild/easyconfigs/p/PyCairo/PyCairo-1.25.0-GCCcore-12.3.0.eb +++ b/easybuild/easyconfigs/p/PyCairo/PyCairo-1.25.0-GCCcore-12.3.0.eb @@ -31,8 +31,4 @@ sanity_check_paths = { 'dirs': ['lib/python%(pyshortver)s/site-packages/cairo'], } -modextrapaths = { - 'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages'], -} - moduleclass = 'vis' diff --git a/easybuild/easyconfigs/p/PyCairo/PyCairo-1.25.1-GCCcore-13.2.0.eb b/easybuild/easyconfigs/p/PyCairo/PyCairo-1.25.1-GCCcore-13.2.0.eb index 2f139f4093d..03ecf478a36 100644 --- a/easybuild/easyconfigs/p/PyCairo/PyCairo-1.25.1-GCCcore-13.2.0.eb +++ b/easybuild/easyconfigs/p/PyCairo/PyCairo-1.25.1-GCCcore-13.2.0.eb @@ -31,8 +31,4 @@ sanity_check_paths = { 'dirs': ['lib/python%(pyshortver)s/site-packages/cairo'], } -modextrapaths = { - 'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages'], -} - moduleclass = 'vis' diff --git a/easybuild/easyconfigs/p/PyQt5/PyQt5-5.15.1-GCCcore-10.2.0.eb b/easybuild/easyconfigs/p/PyQt5/PyQt5-5.15.1-GCCcore-10.2.0.eb index b2fab8f4e47..fd2d0b018da 100644 --- a/easybuild/easyconfigs/p/PyQt5/PyQt5-5.15.1-GCCcore-10.2.0.eb +++ b/easybuild/easyconfigs/p/PyQt5/PyQt5-5.15.1-GCCcore-10.2.0.eb @@ -82,7 +82,6 @@ sanity_check_commands = [ ] modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', 'QT_INSTALL_DATA': 'qsci', } diff --git a/easybuild/easyconfigs/p/PyQt5/PyQt5-5.15.1-GCCcore-9.3.0-Python-3.8.2.eb b/easybuild/easyconfigs/p/PyQt5/PyQt5-5.15.1-GCCcore-9.3.0-Python-3.8.2.eb index ddb53bbae17..b6a71070055 100644 --- a/easybuild/easyconfigs/p/PyQt5/PyQt5-5.15.1-GCCcore-9.3.0-Python-3.8.2.eb +++ b/easybuild/easyconfigs/p/PyQt5/PyQt5-5.15.1-GCCcore-9.3.0-Python-3.8.2.eb @@ -83,7 +83,6 @@ sanity_check_commands = [ ] modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', 'QT_INSTALL_DATA': 'qsci', } diff --git a/easybuild/easyconfigs/p/PyQt5/PyQt5-5.15.4-GCCcore-10.2.0.eb b/easybuild/easyconfigs/p/PyQt5/PyQt5-5.15.4-GCCcore-10.2.0.eb index 307a9243748..5f11b9d4cf8 100644 --- a/easybuild/easyconfigs/p/PyQt5/PyQt5-5.15.4-GCCcore-10.2.0.eb +++ b/easybuild/easyconfigs/p/PyQt5/PyQt5-5.15.4-GCCcore-10.2.0.eb @@ -102,7 +102,6 @@ sanity_check_commands = [ ] modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', 'QT_INSTALL_DATA': 'qsci', } diff --git a/easybuild/easyconfigs/p/PyQt5/PyQt5-5.15.4-GCCcore-10.3.0.eb b/easybuild/easyconfigs/p/PyQt5/PyQt5-5.15.4-GCCcore-10.3.0.eb index 854022a1c38..ec0b99b7fce 100644 --- a/easybuild/easyconfigs/p/PyQt5/PyQt5-5.15.4-GCCcore-10.3.0.eb +++ b/easybuild/easyconfigs/p/PyQt5/PyQt5-5.15.4-GCCcore-10.3.0.eb @@ -97,7 +97,6 @@ sanity_check_commands = [ ] modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', 'QT_INSTALL_DATA': 'qsci', } diff --git a/easybuild/easyconfigs/p/PyQt5/PyQt5-5.15.4-GCCcore-11.2.0.eb b/easybuild/easyconfigs/p/PyQt5/PyQt5-5.15.4-GCCcore-11.2.0.eb index 8b6e8af0c4a..63fef5d97fc 100644 --- a/easybuild/easyconfigs/p/PyQt5/PyQt5-5.15.4-GCCcore-11.2.0.eb +++ b/easybuild/easyconfigs/p/PyQt5/PyQt5-5.15.4-GCCcore-11.2.0.eb @@ -97,7 +97,6 @@ sanity_check_commands = [ ] modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', 'QT_INSTALL_DATA': 'qsci', } diff --git a/easybuild/easyconfigs/p/PyQt5/PyQt5-5.15.5-GCCcore-11.3.0.eb b/easybuild/easyconfigs/p/PyQt5/PyQt5-5.15.5-GCCcore-11.3.0.eb index 82c9ae2ad00..dc0d4e0d600 100644 --- a/easybuild/easyconfigs/p/PyQt5/PyQt5-5.15.5-GCCcore-11.3.0.eb +++ b/easybuild/easyconfigs/p/PyQt5/PyQt5-5.15.5-GCCcore-11.3.0.eb @@ -98,7 +98,6 @@ sanity_check_commands = [ ] modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', 'QT_INSTALL_DATA': 'qsci', } diff --git a/easybuild/easyconfigs/p/PyQt5/PyQt5-5.15.7-GCCcore-12.2.0.eb b/easybuild/easyconfigs/p/PyQt5/PyQt5-5.15.7-GCCcore-12.2.0.eb index f08aeba2133..9944e85e040 100644 --- a/easybuild/easyconfigs/p/PyQt5/PyQt5-5.15.7-GCCcore-12.2.0.eb +++ b/easybuild/easyconfigs/p/PyQt5/PyQt5-5.15.7-GCCcore-12.2.0.eb @@ -109,7 +109,6 @@ sanity_check_commands = [ ] modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', 'QT_INSTALL_DATA': 'qsci', } diff --git a/easybuild/easyconfigs/p/phyluce/phyluce-1.7.3-foss-2023a.eb b/easybuild/easyconfigs/p/phyluce/phyluce-1.7.3-foss-2023a.eb index a47555f71bb..59164f2ab0a 100644 --- a/easybuild/easyconfigs/p/phyluce/phyluce-1.7.3-foss-2023a.eb +++ b/easybuild/easyconfigs/p/phyluce/phyluce-1.7.3-foss-2023a.eb @@ -131,6 +131,4 @@ sanity_check_commands = ["%s --help" % x for x in [ "phyluce_workflow", ]] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages/phyluce'} - moduleclass = 'bio' diff --git a/easybuild/easyconfigs/p/plc/plc-3.10-intel-2022a.eb b/easybuild/easyconfigs/p/plc/plc-3.10-intel-2022a.eb index feef3c53fc4..6ddea9bbedf 100644 --- a/easybuild/easyconfigs/p/plc/plc-3.10-intel-2022a.eb +++ b/easybuild/easyconfigs/p/plc/plc-3.10-intel-2022a.eb @@ -44,10 +44,6 @@ modextravars = { 'CLIK_PLUGIN': 'rel2015', } -modextrapaths = { - 'PYTHONPATH': 'lib/python/site-packages' -} - sanity_check_paths = { 'files': [ 'lib/libclik_f90.%s' % SHLIB_EXT, diff --git a/easybuild/easyconfigs/p/pod5-file-format/pod5-file-format-0.1.8-foss-2022a.eb b/easybuild/easyconfigs/p/pod5-file-format/pod5-file-format-0.1.8-foss-2022a.eb index 5cd3cc6ebb0..ec714c0d098 100644 --- a/easybuild/easyconfigs/p/pod5-file-format/pod5-file-format-0.1.8-foss-2022a.eb +++ b/easybuild/easyconfigs/p/pod5-file-format/pod5-file-format-0.1.8-foss-2022a.eb @@ -78,6 +78,4 @@ sanity_check_commands = [ "python -c 'import lib_pod5'", ] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'bio' diff --git a/easybuild/easyconfigs/p/pyWannier90/pyWannier90-2021-12-07-foss-2021a.eb b/easybuild/easyconfigs/p/pyWannier90/pyWannier90-2021-12-07-foss-2021a.eb index f4d75a875c3..f59d0223cfa 100644 --- a/easybuild/easyconfigs/p/pyWannier90/pyWannier90-2021-12-07-foss-2021a.eb +++ b/easybuild/easyconfigs/p/pyWannier90/pyWannier90-2021-12-07-foss-2021a.eb @@ -67,6 +67,4 @@ sanity_check_commands = [ "python -c 'import pywannier90'", ] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'chem' diff --git a/easybuild/easyconfigs/p/pyWannier90/pyWannier90-2021-12-07-gomkl-2021a.eb b/easybuild/easyconfigs/p/pyWannier90/pyWannier90-2021-12-07-gomkl-2021a.eb index 3a1d4b39c48..7b91aa2b849 100644 --- a/easybuild/easyconfigs/p/pyWannier90/pyWannier90-2021-12-07-gomkl-2021a.eb +++ b/easybuild/easyconfigs/p/pyWannier90/pyWannier90-2021-12-07-gomkl-2021a.eb @@ -67,6 +67,4 @@ sanity_check_commands = [ "python -c 'import pywannier90'", ] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'chem' diff --git a/easybuild/easyconfigs/r/RDKit/RDKit-2020.03.3-foss-2020a-Python-3.8.2.eb b/easybuild/easyconfigs/r/RDKit/RDKit-2020.03.3-foss-2020a-Python-3.8.2.eb index 097931363e1..ce6b1bfcfa8 100644 --- a/easybuild/easyconfigs/r/RDKit/RDKit-2020.03.3-foss-2020a-Python-3.8.2.eb +++ b/easybuild/easyconfigs/r/RDKit/RDKit-2020.03.3-foss-2020a-Python-3.8.2.eb @@ -71,6 +71,4 @@ sanity_check_commands = [ "python -c 'import rdkit.rdBase'", ] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'chem' diff --git a/easybuild/easyconfigs/r/RDKit/RDKit-2020.03.3-intel-2020a-Python-3.8.2.eb b/easybuild/easyconfigs/r/RDKit/RDKit-2020.03.3-intel-2020a-Python-3.8.2.eb index c8247b5598f..df38efd4f3b 100644 --- a/easybuild/easyconfigs/r/RDKit/RDKit-2020.03.3-intel-2020a-Python-3.8.2.eb +++ b/easybuild/easyconfigs/r/RDKit/RDKit-2020.03.3-intel-2020a-Python-3.8.2.eb @@ -72,6 +72,4 @@ sanity_check_commands = [ "python -c 'import rdkit.rdBase'", ] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'chem' diff --git a/easybuild/easyconfigs/r/RDKit/RDKit-2021.03.4-foss-2021a.eb b/easybuild/easyconfigs/r/RDKit/RDKit-2021.03.4-foss-2021a.eb index 3146628e323..aef09327943 100644 --- a/easybuild/easyconfigs/r/RDKit/RDKit-2021.03.4-foss-2021a.eb +++ b/easybuild/easyconfigs/r/RDKit/RDKit-2021.03.4-foss-2021a.eb @@ -74,6 +74,4 @@ sanity_check_commands = [ "python -c 'import rdkit.rdBase'", ] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'chem' diff --git a/easybuild/easyconfigs/r/RDKit/RDKit-2022.03.5-foss-2021b.eb b/easybuild/easyconfigs/r/RDKit/RDKit-2022.03.5-foss-2021b.eb index f551d9ac7c1..d4f4b34c92e 100644 --- a/easybuild/easyconfigs/r/RDKit/RDKit-2022.03.5-foss-2021b.eb +++ b/easybuild/easyconfigs/r/RDKit/RDKit-2022.03.5-foss-2021b.eb @@ -72,6 +72,4 @@ sanity_check_commands = [ "python -c 'import rdkit.rdBase'", ] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'chem' diff --git a/easybuild/easyconfigs/r/RDKit/RDKit-2022.09.4-foss-2022a.eb b/easybuild/easyconfigs/r/RDKit/RDKit-2022.09.4-foss-2022a.eb index d3156eb8986..97de97626cd 100644 --- a/easybuild/easyconfigs/r/RDKit/RDKit-2022.09.4-foss-2022a.eb +++ b/easybuild/easyconfigs/r/RDKit/RDKit-2022.09.4-foss-2022a.eb @@ -72,6 +72,4 @@ sanity_check_commands = [ "python -c 'import rdkit.rdBase'", ] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'chem' diff --git a/easybuild/easyconfigs/r/RDKit/RDKit-2023.03.3-foss-2021a.eb b/easybuild/easyconfigs/r/RDKit/RDKit-2023.03.3-foss-2021a.eb index c9222722632..4df4e395502 100644 --- a/easybuild/easyconfigs/r/RDKit/RDKit-2023.03.3-foss-2021a.eb +++ b/easybuild/easyconfigs/r/RDKit/RDKit-2023.03.3-foss-2021a.eb @@ -72,6 +72,4 @@ sanity_check_commands = [ "python -c 'import rdkit.rdBase'", ] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'chem' diff --git a/easybuild/easyconfigs/r/Raven/Raven-1.8.1-GCC-11.2.0.eb b/easybuild/easyconfigs/r/Raven/Raven-1.8.1-GCC-11.2.0.eb index 2301070dad3..340002aaae2 100644 --- a/easybuild/easyconfigs/r/Raven/Raven-1.8.1-GCC-11.2.0.eb +++ b/easybuild/easyconfigs/r/Raven/Raven-1.8.1-GCC-11.2.0.eb @@ -43,8 +43,6 @@ exts_list = [ }), ] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['bin/raven'], 'dirs': [], diff --git a/easybuild/easyconfigs/r/Rivet/Rivet-3.1.7-gompi-2022a-HepMC3-3.2.5.eb b/easybuild/easyconfigs/r/Rivet/Rivet-3.1.7-gompi-2022a-HepMC3-3.2.5.eb index e45a6645d00..5e877356850 100644 --- a/easybuild/easyconfigs/r/Rivet/Rivet-3.1.7-gompi-2022a-HepMC3-3.2.5.eb +++ b/easybuild/easyconfigs/r/Rivet/Rivet-3.1.7-gompi-2022a-HepMC3-3.2.5.eb @@ -50,7 +50,6 @@ To use your own analysis you must append the path to `RIVET_ANALYSIS_PATH`. """ modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', # 'RIVET_ANALYSIS_PATH': '/path/to/share/Rivet/', # please adapt for system-wide shared non-default analysis } diff --git a/easybuild/easyconfigs/r/Rivet/Rivet-3.1.9-gompi-2023a-HepMC3-3.2.6.eb b/easybuild/easyconfigs/r/Rivet/Rivet-3.1.9-gompi-2023a-HepMC3-3.2.6.eb index e1ab9fdf4c0..12d90ba31c8 100644 --- a/easybuild/easyconfigs/r/Rivet/Rivet-3.1.9-gompi-2023a-HepMC3-3.2.6.eb +++ b/easybuild/easyconfigs/r/Rivet/Rivet-3.1.9-gompi-2023a-HepMC3-3.2.6.eb @@ -47,7 +47,6 @@ To use your own analysis you must append the path to `RIVET_ANALYSIS_PATH`. You might want to load `texlive` or `matplotlib` if you want to create plots. """ modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', # 'RIVET_ANALYSIS_PATH': '/path/to/share/Rivet/', # please adapt for system-wided shared non-default analysis } diff --git a/easybuild/easyconfigs/r/rMATS-turbo/rMATS-turbo-4.1.1-foss-2020b.eb b/easybuild/easyconfigs/r/rMATS-turbo/rMATS-turbo-4.1.1-foss-2020b.eb index 560b073c286..b482c0cbb48 100644 --- a/easybuild/easyconfigs/r/rMATS-turbo/rMATS-turbo-4.1.1-foss-2020b.eb +++ b/easybuild/easyconfigs/r/rMATS-turbo/rMATS-turbo-4.1.1-foss-2020b.eb @@ -48,10 +48,6 @@ components = [ }), ] -modextrapaths = { - 'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages'] -} - postinstallcmds = ["chmod a+x %(installdir)s/bin/rmats.py"] sanity_check_commands = [ diff --git a/easybuild/easyconfigs/r/rMATS-turbo/rMATS-turbo-4.2.0-gfbf-2023a.eb b/easybuild/easyconfigs/r/rMATS-turbo/rMATS-turbo-4.2.0-gfbf-2023a.eb index 299f8ba69e5..8a6d670cdba 100644 --- a/easybuild/easyconfigs/r/rMATS-turbo/rMATS-turbo-4.2.0-gfbf-2023a.eb +++ b/easybuild/easyconfigs/r/rMATS-turbo/rMATS-turbo-4.2.0-gfbf-2023a.eb @@ -49,10 +49,6 @@ components = [ }), ] -modextrapaths = { - 'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages'] -} - postinstallcmds = ["chmod a+x %(installdir)s/bin/rmats.py"] sanity_check_commands = [ diff --git a/easybuild/easyconfigs/r/rnaQUAST/rnaQUAST-2.2.0-foss-2020a-Python-3.8.2.eb b/easybuild/easyconfigs/r/rnaQUAST/rnaQUAST-2.2.0-foss-2020a-Python-3.8.2.eb index 0d3e4d5d17a..78763f9b2f1 100644 --- a/easybuild/easyconfigs/r/rnaQUAST/rnaQUAST-2.2.0-foss-2020a-Python-3.8.2.eb +++ b/easybuild/easyconfigs/r/rnaQUAST/rnaQUAST-2.2.0-foss-2020a-Python-3.8.2.eb @@ -55,7 +55,6 @@ exts_list = [ modextrapaths = { 'PATH': '', - 'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages'] } sanity_check_paths = { diff --git a/easybuild/easyconfigs/r/rnaQUAST/rnaQUAST-2.2.2-foss-2021b.eb b/easybuild/easyconfigs/r/rnaQUAST/rnaQUAST-2.2.2-foss-2021b.eb index 9d0b7d74631..c12f5f53001 100644 --- a/easybuild/easyconfigs/r/rnaQUAST/rnaQUAST-2.2.2-foss-2021b.eb +++ b/easybuild/easyconfigs/r/rnaQUAST/rnaQUAST-2.2.2-foss-2021b.eb @@ -54,7 +54,6 @@ exts_list = [ modextrapaths = { 'PATH': '', - 'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages'] } sanity_check_paths = { diff --git a/easybuild/easyconfigs/s/SHTns/SHTns-3.5.1-foss-2021b.eb b/easybuild/easyconfigs/s/SHTns/SHTns-3.5.1-foss-2021b.eb index 185da06d688..8b57fed3e98 100644 --- a/easybuild/easyconfigs/s/SHTns/SHTns-3.5.1-foss-2021b.eb +++ b/easybuild/easyconfigs/s/SHTns/SHTns-3.5.1-foss-2021b.eb @@ -34,6 +34,4 @@ sanity_check_paths = { 'dirs': ['lib/python%(pyshortver)s/site-packages'], } -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'lib' diff --git a/easybuild/easyconfigs/s/SUMO/SUMO-1.12.0-foss-2021b.eb b/easybuild/easyconfigs/s/SUMO/SUMO-1.12.0-foss-2021b.eb index 5d5ce7762a7..888ad01bac9 100644 --- a/easybuild/easyconfigs/s/SUMO/SUMO-1.12.0-foss-2021b.eb +++ b/easybuild/easyconfigs/s/SUMO/SUMO-1.12.0-foss-2021b.eb @@ -52,7 +52,6 @@ sanity_check_commands = [ ] modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', 'SUMO_HOME': 'share/sumo', } diff --git a/easybuild/easyconfigs/s/SUMO/SUMO-1.14.1-foss-2021b.eb b/easybuild/easyconfigs/s/SUMO/SUMO-1.14.1-foss-2021b.eb index fb78dda30bc..ee1e387f82e 100644 --- a/easybuild/easyconfigs/s/SUMO/SUMO-1.14.1-foss-2021b.eb +++ b/easybuild/easyconfigs/s/SUMO/SUMO-1.14.1-foss-2021b.eb @@ -52,7 +52,6 @@ sanity_check_commands = [ ] modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', 'SUMO_HOME': 'share/sumo', } diff --git a/easybuild/easyconfigs/s/SentencePiece/SentencePiece-0.1.94-GCC-9.3.0-Python-3.8.2.eb b/easybuild/easyconfigs/s/SentencePiece/SentencePiece-0.1.94-GCC-9.3.0-Python-3.8.2.eb index 9bf6a374290..11ee0e8a4de 100644 --- a/easybuild/easyconfigs/s/SentencePiece/SentencePiece-0.1.94-GCC-9.3.0-Python-3.8.2.eb +++ b/easybuild/easyconfigs/s/SentencePiece/SentencePiece-0.1.94-GCC-9.3.0-Python-3.8.2.eb @@ -53,8 +53,4 @@ sanity_check_commands = [ "python -c 'import sentencepiece'", ] -modextrapaths = { - 'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages'] -} - moduleclass = 'lib' diff --git a/easybuild/easyconfigs/s/SentencePiece/SentencePiece-0.1.96-GCC-10.2.0.eb b/easybuild/easyconfigs/s/SentencePiece/SentencePiece-0.1.96-GCC-10.2.0.eb index e0a2925a929..7b54e4be6fe 100644 --- a/easybuild/easyconfigs/s/SentencePiece/SentencePiece-0.1.96-GCC-10.2.0.eb +++ b/easybuild/easyconfigs/s/SentencePiece/SentencePiece-0.1.96-GCC-10.2.0.eb @@ -55,8 +55,4 @@ sanity_check_commands = [ "python -c 'import sentencepiece'", ] -modextrapaths = { - 'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages'] -} - moduleclass = 'lib' diff --git a/easybuild/easyconfigs/s/SentencePiece/SentencePiece-0.1.96-GCC-10.3.0.eb b/easybuild/easyconfigs/s/SentencePiece/SentencePiece-0.1.96-GCC-10.3.0.eb index 5fc1043508d..f8403404e6d 100644 --- a/easybuild/easyconfigs/s/SentencePiece/SentencePiece-0.1.96-GCC-10.3.0.eb +++ b/easybuild/easyconfigs/s/SentencePiece/SentencePiece-0.1.96-GCC-10.3.0.eb @@ -55,8 +55,4 @@ sanity_check_commands = [ "python -c 'import sentencepiece'", ] -modextrapaths = { - 'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages'] -} - moduleclass = 'lib' diff --git a/easybuild/easyconfigs/s/SentencePiece/SentencePiece-0.1.97-GCC-11.3.0.eb b/easybuild/easyconfigs/s/SentencePiece/SentencePiece-0.1.97-GCC-11.3.0.eb index ea71b9c45e3..e6c756d7d61 100644 --- a/easybuild/easyconfigs/s/SentencePiece/SentencePiece-0.1.97-GCC-11.3.0.eb +++ b/easybuild/easyconfigs/s/SentencePiece/SentencePiece-0.1.97-GCC-11.3.0.eb @@ -55,8 +55,4 @@ sanity_check_commands = [ "python -c 'import sentencepiece'", ] -modextrapaths = { - 'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages'] -} - moduleclass = 'lib' diff --git a/easybuild/easyconfigs/s/SentencePiece/SentencePiece-0.1.99-GCC-12.2.0.eb b/easybuild/easyconfigs/s/SentencePiece/SentencePiece-0.1.99-GCC-12.2.0.eb index 5b53c9b3f83..0245744aaef 100644 --- a/easybuild/easyconfigs/s/SentencePiece/SentencePiece-0.1.99-GCC-12.2.0.eb +++ b/easybuild/easyconfigs/s/SentencePiece/SentencePiece-0.1.99-GCC-12.2.0.eb @@ -55,8 +55,4 @@ sanity_check_commands = [ "python -c 'import sentencepiece'", ] -modextrapaths = { - 'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages'] -} - moduleclass = 'lib' diff --git a/easybuild/easyconfigs/s/SentencePiece/SentencePiece-0.2.0-GCC-12.3.0.eb b/easybuild/easyconfigs/s/SentencePiece/SentencePiece-0.2.0-GCC-12.3.0.eb index a7a37a7404d..011a1771e25 100644 --- a/easybuild/easyconfigs/s/SentencePiece/SentencePiece-0.2.0-GCC-12.3.0.eb +++ b/easybuild/easyconfigs/s/SentencePiece/SentencePiece-0.2.0-GCC-12.3.0.eb @@ -60,8 +60,4 @@ sanity_check_commands = [ "python -c 'import sentencepiece'", ] -modextrapaths = { - 'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages'] -} - moduleclass = 'lib' diff --git a/easybuild/easyconfigs/s/SimpleITK/SimpleITK-2.1.0-foss-2020b.eb b/easybuild/easyconfigs/s/SimpleITK/SimpleITK-2.1.0-foss-2020b.eb index 0ad9b52ffd1..0f3d1bad69e 100644 --- a/easybuild/easyconfigs/s/SimpleITK/SimpleITK-2.1.0-foss-2020b.eb +++ b/easybuild/easyconfigs/s/SimpleITK/SimpleITK-2.1.0-foss-2020b.eb @@ -37,8 +37,6 @@ postinstallcmds = [ "pip install --ignore-installed --no-deps --prefix=%(installdir)s . ", ] -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} - sanity_check_paths = { 'files': ['lib/libSimpleITK_ITKBiasCorrection-%(version_major_minor)s.a'], 'dirs': ['include/%(name)s-%(version_major_minor)s', 'lib/python%(pyshortver)s/site-packages'], diff --git a/easybuild/easyconfigs/s/SimpleITK/SimpleITK-2.1.0-fosscuda-2020b.eb b/easybuild/easyconfigs/s/SimpleITK/SimpleITK-2.1.0-fosscuda-2020b.eb index f51b83860c7..6fcd01d9022 100644 --- a/easybuild/easyconfigs/s/SimpleITK/SimpleITK-2.1.0-fosscuda-2020b.eb +++ b/easybuild/easyconfigs/s/SimpleITK/SimpleITK-2.1.0-fosscuda-2020b.eb @@ -37,8 +37,6 @@ postinstallcmds = [ "pip install --ignore-installed --no-deps --prefix=%(installdir)s . ", ] -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} - sanity_check_paths = { 'files': ['lib/libSimpleITK_ITKBiasCorrection-%(version_major_minor)s.a'], 'dirs': ['include/%(name)s-%(version_major_minor)s', 'lib/python%(pyshortver)s/site-packages'], diff --git a/easybuild/easyconfigs/s/SimpleITK/SimpleITK-2.1.1-foss-2021a.eb b/easybuild/easyconfigs/s/SimpleITK/SimpleITK-2.1.1-foss-2021a.eb index ad058066d02..2595a296564 100644 --- a/easybuild/easyconfigs/s/SimpleITK/SimpleITK-2.1.1-foss-2021a.eb +++ b/easybuild/easyconfigs/s/SimpleITK/SimpleITK-2.1.1-foss-2021a.eb @@ -38,8 +38,6 @@ postinstallcmds = [ "pip install --ignore-installed --no-deps --prefix=%(installdir)s . ", ] -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} - sanity_check_paths = { 'files': ['lib/libSimpleITK_ITKBiasCorrection-%(version_major_minor)s.a'], 'dirs': ['include/%(name)s-%(version_major_minor)s', 'lib/python%(pyshortver)s/site-packages'], diff --git a/easybuild/easyconfigs/s/SimpleITK/SimpleITK-2.1.1.2-foss-2021b.eb b/easybuild/easyconfigs/s/SimpleITK/SimpleITK-2.1.1.2-foss-2021b.eb index 56f8ad1608b..5fa958b53df 100644 --- a/easybuild/easyconfigs/s/SimpleITK/SimpleITK-2.1.1.2-foss-2021b.eb +++ b/easybuild/easyconfigs/s/SimpleITK/SimpleITK-2.1.1.2-foss-2021b.eb @@ -39,8 +39,6 @@ postinstallcmds = [ "pip install --ignore-installed --no-deps --prefix=%(installdir)s . ", ] -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} - sanity_check_paths = { 'files': ['lib/libSimpleITK_ITKBiasCorrection-%(version_major_minor)s.a'], 'dirs': ['include/%(name)s-%(version_major_minor)s', 'lib/python%(pyshortver)s/site-packages'], diff --git a/easybuild/easyconfigs/s/SimpleITK/SimpleITK-2.1.1.2-foss-2022a.eb b/easybuild/easyconfigs/s/SimpleITK/SimpleITK-2.1.1.2-foss-2022a.eb index ee1cda90622..2f24467aaea 100644 --- a/easybuild/easyconfigs/s/SimpleITK/SimpleITK-2.1.1.2-foss-2022a.eb +++ b/easybuild/easyconfigs/s/SimpleITK/SimpleITK-2.1.1.2-foss-2022a.eb @@ -39,8 +39,6 @@ postinstallcmds = [ "pip install --ignore-installed --no-deps --prefix=%(installdir)s . ", ] -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} - sanity_check_paths = { 'files': ['lib/libSimpleITK_ITKBiasCorrection-%(version_major_minor)s.a'], 'dirs': ['include/%(name)s-%(version_major_minor)s', 'lib/python%(pyshortver)s/site-packages'], diff --git a/easybuild/easyconfigs/s/SimpleITK/SimpleITK-2.3.1-foss-2023a.eb b/easybuild/easyconfigs/s/SimpleITK/SimpleITK-2.3.1-foss-2023a.eb index 077b129c331..2edd8c378f4 100644 --- a/easybuild/easyconfigs/s/SimpleITK/SimpleITK-2.3.1-foss-2023a.eb +++ b/easybuild/easyconfigs/s/SimpleITK/SimpleITK-2.3.1-foss-2023a.eb @@ -40,8 +40,6 @@ exts_list = [ }), ] -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} - sanity_check_paths = { 'files': ['lib/libSimpleITK_ITKBiasCorrection-%(version_major_minor)s.a'], 'dirs': ['include/%(name)s-%(version_major_minor)s', 'lib/python%(pyshortver)s/site-packages'], diff --git a/easybuild/easyconfigs/s/subunit/subunit-1.4.3-GCCcore-12.2.0.eb b/easybuild/easyconfigs/s/subunit/subunit-1.4.3-GCCcore-12.2.0.eb index 720530cbc4f..6e18295d71c 100644 --- a/easybuild/easyconfigs/s/subunit/subunit-1.4.3-GCCcore-12.2.0.eb +++ b/easybuild/easyconfigs/s/subunit/subunit-1.4.3-GCCcore-12.2.0.eb @@ -45,8 +45,6 @@ exts_list = [ }), ] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['lib/libsubunit.a', 'lib/libsubunit.%s' % SHLIB_EXT], 'dirs': ['include/subunit'], diff --git a/easybuild/easyconfigs/t/TBA/TBA-1.0-foss-2020b.eb b/easybuild/easyconfigs/t/TBA/TBA-1.0-foss-2020b.eb index 7341f756cdf..3d91b35cbf1 100644 --- a/easybuild/easyconfigs/t/TBA/TBA-1.0-foss-2020b.eb +++ b/easybuild/easyconfigs/t/TBA/TBA-1.0-foss-2020b.eb @@ -46,8 +46,6 @@ postinstallcmds = [ "mv %(installdir)s/default_motifs %(installdir)s/share ", ] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['bin/train_model_default.sh', 'bin/train_classifier.py', 'bin/create_features.py', 'bin/idr'], diff --git a/easybuild/easyconfigs/t/TRIQS-cthyb/TRIQS-cthyb-3.0.0-foss-2020a-Python-3.8.2.eb b/easybuild/easyconfigs/t/TRIQS-cthyb/TRIQS-cthyb-3.0.0-foss-2020a-Python-3.8.2.eb index c1454f3c191..0b3c6cdeb87 100644 --- a/easybuild/easyconfigs/t/TRIQS-cthyb/TRIQS-cthyb-3.0.0-foss-2020a-Python-3.8.2.eb +++ b/easybuild/easyconfigs/t/TRIQS-cthyb/TRIQS-cthyb-3.0.0-foss-2020a-Python-3.8.2.eb @@ -52,7 +52,6 @@ sanity_check_commands = ["python -c 'import triqs_cthyb'"] modextrapaths = { 'CPLUS_INCLUDE_PATH': 'include', - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', 'CMAKE_PREFIX_PATH': 'lib/cmake/triqs_cthyb', } modextravars = { diff --git a/easybuild/easyconfigs/t/TRIQS-cthyb/TRIQS-cthyb-3.1.0-foss-2022a.eb b/easybuild/easyconfigs/t/TRIQS-cthyb/TRIQS-cthyb-3.1.0-foss-2022a.eb index 84ff74d8ecc..5e621efb98a 100644 --- a/easybuild/easyconfigs/t/TRIQS-cthyb/TRIQS-cthyb-3.1.0-foss-2022a.eb +++ b/easybuild/easyconfigs/t/TRIQS-cthyb/TRIQS-cthyb-3.1.0-foss-2022a.eb @@ -58,7 +58,6 @@ sanity_check_commands = ["python -c 'import triqs_cthyb'"] modextrapaths = { 'CPLUS_INCLUDE_PATH': 'include', - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', 'CMAKE_PREFIX_PATH': 'lib/cmake/triqs_cthyb', } modextravars = { diff --git a/easybuild/easyconfigs/t/TRIQS-cthyb/TRIQS-cthyb-3.2.1-foss-2023a.eb b/easybuild/easyconfigs/t/TRIQS-cthyb/TRIQS-cthyb-3.2.1-foss-2023a.eb index aba94fc78c9..9d3af0fa52d 100644 --- a/easybuild/easyconfigs/t/TRIQS-cthyb/TRIQS-cthyb-3.2.1-foss-2023a.eb +++ b/easybuild/easyconfigs/t/TRIQS-cthyb/TRIQS-cthyb-3.2.1-foss-2023a.eb @@ -58,7 +58,6 @@ sanity_check_commands = ["python -c 'import triqs_cthyb'"] modextrapaths = { 'CPLUS_INCLUDE_PATH': 'include', - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', 'CMAKE_PREFIX_PATH': 'lib/cmake/triqs_cthyb', } modextravars = { diff --git a/easybuild/easyconfigs/t/TRIQS-dft_tools/TRIQS-dft_tools-3.0.0-foss-2020a-Python-3.8.2.eb b/easybuild/easyconfigs/t/TRIQS-dft_tools/TRIQS-dft_tools-3.0.0-foss-2020a-Python-3.8.2.eb index 905b5036fab..e3f9e86353b 100644 --- a/easybuild/easyconfigs/t/TRIQS-dft_tools/TRIQS-dft_tools-3.0.0-foss-2020a-Python-3.8.2.eb +++ b/easybuild/easyconfigs/t/TRIQS-dft_tools/TRIQS-dft_tools-3.0.0-foss-2020a-Python-3.8.2.eb @@ -53,7 +53,6 @@ sanity_check_commands = ["python -c 'import triqs_dft_tools'"] modextrapaths = { 'CPLUS_INCLUDE_PATH': 'include', - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', 'CMAKE_PREFIX_PATH': 'lib/cmake/triqs_dft_tools', } modextravars = { diff --git a/easybuild/easyconfigs/t/TRIQS-dft_tools/TRIQS-dft_tools-3.1.0-foss-2022a.eb b/easybuild/easyconfigs/t/TRIQS-dft_tools/TRIQS-dft_tools-3.1.0-foss-2022a.eb index 78221bf72e6..2fb16455d31 100644 --- a/easybuild/easyconfigs/t/TRIQS-dft_tools/TRIQS-dft_tools-3.1.0-foss-2022a.eb +++ b/easybuild/easyconfigs/t/TRIQS-dft_tools/TRIQS-dft_tools-3.1.0-foss-2022a.eb @@ -59,7 +59,6 @@ sanity_check_commands = ["python -c 'import triqs_dft_tools'"] modextrapaths = { 'CPLUS_INCLUDE_PATH': 'include', - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', 'CMAKE_PREFIX_PATH': 'lib/cmake/triqs_dft_tools', } modextravars = { diff --git a/easybuild/easyconfigs/t/TRIQS-dft_tools/TRIQS-dft_tools-3.2.0-foss-2023a.eb b/easybuild/easyconfigs/t/TRIQS-dft_tools/TRIQS-dft_tools-3.2.0-foss-2023a.eb index 4a136f51689..ee277438d54 100644 --- a/easybuild/easyconfigs/t/TRIQS-dft_tools/TRIQS-dft_tools-3.2.0-foss-2023a.eb +++ b/easybuild/easyconfigs/t/TRIQS-dft_tools/TRIQS-dft_tools-3.2.0-foss-2023a.eb @@ -59,7 +59,6 @@ sanity_check_commands = ["python -c 'import triqs_dft_tools'"] modextrapaths = { 'CPLUS_INCLUDE_PATH': 'include', - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', 'CMAKE_PREFIX_PATH': 'lib/cmake/triqs_dft_tools', } modextravars = { diff --git a/easybuild/easyconfigs/t/TRIQS-tprf/TRIQS-tprf-3.0.0-foss-2020a-Python-3.8.2.eb b/easybuild/easyconfigs/t/TRIQS-tprf/TRIQS-tprf-3.0.0-foss-2020a-Python-3.8.2.eb index 912621d4fbe..b4e4d5be446 100644 --- a/easybuild/easyconfigs/t/TRIQS-tprf/TRIQS-tprf-3.0.0-foss-2020a-Python-3.8.2.eb +++ b/easybuild/easyconfigs/t/TRIQS-tprf/TRIQS-tprf-3.0.0-foss-2020a-Python-3.8.2.eb @@ -53,7 +53,6 @@ sanity_check_commands = ["python -c 'import triqs_tprf'"] modextrapaths = { 'CPLUS_INCLUDE_PATH': 'include', - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', 'CMAKE_PREFIX_PATH': 'lib/cmake/triqs_tprf', } modextravars = { diff --git a/easybuild/easyconfigs/t/TRIQS-tprf/TRIQS-tprf-3.1.1-foss-2022a.eb b/easybuild/easyconfigs/t/TRIQS-tprf/TRIQS-tprf-3.1.1-foss-2022a.eb index 6ba4a624278..0cbce1aada6 100644 --- a/easybuild/easyconfigs/t/TRIQS-tprf/TRIQS-tprf-3.1.1-foss-2022a.eb +++ b/easybuild/easyconfigs/t/TRIQS-tprf/TRIQS-tprf-3.1.1-foss-2022a.eb @@ -59,7 +59,6 @@ sanity_check_commands = ["python -c 'import triqs_tprf'"] modextrapaths = { 'CPLUS_INCLUDE_PATH': 'include', - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', 'CMAKE_PREFIX_PATH': 'lib/cmake/triqs_tprf', } modextravars = { diff --git a/easybuild/easyconfigs/t/TRIQS-tprf/TRIQS-tprf-3.2.1-foss-2023a.eb b/easybuild/easyconfigs/t/TRIQS-tprf/TRIQS-tprf-3.2.1-foss-2023a.eb index 1547b3cf999..ecc0d76ca81 100644 --- a/easybuild/easyconfigs/t/TRIQS-tprf/TRIQS-tprf-3.2.1-foss-2023a.eb +++ b/easybuild/easyconfigs/t/TRIQS-tprf/TRIQS-tprf-3.2.1-foss-2023a.eb @@ -59,7 +59,6 @@ sanity_check_commands = ["python -c 'import triqs_tprf'"] modextrapaths = { 'CPLUS_INCLUDE_PATH': 'include', - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', 'CMAKE_PREFIX_PATH': 'lib/cmake/triqs_tprf', } modextravars = { diff --git a/easybuild/easyconfigs/t/TRIQS/TRIQS-3.0.0-foss-2020a-Python-3.8.2.eb b/easybuild/easyconfigs/t/TRIQS/TRIQS-3.0.0-foss-2020a-Python-3.8.2.eb index 03f85da785b..de76530e80f 100644 --- a/easybuild/easyconfigs/t/TRIQS/TRIQS-3.0.0-foss-2020a-Python-3.8.2.eb +++ b/easybuild/easyconfigs/t/TRIQS/TRIQS-3.0.0-foss-2020a-Python-3.8.2.eb @@ -60,7 +60,6 @@ sanity_check_commands = [ modextrapaths = { 'CPLUS_INCLUDE_PATH': 'include', - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', 'CMAKE_PREFIX_PATH': ['lib/cmake/triqs', 'lib/cmake/cpp2py'] } modextravars = { diff --git a/easybuild/easyconfigs/t/TRIQS/TRIQS-3.1.1-foss-2022a.eb b/easybuild/easyconfigs/t/TRIQS/TRIQS-3.1.1-foss-2022a.eb index ca1bf2e6a62..9c78f891627 100644 --- a/easybuild/easyconfigs/t/TRIQS/TRIQS-3.1.1-foss-2022a.eb +++ b/easybuild/easyconfigs/t/TRIQS/TRIQS-3.1.1-foss-2022a.eb @@ -57,7 +57,6 @@ sanity_check_commands = [ modextrapaths = { 'CPLUS_INCLUDE_PATH': 'include', - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', 'CMAKE_PREFIX_PATH': ['lib/cmake/triqs', 'lib/cmake/cpp2py'] } modextravars = { diff --git a/easybuild/easyconfigs/t/TRIQS/TRIQS-3.2.0-foss-2023a.eb b/easybuild/easyconfigs/t/TRIQS/TRIQS-3.2.0-foss-2023a.eb index 7daf38a60f6..8a81357ddd7 100644 --- a/easybuild/easyconfigs/t/TRIQS/TRIQS-3.2.0-foss-2023a.eb +++ b/easybuild/easyconfigs/t/TRIQS/TRIQS-3.2.0-foss-2023a.eb @@ -58,7 +58,6 @@ sanity_check_commands = [ modextrapaths = { 'CPLUS_INCLUDE_PATH': 'include', - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', 'CMAKE_PREFIX_PATH': ['lib/cmake/triqs', 'lib/cmake/cpp2py'] } modextravars = { diff --git a/easybuild/easyconfigs/v/VTK/VTK-8.2.0-foss-2020a-Python-3.8.2.eb b/easybuild/easyconfigs/v/VTK/VTK-8.2.0-foss-2020a-Python-3.8.2.eb index 94eea58b312..2d55f19fe72 100644 --- a/easybuild/easyconfigs/v/VTK/VTK-8.2.0-foss-2020a-Python-3.8.2.eb +++ b/easybuild/easyconfigs/v/VTK/VTK-8.2.0-foss-2020a-Python-3.8.2.eb @@ -79,8 +79,6 @@ postinstallcmds = [ 'sed "s/#VTK_VERSION#/%%(version)s/" %s > %s' % (local_egg_info_src, local_egg_info_dest), ] -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} - local_vtk_exec = ['vtk%s-%%(version_major_minor)s' % x for x in ['WrapJava', 'ParseJava', 'WrapPythonInit', 'WrapPython', 'WrapHierarchy']] local_vtk_exec += ['vtkpython', 'pvtkpython'] diff --git a/easybuild/easyconfigs/v/VTK/VTK-8.2.0-foss-2021a.eb b/easybuild/easyconfigs/v/VTK/VTK-8.2.0-foss-2021a.eb index a454c281799..94f7c84ebc0 100644 --- a/easybuild/easyconfigs/v/VTK/VTK-8.2.0-foss-2021a.eb +++ b/easybuild/easyconfigs/v/VTK/VTK-8.2.0-foss-2021a.eb @@ -83,8 +83,6 @@ postinstallcmds = [ 'sed "s/#VTK_VERSION#/%%(version)s/" %s > %s' % (local_egg_info_src, local_egg_info_dest), ] -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} - local_vtk_exec = ['vtk%s-%%(version_major_minor)s' % x for x in ['WrapJava', 'ParseJava', 'WrapPythonInit', 'WrapPython', 'WrapHierarchy']] local_vtk_exec += ['vtkpython', 'pvtkpython'] diff --git a/easybuild/easyconfigs/v/VTK/VTK-8.2.0-fosscuda-2020a-Python-3.8.2.eb b/easybuild/easyconfigs/v/VTK/VTK-8.2.0-fosscuda-2020a-Python-3.8.2.eb index 9e767afeb02..cf4f56256a0 100644 --- a/easybuild/easyconfigs/v/VTK/VTK-8.2.0-fosscuda-2020a-Python-3.8.2.eb +++ b/easybuild/easyconfigs/v/VTK/VTK-8.2.0-fosscuda-2020a-Python-3.8.2.eb @@ -88,8 +88,6 @@ postinstallcmds = [ 'sed "s/#VTK_VERSION#/%%(version)s/" %s > %s' % (local_egg_info_src, local_egg_info_dest), ] -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} - local_vtk_exec = ['vtk%s-%%(version_major_minor)s' % x for x in ['WrapJava', 'ParseJava', 'WrapPythonInit', 'WrapPython', 'WrapHierarchy']] local_vtk_exec += ['vtkpython', 'pvtkpython'] diff --git a/easybuild/easyconfigs/v/VTK/VTK-8.2.0-intel-2020a-Python-3.8.2.eb b/easybuild/easyconfigs/v/VTK/VTK-8.2.0-intel-2020a-Python-3.8.2.eb index 332b29321ad..bc5c2030b79 100644 --- a/easybuild/easyconfigs/v/VTK/VTK-8.2.0-intel-2020a-Python-3.8.2.eb +++ b/easybuild/easyconfigs/v/VTK/VTK-8.2.0-intel-2020a-Python-3.8.2.eb @@ -78,8 +78,6 @@ postinstallcmds = [ 'sed "s/#VTK_VERSION#/%%(version)s/" %s > %s' % (local_egg_info_src, local_egg_info_dest), ] -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} - sanity_check_paths = { 'files': ['bin/vtk%s-%%(version_major_minor)s' % x for x in ['WrapJava', 'ParseJava', 'WrapPythonInit', 'WrapPython', 'WrapHierarchy']] + diff --git a/easybuild/easyconfigs/v/VTK/VTK-9.0.1-foss-2020b.eb b/easybuild/easyconfigs/v/VTK/VTK-9.0.1-foss-2020b.eb index bb470835e71..d317dccff8e 100644 --- a/easybuild/easyconfigs/v/VTK/VTK-9.0.1-foss-2020b.eb +++ b/easybuild/easyconfigs/v/VTK/VTK-9.0.1-foss-2020b.eb @@ -67,8 +67,6 @@ postinstallcmds = [ 'sed "s/#VTK_VERSION#/%%(version)s/" %s > %s' % (local_egg_info_src, local_egg_info_dest), ] -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} - local_vtk_exec = ['vtk%s-%%(version_major_minor)s' % x for x in ['WrapJava', 'ParseJava', 'WrapPythonInit', 'WrapPython', 'WrapHierarchy']] local_vtk_exec += ['vtkpython'] diff --git a/easybuild/easyconfigs/v/VTK/VTK-9.0.1-foss-2021a.eb b/easybuild/easyconfigs/v/VTK/VTK-9.0.1-foss-2021a.eb index 5359e473d0b..b99e9e1594a 100644 --- a/easybuild/easyconfigs/v/VTK/VTK-9.0.1-foss-2021a.eb +++ b/easybuild/easyconfigs/v/VTK/VTK-9.0.1-foss-2021a.eb @@ -62,8 +62,6 @@ postinstallcmds = [ 'sed "s/#VTK_VERSION#/%%(version)s/" %s > %s' % (local_egg_info_src, local_egg_info_dest), ] -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} - local_vtk_exec = ['vtk%s-%%(version_major_minor)s' % x for x in ['WrapJava', 'ParseJava', 'WrapPythonInit', 'WrapPython', 'WrapHierarchy']] local_vtk_exec += ['vtkpython'] diff --git a/easybuild/easyconfigs/v/VTK/VTK-9.0.1-fosscuda-2020b.eb b/easybuild/easyconfigs/v/VTK/VTK-9.0.1-fosscuda-2020b.eb index 56d278e80e8..6098da53a71 100644 --- a/easybuild/easyconfigs/v/VTK/VTK-9.0.1-fosscuda-2020b.eb +++ b/easybuild/easyconfigs/v/VTK/VTK-9.0.1-fosscuda-2020b.eb @@ -66,8 +66,6 @@ postinstallcmds = [ 'sed "s/#VTK_VERSION#/%%(version)s/" %s > %s' % (local_egg_info_src, local_egg_info_dest), ] -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} - local_vtk_exec = ['vtk%s-%%(version_major_minor)s' % x for x in ['WrapJava', 'ParseJava', 'WrapPythonInit', 'WrapPython', 'WrapHierarchy']] local_vtk_exec += ['vtkpython'] diff --git a/easybuild/easyconfigs/v/VTK/VTK-9.1.0-foss-2021b.eb b/easybuild/easyconfigs/v/VTK/VTK-9.1.0-foss-2021b.eb index dc03d44aeff..32b62b2fc33 100644 --- a/easybuild/easyconfigs/v/VTK/VTK-9.1.0-foss-2021b.eb +++ b/easybuild/easyconfigs/v/VTK/VTK-9.1.0-foss-2021b.eb @@ -62,8 +62,6 @@ postinstallcmds = [ 'sed "s/#VTK_VERSION#/%%(version)s/" %s > %s' % (local_egg_info_src, local_egg_info_dest), ] -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} - local_vtk_exec = ['vtk%s-%%(version_major_minor)s' % x for x in ['WrapJava', 'ParseJava', 'WrapPythonInit', 'WrapPython', 'WrapHierarchy']] local_vtk_exec += ['vtkpython'] diff --git a/easybuild/easyconfigs/v/VTK/VTK-9.2.0.rc2-foss-2022a.eb b/easybuild/easyconfigs/v/VTK/VTK-9.2.0.rc2-foss-2022a.eb index 7e96b5b97c5..5a1635d9dc3 100644 --- a/easybuild/easyconfigs/v/VTK/VTK-9.2.0.rc2-foss-2022a.eb +++ b/easybuild/easyconfigs/v/VTK/VTK-9.2.0.rc2-foss-2022a.eb @@ -62,8 +62,6 @@ postinstallcmds = [ 'sed "s/#VTK_VERSION#/%%(version)s/" %s > %s' % (local_egg_info_src, local_egg_info_dest), ] -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} - local_vtk_exec = ['vtk%s-%%(version_major_minor)s' % x for x in ['WrapJava', 'ParseJava', 'WrapPythonInit', 'WrapPython', 'WrapHierarchy']] local_vtk_exec += ['vtkpython'] diff --git a/easybuild/easyconfigs/v/VTK/VTK-9.2.2-foss-2022a.eb b/easybuild/easyconfigs/v/VTK/VTK-9.2.2-foss-2022a.eb index c8f250578fb..e03664b4810 100644 --- a/easybuild/easyconfigs/v/VTK/VTK-9.2.2-foss-2022a.eb +++ b/easybuild/easyconfigs/v/VTK/VTK-9.2.2-foss-2022a.eb @@ -62,8 +62,6 @@ postinstallcmds = [ 'sed "s/#VTK_VERSION#/%%(version)s/" %s > %s' % (local_egg_info_src, local_egg_info_dest), ] -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} - local_vtk_exec = ['vtk%s-%%(version_major_minor)s' % x for x in ['WrapJava', 'ParseJava', 'WrapPythonInit', 'WrapPython', 'WrapHierarchy']] local_vtk_exec += ['vtkpython'] diff --git a/easybuild/easyconfigs/v/VTK/VTK-9.2.6-foss-2022b.eb b/easybuild/easyconfigs/v/VTK/VTK-9.2.6-foss-2022b.eb index 9e0ac8cd332..9ebcbce5eb1 100644 --- a/easybuild/easyconfigs/v/VTK/VTK-9.2.6-foss-2022b.eb +++ b/easybuild/easyconfigs/v/VTK/VTK-9.2.6-foss-2022b.eb @@ -65,8 +65,6 @@ postinstallcmds = [ 'sed "s/#VTK_VERSION#/%%(version)s/" %s > %s' % (local_egg_info_src, local_egg_info_dest), ] -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} - local_vtk_exec = ['vtk%s-%%(version_major_minor)s' % x for x in ['WrapJava', 'ParseJava', 'WrapPythonInit', 'WrapPython', 'WrapHierarchy']] local_vtk_exec += ['vtkpython'] diff --git a/easybuild/easyconfigs/v/VTK/VTK-9.3.0-foss-2023a.eb b/easybuild/easyconfigs/v/VTK/VTK-9.3.0-foss-2023a.eb index 17b73654ac0..f8b8de09fb3 100644 --- a/easybuild/easyconfigs/v/VTK/VTK-9.3.0-foss-2023a.eb +++ b/easybuild/easyconfigs/v/VTK/VTK-9.3.0-foss-2023a.eb @@ -73,8 +73,6 @@ postinstallcmds = [ 'sed "s/#VTK_VERSION#/%%(version)s/" %s > %s' % (local_egg_info_src, local_egg_info_dest), ] -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} - local_vtk_exec = ['vtk%s-%%(version_major_minor)s' % x for x in ['WrapJava', 'ParseJava', 'WrapPythonInit', 'WrapPython', 'WrapHierarchy']] local_vtk_exec += ['vtkpython'] diff --git a/easybuild/easyconfigs/v/VTK/VTK-9.3.0-foss-2023b.eb b/easybuild/easyconfigs/v/VTK/VTK-9.3.0-foss-2023b.eb index 7445a4b18aa..847969552d6 100644 --- a/easybuild/easyconfigs/v/VTK/VTK-9.3.0-foss-2023b.eb +++ b/easybuild/easyconfigs/v/VTK/VTK-9.3.0-foss-2023b.eb @@ -72,8 +72,6 @@ postinstallcmds = [ 'sed "s/#VTK_VERSION#/%%(version)s/" %s > %s' % (local_egg_info_src, local_egg_info_dest), ] -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} - local_vtk_exec = ['vtk%s-%%(version_major_minor)s' % x for x in ['WrapJava', 'ParseJava', 'WrapPythonInit', 'WrapPython', 'WrapHierarchy']] local_vtk_exec += ['vtkpython'] diff --git a/easybuild/easyconfigs/v/ViennaRNA/ViennaRNA-2.5.0-foss-2021b.eb b/easybuild/easyconfigs/v/ViennaRNA/ViennaRNA-2.5.0-foss-2021b.eb index 5a48408d321..e06eab7876f 100644 --- a/easybuild/easyconfigs/v/ViennaRNA/ViennaRNA-2.5.0-foss-2021b.eb +++ b/easybuild/easyconfigs/v/ViennaRNA/ViennaRNA-2.5.0-foss-2021b.eb @@ -48,7 +48,6 @@ sanity_check_paths = { modextrapaths = { 'PERL5LIB': 'lib/perl5/site_perl/%(perlver)s/', - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', } moduleclass = 'bio' diff --git a/easybuild/easyconfigs/v/ViennaRNA/ViennaRNA-2.5.1-foss-2021b.eb b/easybuild/easyconfigs/v/ViennaRNA/ViennaRNA-2.5.1-foss-2021b.eb index 44021569e19..9fd1745690f 100644 --- a/easybuild/easyconfigs/v/ViennaRNA/ViennaRNA-2.5.1-foss-2021b.eb +++ b/easybuild/easyconfigs/v/ViennaRNA/ViennaRNA-2.5.1-foss-2021b.eb @@ -48,7 +48,6 @@ sanity_check_paths = { modextrapaths = { 'PERL5LIB': 'lib/perl5/site_perl/%(perlver)s/', - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', } moduleclass = 'bio' diff --git a/easybuild/easyconfigs/y/YODA/YODA-1.9.7-GCC-11.3.0.eb b/easybuild/easyconfigs/y/YODA/YODA-1.9.7-GCC-11.3.0.eb index 56d2cc9a275..38a88e191a3 100644 --- a/easybuild/easyconfigs/y/YODA/YODA-1.9.7-GCC-11.3.0.eb +++ b/easybuild/easyconfigs/y/YODA/YODA-1.9.7-GCC-11.3.0.eb @@ -38,5 +38,4 @@ sanity_check_paths = { } sanity_check_commands = ["python -c 'import yoda'"] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} moduleclass = 'phys' diff --git a/easybuild/easyconfigs/y/YODA/YODA-1.9.9-GCC-12.3.0.eb b/easybuild/easyconfigs/y/YODA/YODA-1.9.9-GCC-12.3.0.eb index 61927358ec2..53e69b4d169 100644 --- a/easybuild/easyconfigs/y/YODA/YODA-1.9.9-GCC-12.3.0.eb +++ b/easybuild/easyconfigs/y/YODA/YODA-1.9.9-GCC-12.3.0.eb @@ -37,5 +37,4 @@ sanity_check_paths = { } sanity_check_commands = ["python -c 'import yoda'"] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} moduleclass = 'phys' diff --git a/easybuild/easyconfigs/z/z5py/z5py-2.0.17-foss-2023a.eb b/easybuild/easyconfigs/z/z5py/z5py-2.0.17-foss-2023a.eb index 3f3c8714771..0b6ddf64fff 100644 --- a/easybuild/easyconfigs/z/z5py/z5py-2.0.17-foss-2023a.eb +++ b/easybuild/easyconfigs/z/z5py/z5py-2.0.17-foss-2023a.eb @@ -45,6 +45,4 @@ sanity_check_paths = { } sanity_check_commands = ["python -c 'import z5py'"] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'vis' From 2d1c32d9621f2ffcb90391e16e3293817992b196 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20=C3=96hman?= Date: Sat, 6 Jul 2024 21:23:50 +0200 Subject: [PATCH 3/8] Remove additional manually specified PYTHONPATH's --- .../Arcade-Learning-Environment-0.8.1-foss-2023a.eb | 2 -- easybuild/easyconfigs/f/FSL/FSL-6.0.5.1-foss-2021a.eb | 2 +- easybuild/easyconfigs/f/FunGAP/FunGAP-1.1.1-foss-2022a.eb | 2 +- easybuild/easyconfigs/g/GDAL/GDAL-3.9.0-foss-2023b.eb | 2 -- easybuild/easyconfigs/g/GIMIC/GIMIC-2.2.1-foss-2022a.eb | 2 +- easybuild/easyconfigs/i/ITK/ITK-5.3.0-foss-2022b.eb | 2 -- easybuild/easyconfigs/p/PySCF/PySCF-2.1.1-foss-2022a.eb | 2 -- easybuild/easyconfigs/p/PySCF/PySCF-2.4.0-foss-2022b.eb | 2 -- .../pytorch-CycleGAN-pix2pix-20230314-foss-2022a-CUDA-11.7.0.eb | 2 -- easybuild/easyconfigs/r/RDKit/RDKit-2024.03.3-foss-2023a.eb | 2 -- ...SNAP-ESA-python-8.0-GCCcore-10.2.0-Java-1.8-Python-2.7.18.eb | 2 -- ...NAP-ESA-python-9.0.0-GCCcore-11.2.0-Java-11-Python-2.7.18.eb | 2 -- .../easyconfigs/s/SUMO/SUMO-1.7.0-foss-2020a-Python-3.8.2.eb | 1 - .../easyconfigs/s/Spark/Spark-3.1.1-foss-2020a-Python-3.8.2.eb | 2 +- easybuild/easyconfigs/s/Spark/Spark-3.1.1-foss-2020b.eb | 2 +- easybuild/easyconfigs/s/Spark/Spark-3.1.1-fosscuda-2020b.eb | 2 +- easybuild/easyconfigs/s/Spark/Spark-3.2.1-foss-2021b.eb | 2 +- easybuild/easyconfigs/s/Spark/Spark-3.3.1-foss-2022a.eb | 2 +- easybuild/easyconfigs/s/Spark/Spark-3.5.0-foss-2023a.eb | 2 +- easybuild/easyconfigs/s/Spark/Spark-3.5.1-foss-2023a-Java-17.eb | 2 +- 20 files changed, 10 insertions(+), 29 deletions(-) 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'} From 8ffbb06b30493e29ac56bccd6d4e331531329cfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20=C3=96hman?= Date: Fri, 20 Sep 2024 17:52:41 +0200 Subject: [PATCH 4/8] Drop PYTHONPATH from yet more easyconfigs --- easybuild/easyconfigs/a/Arrow/Arrow-16.1.0-gfbf-2023b.eb | 2 -- .../bitsandbytes-0.43.3-foss-2023a-CUDA-12.1.1.eb | 4 ---- .../b/bitsandbytes/bitsandbytes-0.43.3-foss-2023a.eb | 4 ---- easybuild/easyconfigs/e/ESPResSo/ESPResSo-4.2.2-foss-2023b.eb | 2 -- .../easyconfigs/f/fastfilters/fastfilters-0.3-foss-2023a.eb | 2 -- .../g/GROMACS/GROMACS-2023.3-foss-2023a-PLUMED-2.9.0.eb | 4 ---- easybuild/easyconfigs/g/Gubbins/Gubbins-3.3.5-foss-2022b.eb | 2 -- .../easyconfigs/g/graph-tool/graph-tool-2.59-foss-2023a.eb | 2 -- .../easyconfigs/h/HERRO/HERRO-0.1.0_20240808-foss-2023a.eb | 2 -- .../l/longread_umi/longread_umi-0.3.2-foss-2023a.eb | 4 ---- .../n/NextPolish/NextPolish-1.4.1-GCCcore-12.3.0.eb | 1 - easybuild/easyconfigs/o/OTF2/OTF2-3.0-GCCcore-11.3.0.eb | 2 -- easybuild/easyconfigs/o/OTF2/OTF2-3.0.2-GCCcore-11.2.0.eb | 2 -- easybuild/easyconfigs/o/OTF2/OTF2-3.0.2-GCCcore-11.3.0.eb | 2 -- easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-12.2.0.eb | 2 -- easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-12.3.0.eb | 2 -- easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-13.2.0.eb | 2 -- easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-13.3.0.eb | 4 +--- .../easyconfigs/p/ParaView/ParaView-5.12.0-foss-2023b-Qt5.eb | 2 -- .../p/pod5-file-format/pod5-file-format-0.3.10-foss-2023a.eb | 2 -- .../s/SentencePiece/SentencePiece-0.2.0-GCC-13.2.0.eb | 4 ---- easybuild/easyconfigs/v/VTK/VTK-9.2.6-foss-2023a.eb | 2 -- 22 files changed, 1 insertion(+), 54 deletions(-) diff --git a/easybuild/easyconfigs/a/Arrow/Arrow-16.1.0-gfbf-2023b.eb b/easybuild/easyconfigs/a/Arrow/Arrow-16.1.0-gfbf-2023b.eb index 74c5e856587..ff40934ca75 100644 --- a/easybuild/easyconfigs/a/Arrow/Arrow-16.1.0-gfbf-2023b.eb +++ b/easybuild/easyconfigs/a/Arrow/Arrow-16.1.0-gfbf-2023b.eb @@ -66,8 +66,6 @@ exts_list = [ }), ] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['lib/libarrow.a', 'lib/libarrow.%s' % SHLIB_EXT, 'lib/python%%(pyshortver)s/site-packages/pyarrow/libarrow_python.%s' % SHLIB_EXT], diff --git a/easybuild/easyconfigs/b/bitsandbytes/bitsandbytes-0.43.3-foss-2023a-CUDA-12.1.1.eb b/easybuild/easyconfigs/b/bitsandbytes/bitsandbytes-0.43.3-foss-2023a-CUDA-12.1.1.eb index 8127a86c558..57ab9900123 100644 --- a/easybuild/easyconfigs/b/bitsandbytes/bitsandbytes-0.43.3-foss-2023a-CUDA-12.1.1.eb +++ b/easybuild/easyconfigs/b/bitsandbytes/bitsandbytes-0.43.3-foss-2023a-CUDA-12.1.1.eb @@ -42,8 +42,4 @@ sanity_check_commands = [ "python -c 'import bitsandbytes'", ] -modextrapaths = { - 'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages'] -} - moduleclass = 'ai' diff --git a/easybuild/easyconfigs/b/bitsandbytes/bitsandbytes-0.43.3-foss-2023a.eb b/easybuild/easyconfigs/b/bitsandbytes/bitsandbytes-0.43.3-foss-2023a.eb index 8b360bb263b..9c216217b29 100644 --- a/easybuild/easyconfigs/b/bitsandbytes/bitsandbytes-0.43.3-foss-2023a.eb +++ b/easybuild/easyconfigs/b/bitsandbytes/bitsandbytes-0.43.3-foss-2023a.eb @@ -39,8 +39,4 @@ sanity_check_commands = [ "python -c 'import bitsandbytes'", ] -modextrapaths = { - 'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages'] -} - moduleclass = 'ai' diff --git a/easybuild/easyconfigs/e/ESPResSo/ESPResSo-4.2.2-foss-2023b.eb b/easybuild/easyconfigs/e/ESPResSo/ESPResSo-4.2.2-foss-2023b.eb index 950f31dba26..b616fa4c250 100644 --- a/easybuild/easyconfigs/e/ESPResSo/ESPResSo-4.2.2-foss-2023b.eb +++ b/easybuild/easyconfigs/e/ESPResSo/ESPResSo-4.2.2-foss-2023b.eb @@ -32,8 +32,6 @@ configopts += ' -DPYTHON_EXECUTABLE=$EBROOTPYTHON/bin/python ' runtest = 'check_unit_tests && make check_python' -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} - _binaries = ['ipypresso', 'pypresso'] _libs = [ 'Espresso_config', 'Espresso_core', 'Espresso_script_interface', 'Espresso_shapes', diff --git a/easybuild/easyconfigs/f/fastfilters/fastfilters-0.3-foss-2023a.eb b/easybuild/easyconfigs/f/fastfilters/fastfilters-0.3-foss-2023a.eb index a9d67a03798..7fa21c2ddda 100644 --- a/easybuild/easyconfigs/f/fastfilters/fastfilters-0.3-foss-2023a.eb +++ b/easybuild/easyconfigs/f/fastfilters/fastfilters-0.3-foss-2023a.eb @@ -41,6 +41,4 @@ sanity_check_paths = { sanity_check_commands = ["python -c 'import fastfilters'"] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'lib' diff --git a/easybuild/easyconfigs/g/GROMACS/GROMACS-2023.3-foss-2023a-PLUMED-2.9.0.eb b/easybuild/easyconfigs/g/GROMACS/GROMACS-2023.3-foss-2023a-PLUMED-2.9.0.eb index 968e2e8b196..55721652c39 100644 --- a/easybuild/easyconfigs/g/GROMACS/GROMACS-2023.3-foss-2023a-PLUMED-2.9.0.eb +++ b/easybuild/easyconfigs/g/GROMACS/GROMACS-2023.3-foss-2023a-PLUMED-2.9.0.eb @@ -89,8 +89,4 @@ exts_list = [ }), ] -modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', -} - moduleclass = 'bio' diff --git a/easybuild/easyconfigs/g/Gubbins/Gubbins-3.3.5-foss-2022b.eb b/easybuild/easyconfigs/g/Gubbins/Gubbins-3.3.5-foss-2022b.eb index 57a08aeb182..2175b97e9a4 100644 --- a/easybuild/easyconfigs/g/Gubbins/Gubbins-3.3.5-foss-2022b.eb +++ b/easybuild/easyconfigs/g/Gubbins/Gubbins-3.3.5-foss-2022b.eb @@ -48,8 +48,6 @@ postinstallcmds = [ "cd python && python -m pip install --prefix %(installdir)s --no-build-isolation . " ] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['bin/gubbins', 'lib/libgubbins.%s' % SHLIB_EXT], 'dirs': [], diff --git a/easybuild/easyconfigs/g/graph-tool/graph-tool-2.59-foss-2023a.eb b/easybuild/easyconfigs/g/graph-tool/graph-tool-2.59-foss-2023a.eb index 307e764d139..07284f4a62f 100644 --- a/easybuild/easyconfigs/g/graph-tool/graph-tool-2.59-foss-2023a.eb +++ b/easybuild/easyconfigs/g/graph-tool/graph-tool-2.59-foss-2023a.eb @@ -57,6 +57,4 @@ sanity_check_commands = [ "python -c 'import graph_tool.inference'", ] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'math' diff --git a/easybuild/easyconfigs/h/HERRO/HERRO-0.1.0_20240808-foss-2023a.eb b/easybuild/easyconfigs/h/HERRO/HERRO-0.1.0_20240808-foss-2023a.eb index 8df2347fa7d..7e94321e95d 100644 --- a/easybuild/easyconfigs/h/HERRO/HERRO-0.1.0_20240808-foss-2023a.eb +++ b/easybuild/easyconfigs/h/HERRO/HERRO-0.1.0_20240808-foss-2023a.eb @@ -94,8 +94,6 @@ sanity_check_paths = { sanity_check_commands = ["herro --help"] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - modloadmsg = """ To run scripts from /scripts directory just run .sh Do not run it as scripts/.sh diff --git a/easybuild/easyconfigs/l/longread_umi/longread_umi-0.3.2-foss-2023a.eb b/easybuild/easyconfigs/l/longread_umi/longread_umi-0.3.2-foss-2023a.eb index 8321fb253f5..0640afecfc3 100644 --- a/easybuild/easyconfigs/l/longread_umi/longread_umi-0.3.2-foss-2023a.eb +++ b/easybuild/easyconfigs/l/longread_umi/longread_umi-0.3.2-foss-2023a.eb @@ -72,8 +72,4 @@ sanity_check_commands = [ 'source %(installdir)s/scripts/dependencies.sh && longread_umi_version_dump', ] -modextrapaths = { - 'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages'] -} - moduleclass = 'bio' diff --git a/easybuild/easyconfigs/n/NextPolish/NextPolish-1.4.1-GCCcore-12.3.0.eb b/easybuild/easyconfigs/n/NextPolish/NextPolish-1.4.1-GCCcore-12.3.0.eb index 83b6e4fa9e4..84a9e6fd0db 100644 --- a/easybuild/easyconfigs/n/NextPolish/NextPolish-1.4.1-GCCcore-12.3.0.eb +++ b/easybuild/easyconfigs/n/NextPolish/NextPolish-1.4.1-GCCcore-12.3.0.eb @@ -62,7 +62,6 @@ sanity_check_paths = { sanity_check_commands = ['nextPolish --help'] modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', 'PATH': '', } diff --git a/easybuild/easyconfigs/o/OTF2/OTF2-3.0-GCCcore-11.3.0.eb b/easybuild/easyconfigs/o/OTF2/OTF2-3.0-GCCcore-11.3.0.eb index fe8a5244c12..3a22a970a4e 100644 --- a/easybuild/easyconfigs/o/OTF2/OTF2-3.0-GCCcore-11.3.0.eb +++ b/easybuild/easyconfigs/o/OTF2/OTF2-3.0-GCCcore-11.3.0.eb @@ -42,8 +42,6 @@ dependencies = [ local_pyshortver = '3.10' configopts = '--enable-shared' -modextrapaths = {'PYTHONPATH': ['lib64/python%s/site-packages' % local_pyshortver]} - sanity_check_paths = { 'files': ['bin/otf2-config', 'include/otf2/otf2.h', 'lib/libotf2.a', 'lib/libotf2.%s' % SHLIB_EXT], diff --git a/easybuild/easyconfigs/o/OTF2/OTF2-3.0.2-GCCcore-11.2.0.eb b/easybuild/easyconfigs/o/OTF2/OTF2-3.0.2-GCCcore-11.2.0.eb index 488b8e0de0d..05da3590338 100644 --- a/easybuild/easyconfigs/o/OTF2/OTF2-3.0.2-GCCcore-11.2.0.eb +++ b/easybuild/easyconfigs/o/OTF2/OTF2-3.0.2-GCCcore-11.2.0.eb @@ -42,8 +42,6 @@ dependencies = [ local_pyshortver = '3.9' configopts = '--enable-shared' -modextrapaths = {'PYTHONPATH': ['lib64/python%s/site-packages' % local_pyshortver]} - sanity_check_paths = { 'files': ['bin/otf2-config', 'include/otf2/otf2.h', 'lib/libotf2.a', 'lib/libotf2.%s' % SHLIB_EXT], diff --git a/easybuild/easyconfigs/o/OTF2/OTF2-3.0.2-GCCcore-11.3.0.eb b/easybuild/easyconfigs/o/OTF2/OTF2-3.0.2-GCCcore-11.3.0.eb index 6756aa72eac..f8302382158 100644 --- a/easybuild/easyconfigs/o/OTF2/OTF2-3.0.2-GCCcore-11.3.0.eb +++ b/easybuild/easyconfigs/o/OTF2/OTF2-3.0.2-GCCcore-11.3.0.eb @@ -42,8 +42,6 @@ dependencies = [ local_pyshortver = '3.10' configopts = '--enable-shared' -modextrapaths = {'PYTHONPATH': ['lib64/python%s/site-packages' % local_pyshortver]} - sanity_check_paths = { 'files': ['bin/otf2-config', 'include/otf2/otf2.h', 'lib/libotf2.a', 'lib/libotf2.%s' % SHLIB_EXT], diff --git a/easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-12.2.0.eb b/easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-12.2.0.eb index f4c842e0450..ca1e9030d78 100644 --- a/easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-12.2.0.eb +++ b/easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-12.2.0.eb @@ -42,8 +42,6 @@ dependencies = [ local_pyshortver = '3.10' configopts = '--enable-shared' -modextrapaths = {'PYTHONPATH': ['lib64/python%s/site-packages' % local_pyshortver]} - sanity_check_paths = { 'files': ['bin/otf2-config', 'include/otf2/otf2.h', 'lib/libotf2.a', 'lib/libotf2.%s' % SHLIB_EXT], diff --git a/easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-12.3.0.eb b/easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-12.3.0.eb index db786b12a41..8c24fdccb00 100644 --- a/easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-12.3.0.eb +++ b/easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-12.3.0.eb @@ -43,8 +43,6 @@ dependencies = [ local_pyshortver = '3.11' configopts = '--enable-shared' -modextrapaths = {'PYTHONPATH': ['lib64/python%s/site-packages' % local_pyshortver]} - sanity_check_paths = { 'files': ['bin/otf2-config', 'include/otf2/otf2.h', 'lib/libotf2.a', 'lib/libotf2.%s' % SHLIB_EXT], diff --git a/easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-13.2.0.eb b/easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-13.2.0.eb index c5108c8daca..a377d2e7d3e 100644 --- a/easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-13.2.0.eb +++ b/easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-13.2.0.eb @@ -43,8 +43,6 @@ dependencies = [ local_pyshortver = '3.11' configopts = '--enable-shared' -modextrapaths = {'PYTHONPATH': ['lib64/python%s/site-packages' % local_pyshortver]} - sanity_check_paths = { 'files': ['bin/otf2-config', 'include/otf2/otf2.h', 'lib/libotf2.a', 'lib/libotf2.%s' % SHLIB_EXT], diff --git a/easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-13.3.0.eb b/easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-13.3.0.eb index fdf78e0772d..9ce8dd0d493 100644 --- a/easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-13.3.0.eb +++ b/easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-13.3.0.eb @@ -1,4 +1,4 @@ -# # +# # This is an easyconfig file for EasyBuild, see https://github.com/easybuilders/easybuild # Copyright:: Copyright 2013-2024 Juelich Supercomputing Centre, Germany # Authors:: Bernd Mohr @@ -47,8 +47,6 @@ dependencies = [ local_pyshortver = '3.12' configopts = '--enable-shared' -modextrapaths = {'PYTHONPATH': ['lib64/python%s/site-packages' % local_pyshortver]} - sanity_check_paths = { 'files': ['bin/otf2-config', 'include/otf2/otf2.h', 'lib/libotf2.a', 'lib/libotf2.%s' % SHLIB_EXT], diff --git a/easybuild/easyconfigs/p/ParaView/ParaView-5.12.0-foss-2023b-Qt5.eb b/easybuild/easyconfigs/p/ParaView/ParaView-5.12.0-foss-2023b-Qt5.eb index abec428859f..44f84884afd 100644 --- a/easybuild/easyconfigs/p/ParaView/ParaView-5.12.0-foss-2023b-Qt5.eb +++ b/easybuild/easyconfigs/p/ParaView/ParaView-5.12.0-foss-2023b-Qt5.eb @@ -67,6 +67,4 @@ sanity_check_paths = { sanity_check_commands = ['python -c "import paraview"'] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'vis' diff --git a/easybuild/easyconfigs/p/pod5-file-format/pod5-file-format-0.3.10-foss-2023a.eb b/easybuild/easyconfigs/p/pod5-file-format/pod5-file-format-0.3.10-foss-2023a.eb index 535f90ac57c..1fcc850f170 100644 --- a/easybuild/easyconfigs/p/pod5-file-format/pod5-file-format-0.3.10-foss-2023a.eb +++ b/easybuild/easyconfigs/p/pod5-file-format/pod5-file-format-0.3.10-foss-2023a.eb @@ -102,6 +102,4 @@ sanity_check_commands = [ "python -c 'import lib_pod5'", ] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'bio' diff --git a/easybuild/easyconfigs/s/SentencePiece/SentencePiece-0.2.0-GCC-13.2.0.eb b/easybuild/easyconfigs/s/SentencePiece/SentencePiece-0.2.0-GCC-13.2.0.eb index ddefdba47b6..9da35d84a42 100644 --- a/easybuild/easyconfigs/s/SentencePiece/SentencePiece-0.2.0-GCC-13.2.0.eb +++ b/easybuild/easyconfigs/s/SentencePiece/SentencePiece-0.2.0-GCC-13.2.0.eb @@ -60,8 +60,4 @@ sanity_check_commands = [ "python -c 'import sentencepiece'", ] -modextrapaths = { - 'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages'] -} - moduleclass = 'lib' diff --git a/easybuild/easyconfigs/v/VTK/VTK-9.2.6-foss-2023a.eb b/easybuild/easyconfigs/v/VTK/VTK-9.2.6-foss-2023a.eb index 78a0c30b8de..137b4cc56a9 100644 --- a/easybuild/easyconfigs/v/VTK/VTK-9.2.6-foss-2023a.eb +++ b/easybuild/easyconfigs/v/VTK/VTK-9.2.6-foss-2023a.eb @@ -73,8 +73,6 @@ postinstallcmds = [ 'sed "s/#VTK_VERSION#/%%(version)s/" %s > %s' % (local_egg_info_src, local_egg_info_dest), ] -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} - local_vtk_exec = ['vtk%s-%%(version_major_minor)s' % x for x in ['WrapJava', 'ParseJava', 'WrapPythonInit', 'WrapPython', 'WrapHierarchy']] local_vtk_exec += ['vtkpython'] From 8882e934332b4ba1b0c7ebde31eec069de0f2827 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Tue, 1 Oct 2024 21:10:59 +0200 Subject: [PATCH 5/8] add check to catch PYTHONPATH being updated via modextrapaths with standard lib/python*/site-packages path --- test/easyconfigs/easyconfigs.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/test/easyconfigs/easyconfigs.py b/test/easyconfigs/easyconfigs.py index 090e9cff77d..f35233ff3ee 100644 --- a/test/easyconfigs/easyconfigs.py +++ b/test/easyconfigs/easyconfigs.py @@ -1764,6 +1764,21 @@ def template_easyconfig_test(self, spec): fail_msg += f"'{orig_val}' vs '{dumped_val}'" failing_checks.append(fail_msg) + # don't allow updating of $PYTHONPATH with standard lib/python*/site-packages path, + # since that's already taken care of by EasyBuild framework now + # (cfr. https://github.com/easybuilders/easybuild-framework/pull/4539) + modextrapaths = ec.get('modextrapaths', {}) + regex = re.compile(r'^lib*/python[0-9]\.[0-9]+/site-packages$') + for key, value in modextrapaths.items(): + value = resolve_template(value, ec.template_values) + if key == 'PYTHONPATH': + if isinstance(value, str): + value = [value] + if any(regex.match(x) for x in value): + fail_msg = "PYTHONPATH should not be specified in modextrapaths with standard path that matches " + fail_msg += f"'{regex.pattern}'" + failing_checks.append(fail_msg) + if failing_checks: self.fail('Verification for %s failed:\n' % os.path.basename(spec) + '\n'.join(failing_checks)) From 3821a29a43a4edfebd4b5788947ea66c49eff6b4 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Tue, 1 Oct 2024 22:09:11 +0200 Subject: [PATCH 6/8] consistently stop using modextrapaths to update $PYTHONPATH with standard path to installed Python packages --- easybuild/easyconfigs/d/DFTB+/DFTB+-24.1-foss-2023a.eb | 2 -- .../e/ESPResSo/ESPResSo-4.2.2-foss-2023a-CUDA-12.1.1.eb | 2 -- .../easyconfigs/m/MOKIT/MOKIT-1.2.6_20240830-gfbf-2023a.eb | 4 ---- .../o/OpenMM-Torch/OpenMM-Torch-20240816-foss-2023a.eb | 2 -- easybuild/easyconfigs/p/PALM/PALM-23.10-foss-2023a.eb | 2 -- easybuild/easyconfigs/p/PSI4/PSI4-1.9.1-foss-2023a.eb | 2 -- 6 files changed, 14 deletions(-) diff --git a/easybuild/easyconfigs/d/DFTB+/DFTB+-24.1-foss-2023a.eb b/easybuild/easyconfigs/d/DFTB+/DFTB+-24.1-foss-2023a.eb index dd77c87dcd1..41ab35fe649 100644 --- a/easybuild/easyconfigs/d/DFTB+/DFTB+-24.1-foss-2023a.eb +++ b/easybuild/easyconfigs/d/DFTB+/DFTB+-24.1-foss-2023a.eb @@ -86,6 +86,4 @@ sanity_check_paths = { sanity_check_commands = ["python -c 'import dptools'"] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'phys' diff --git a/easybuild/easyconfigs/e/ESPResSo/ESPResSo-4.2.2-foss-2023a-CUDA-12.1.1.eb b/easybuild/easyconfigs/e/ESPResSo/ESPResSo-4.2.2-foss-2023a-CUDA-12.1.1.eb index eb37f56eb35..9a091f263c1 100644 --- a/easybuild/easyconfigs/e/ESPResSo/ESPResSo-4.2.2-foss-2023a-CUDA-12.1.1.eb +++ b/easybuild/easyconfigs/e/ESPResSo/ESPResSo-4.2.2-foss-2023a-CUDA-12.1.1.eb @@ -37,8 +37,6 @@ configopts += ' -DPYTHON_EXECUTABLE=$EBROOTPYTHON/bin/python ' runtest = 'check_unit_tests && make check_python' -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} - _binaries = ['ipypresso', 'pypresso'] _libs = [ 'Espresso_config', 'Espresso_core', 'Espresso_script_interface', 'Espresso_shapes', diff --git a/easybuild/easyconfigs/m/MOKIT/MOKIT-1.2.6_20240830-gfbf-2023a.eb b/easybuild/easyconfigs/m/MOKIT/MOKIT-1.2.6_20240830-gfbf-2023a.eb index 6d110290ea4..1d8b1e64ac4 100644 --- a/easybuild/easyconfigs/m/MOKIT/MOKIT-1.2.6_20240830-gfbf-2023a.eb +++ b/easybuild/easyconfigs/m/MOKIT/MOKIT-1.2.6_20240830-gfbf-2023a.eb @@ -43,10 +43,6 @@ components = [ }), ] -modextrapaths = { - 'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages'] -} - sanity_check_commands = [ 'fch2inp | grep Example', 'geom_opt | grep Example', diff --git a/easybuild/easyconfigs/o/OpenMM-Torch/OpenMM-Torch-20240816-foss-2023a.eb b/easybuild/easyconfigs/o/OpenMM-Torch/OpenMM-Torch-20240816-foss-2023a.eb index 8e40a8c95af..a56baa45be3 100644 --- a/easybuild/easyconfigs/o/OpenMM-Torch/OpenMM-Torch-20240816-foss-2023a.eb +++ b/easybuild/easyconfigs/o/OpenMM-Torch/OpenMM-Torch-20240816-foss-2023a.eb @@ -46,6 +46,4 @@ sanity_check_commands = [ "python -c 'import openmmtorch'", ] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - moduleclass = 'bio' diff --git a/easybuild/easyconfigs/p/PALM/PALM-23.10-foss-2023a.eb b/easybuild/easyconfigs/p/PALM/PALM-23.10-foss-2023a.eb index 16d503fb766..c12f942e099 100644 --- a/easybuild/easyconfigs/p/PALM/PALM-23.10-foss-2023a.eb +++ b/easybuild/easyconfigs/p/PALM/PALM-23.10-foss-2023a.eb @@ -86,8 +86,6 @@ exts_list = [ }), ] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_paths = { 'files': ['bin/palmrun'], 'dirs': ['lib/python%(pyshortver)s/site-packages', 'rrtmg'], diff --git a/easybuild/easyconfigs/p/PSI4/PSI4-1.9.1-foss-2023a.eb b/easybuild/easyconfigs/p/PSI4/PSI4-1.9.1-foss-2023a.eb index b0c862655f1..41f7dd941a5 100644 --- a/easybuild/easyconfigs/p/PSI4/PSI4-1.9.1-foss-2023a.eb +++ b/easybuild/easyconfigs/p/PSI4/PSI4-1.9.1-foss-2023a.eb @@ -78,8 +78,6 @@ exts_list = [ }), ] -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} - sanity_check_commands = ["python -s -c 'import psi4'"] moduleclass = 'chem' From dec12647d85b0a1291b9f840958147ca7835d02e Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Wed, 2 Oct 2024 13:59:05 +0200 Subject: [PATCH 7/8] no need to call resolve_template when checking setting of PYTHONPATH via modextrapaths --- test/easyconfigs/easyconfigs.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/easyconfigs/easyconfigs.py b/test/easyconfigs/easyconfigs.py index f35233ff3ee..6909c4d3e90 100644 --- a/test/easyconfigs/easyconfigs.py +++ b/test/easyconfigs/easyconfigs.py @@ -1767,10 +1767,9 @@ def template_easyconfig_test(self, spec): # don't allow updating of $PYTHONPATH with standard lib/python*/site-packages path, # since that's already taken care of by EasyBuild framework now # (cfr. https://github.com/easybuilders/easybuild-framework/pull/4539) - modextrapaths = ec.get('modextrapaths', {}) + modextrapaths = ec.get('modextrapaths', {}, resolve=True) regex = re.compile(r'^lib*/python[0-9]\.[0-9]+/site-packages$') for key, value in modextrapaths.items(): - value = resolve_template(value, ec.template_values) if key == 'PYTHONPATH': if isinstance(value, str): value = [value] From d16efd8bbba09024d2d287122391a4645406c576 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Sun, 6 Oct 2024 16:43:21 +0200 Subject: [PATCH 8/8] remove now unused local variable in OTF2 easyconfigs --- easybuild/easyconfigs/o/OTF2/OTF2-3.0-GCCcore-11.3.0.eb | 1 - easybuild/easyconfigs/o/OTF2/OTF2-3.0.2-GCCcore-11.2.0.eb | 1 - easybuild/easyconfigs/o/OTF2/OTF2-3.0.2-GCCcore-11.3.0.eb | 1 - easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-12.2.0.eb | 1 - easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-12.3.0.eb | 1 - easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-13.2.0.eb | 1 - easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-13.3.0.eb | 1 - 7 files changed, 7 deletions(-) diff --git a/easybuild/easyconfigs/o/OTF2/OTF2-3.0-GCCcore-11.3.0.eb b/easybuild/easyconfigs/o/OTF2/OTF2-3.0-GCCcore-11.3.0.eb index 3a22a970a4e..ca60be3f562 100644 --- a/easybuild/easyconfigs/o/OTF2/OTF2-3.0-GCCcore-11.3.0.eb +++ b/easybuild/easyconfigs/o/OTF2/OTF2-3.0-GCCcore-11.3.0.eb @@ -39,7 +39,6 @@ dependencies = [ ('Python', '3.10.4'), ] -local_pyshortver = '3.10' configopts = '--enable-shared' sanity_check_paths = { diff --git a/easybuild/easyconfigs/o/OTF2/OTF2-3.0.2-GCCcore-11.2.0.eb b/easybuild/easyconfigs/o/OTF2/OTF2-3.0.2-GCCcore-11.2.0.eb index 05da3590338..d6c4a7126d1 100644 --- a/easybuild/easyconfigs/o/OTF2/OTF2-3.0.2-GCCcore-11.2.0.eb +++ b/easybuild/easyconfigs/o/OTF2/OTF2-3.0.2-GCCcore-11.2.0.eb @@ -39,7 +39,6 @@ dependencies = [ ('Python', '3.9.6'), ] -local_pyshortver = '3.9' configopts = '--enable-shared' sanity_check_paths = { diff --git a/easybuild/easyconfigs/o/OTF2/OTF2-3.0.2-GCCcore-11.3.0.eb b/easybuild/easyconfigs/o/OTF2/OTF2-3.0.2-GCCcore-11.3.0.eb index f8302382158..fc07664c255 100644 --- a/easybuild/easyconfigs/o/OTF2/OTF2-3.0.2-GCCcore-11.3.0.eb +++ b/easybuild/easyconfigs/o/OTF2/OTF2-3.0.2-GCCcore-11.3.0.eb @@ -39,7 +39,6 @@ dependencies = [ ('Python', '3.10.4'), ] -local_pyshortver = '3.10' configopts = '--enable-shared' sanity_check_paths = { diff --git a/easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-12.2.0.eb b/easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-12.2.0.eb index ca1e9030d78..df29e47d715 100644 --- a/easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-12.2.0.eb +++ b/easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-12.2.0.eb @@ -39,7 +39,6 @@ dependencies = [ ('Python', '3.10.8'), ] -local_pyshortver = '3.10' configopts = '--enable-shared' sanity_check_paths = { diff --git a/easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-12.3.0.eb b/easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-12.3.0.eb index 8c24fdccb00..c7a84ecdeb3 100644 --- a/easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-12.3.0.eb +++ b/easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-12.3.0.eb @@ -40,7 +40,6 @@ dependencies = [ ('Python-bundle-PyPI', '2023.06'), ] -local_pyshortver = '3.11' configopts = '--enable-shared' sanity_check_paths = { diff --git a/easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-13.2.0.eb b/easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-13.2.0.eb index a377d2e7d3e..a0771834a99 100644 --- a/easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-13.2.0.eb +++ b/easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-13.2.0.eb @@ -40,7 +40,6 @@ dependencies = [ ('Python-bundle-PyPI', '2023.10'), ] -local_pyshortver = '3.11' configopts = '--enable-shared' sanity_check_paths = { diff --git a/easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-13.3.0.eb b/easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-13.3.0.eb index 9ce8dd0d493..b78b90631dc 100644 --- a/easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-13.3.0.eb +++ b/easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-13.3.0.eb @@ -44,7 +44,6 @@ dependencies = [ ('Python-bundle-PyPI', '2024.06'), ] -local_pyshortver = '3.12' configopts = '--enable-shared' sanity_check_paths = {