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/4] 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 766c6e809d7d..bc9360900c66 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 8eed5565c1b5..2316dedd0e02 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 479b6c9ee20c..ecb58d00edef 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 8f312f89318d..096d73dd60a6 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 a495c8da450e..9059a9450360 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 c849554271c4..cb9cf7d43568 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 ed8408c93010..edcc8d03fac0 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 5703aa679cd2..ba28603c3a55 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 19228ee9342c..b73dccf72d03 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 4d1f402364b9..bed19485389f 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 597a01985ccc..944d0249fde0 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 c131ad80db09..88d8ab7bc02d 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 acf68e2e8cee..98d8c77d9004 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/4] 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 3bc20c13badb..2182af7a9146 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 306d74b8bf14..ca99f56f4572 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 3a26ab073f15..f2ea51b09b8f 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 62f9440cbeae..c5b59f6ec8db 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 1d338c2f60a9..03b39ad84d70 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 00d571189440..8862b557d428 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 bd481cac4d02..381b36a6c106 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 ecc92426708a..83f735951f42 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 c0d6073c1edc..4a4f232ee123 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 a143773381a8..6090b0394b11 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 1dc37730c784..cdab58657c25 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 428ae22c10b1..04047c41e014 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 9e94529b72dd..a5ca2f1c460c 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 7bd564c8d597..600d94cfacee 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 402fcd5e6525..9e146882e46a 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 20d014b597fc..739f44ce3931 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 b29aae1c99c7..886a6997c484 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 3740791daf69..ce328659ebc9 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 4b36d994cb25..5458964972fa 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 391f9d95eda1..9562935109f7 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 cfe636d5d2b7..324698284be2 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 b368cee8197c..c35b0c8b45f5 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 9b5a6cf2dec8..0df729de9147 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 5f969bb913b9..94da109ba387 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 c5e1ed193ac9..62f92a6cf286 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 6c72b7b0f239..b95f016a1096 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 5711e31168de..88aa3b1c59d4 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 e0c90aad1e05..f96554bf0789 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 81c3676c331b..844f74e98f85 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 967a6c431d0d..a9372af52d75 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 fcb851f1091c..f2e069545d52 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 4808bb966328..b62007a240b7 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 edaea20c78cc..b7f217e7bca7 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 c524dee3c8c5..0bee5b5c1d6d 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 e5bd5a63f742..c65a0d93b5f0 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 de6eaa16c9a8..ed0dcfd20d00 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 eb16f7546f58..945f0c5f8286 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 d4ce0c41bf75..c4dc7d478982 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 19cdbd46743f..e5ff0c52180f 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 32ce0d7089dc..6b34a42a984b 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 631c87a53f4a..6b1c3d47fad8 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 36cf015e3927..b6a188d8112c 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 5332111918b6..0d191f1d821b 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 0546c798085a..feeb5f6d5126 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 4f817551b4a9..8fc05443bbff 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 761fe352c836..bf965eccf396 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 107318804f29..4e5fd81f8ef4 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 2484b33b3cdd..8453e7a1254a 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 a2b483559efb..183a5e05d072 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 1168e3faf6c3..b03dcaa460fd 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 4a7a24c32043..a3054fcdb6d6 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 5634a3d1021a..7124ce9501bc 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 e251ec038b90..a206fbe87b27 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 576d90e74d64..3070252baa44 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 88e35cd4db44..8a53646a8c19 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 6bec3cd41c8e..5763668f22b2 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 0bf4e9a4ce96..065c1d4c99c8 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 724476f25d47..a7160f514826 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 2ad4b0eec2cd..7c678d3dc2c7 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 8d38b7a85961..4db73f6b2c51 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 9bdccacd9208..491b8b4a2497 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 b4dd34b1bf20..86fb64c1c5fe 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 03155a5055d5..b194b5deb365 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 b14387426ff2..07ccd1cf23dd 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 a9e4c5947d5a..5e924022a7fd 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 97be2404e38b..493531bf3218 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 8f37d100a317..60b59a5069cc 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 2b243dd1a89a..f3c6ade0f30d 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 c3506974c6b8..dbd413325a9f 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 1c14c9211842..c386ed5825e5 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 ee4d0e38b08d..bf2fbe12ba37 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 104b008ce0be..88493a33b8ba 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 fa54516491fa..f77806e31d5d 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 16b90ac69da8..3cf0a2e44dd5 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 267dc49ee014..3ed708f7c9ee 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 1e71cfbedce0..37de347b4b09 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 d89f3447de97..79db112c9540 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 8df79bc17ae0..214b2f78af28 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 8455c32dfabc..c33ec232888f 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 4abdda53cdfa..0841cdfeb13e 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 1f8bfba88176..923a257f2392 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 b96581acb3c1..cff2e2a3ab30 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 113308b15085..ad0728a42aa5 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 294a54e451d2..200c7a585cc4 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 a7228b77ec04..cab75dad27d9 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 0014298c0725..4e14be74eac9 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 72390e636e73..27dcfead9c1a 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 4db022302694..d425923c059b 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 e51e8bbd7186..bd08b6b2af03 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 d35d5a3e4481..57d730009ea1 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 fbd9f14c94dc..9879509ec79b 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 f2c676767e23..63d64acfae4b 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 3bcded3044d4..9ae72f2dc3be 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 083cb931db2e..8c27d8c2594a 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 90f231c23eda..06a03df0f383 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 2cf7e72c3204..4fd6d332a993 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 c533dcb1b529..f1ee0b724dc6 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 cca7752cf8a8..b6bbb0b3fd33 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 70a947714319..5e5baeb1f939 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 0b54a7600994..28f24d9a3b9e 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 37d6c62dec72..ac1f84f09441 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 1a9f745ab765..040798941823 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 681660bc2e2e..f986a9d2fc8f 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 6a35d0865193..4a90679db207 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 fb7a82f5637b..8a8eafaed2d7 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 06732f1e2bbc..18e347268ee4 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 a7be917c4fdf..b9e09be200c2 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 1578c5386448..69255d00cbf7 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 0620868684e0..c771c0aa1d05 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 15672d734288..177ce80391aa 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 44bbbce31f60..2bf99badc073 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 42a22798b5f1..87e40e2fbb41 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 335b9a7e2daf..5e6b7f772d1c 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 e290a831169b..7c0602deafb6 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 439ac0334154..a0469cd4a4f6 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 61a9e74745fd..1e5d92a17dab 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 400ea7aa3b74..c7763c5128c8 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 23f38d6955dd..b537fe61f78f 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 f0929b054cd1..fb5303a5e6a6 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 9e98b3b9c6ee..32d4cf749c0c 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 66e7f9fbd7a7..6cc108a82f63 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 6a386c621fe7..edcb2db12b9d 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 2f139f4093d5..03ecf478a36f 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 b2fab8f4e47b..fd2d0b018da4 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 ddb53bbae17d..b6a710700553 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 307a92437484..5f11b9d4cf85 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 854022a1c38f..ec0b99b7fce5 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 8b6e8af0c4af..63fef5d97fcd 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 82c9ae2ad00c..dc0d4e0d6006 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 f08aeba2133d..9944e85e0409 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 a47555f71bb4..59164f2ab0a0 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 feef3c53fc43..6ddea9bbedf3 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 5cd3cc6ebb08..ec714c0d098a 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 f4d75a875c3c..f59d0223cfa7 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 3a1d4b39c481..7b91aa2b849d 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 097931363e10..ce6b1bfcfa85 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 c8247b5598f0..df38efd4f3be 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 3146628e3235..aef093279432 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 f551d9ac7c15..d4f4b34c92ed 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 d3156eb89867..97de97626cd4 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 c9222722632d..4df4e395502b 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 2301070dad35..340002aaae2b 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 e45a6645d009..5e8773568502 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 e1ab9fdf4c08..12d90ba31c83 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 560b073c2862..b482c0cbb48d 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 299f8ba69e55..8a6d670cdbab 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 0d3e4d5d17ad..78763f9b2f11 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 9d0b7d74631b..c12f5f530018 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 185da06d6883..8b57fed3e982 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 5d5ce7762a77..888ad01bac95 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 fb78dda30bc7..ee1e387f82ed 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 9bf6a3742902..11ee0e8a4deb 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 e0a2925a9291..7b54e4be6fe1 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 5fc1043508dd..f8403404e6d4 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 ea71b9c45e3b..e6c756d7d61e 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 5b53c9b3f83e..0245744aaefd 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 a7a37a7404dc..011a1771e258 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 0ad9b52ffd13..0f3d1bad69e4 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 f51b83860c7f..6fcd01d9022b 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 ad058066d023..2595a2965646 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 56f8ad1608b1..5fa958b53dfb 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 ee1cda906228..2f24467aaea7 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 077b129c331d..2edd8c378f40 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 720530cbc4f6..6e18295d71c8 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 7341f756cdf8..3d91b35cbf15 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 c1454f3c1917..0b3c6cdeb876 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 84ff74d8ecc3..5e621efb98a3 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 aba94fc78c9a..9d3af0fa52da 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 905b5036fab5..e3f9e86353b5 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 78221bf72e6e..2fb16455d319 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 4a136f51689d..ee277438d549 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 912621d4fbe6..b4e4d5be4469 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 6ba4a6242785..0cbce1aada62 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 1547b3cf9990..ecc0d76ca81b 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 03f85da785b3..de76530e80f6 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 ca1bf2e6a624..9c78f891627b 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 7daf38a60f6c..8a81357ddd7e 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 94eea58b3125..2d55f19fe72b 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 a454c2817990..94f7c84ebc02 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 9e767afeb022..cf4f56256a07 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 332b29321add..bc5c2030b790 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 bb470835e71a..d317dccff8ec 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 5359e473d0b6..b99e9e1594a1 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 56d278e80e8a..6098da53a710 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 dc03d44aeffa..32b62b2fc331 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 7e96b5b97c5d..5a1635d9dc36 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 c8f250578fb7..e03664b48100 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 9e0ac8cd332d..9ebcbce5eb1b 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 17b73654ac0a..f8b8de09fb33 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 7445a4b18aad..847969552d61 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 5a48408d3215..e06eab7876f4 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 44021569e19f..9fd1745690f6 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 56d2cc9a2753..38a88e191a31 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 61927358ec28..53e69b4d169b 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 3f3c87147716..0b6ddf64fff2 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/4] 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 936f27b6eca1..b32199b60f82 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 dbf62d58d425..749b5cf34ab8 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 8fef163046de..e5e02009111e 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 212994575169..98d2c3362936 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 f3f3e068271b..7da7cadf8b1e 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 9ba65978898b..042cb8990805 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 dc228c81fba0..e99dcc9e4189 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 d9aedc5c1908..76858a5db077 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 7c9c80b1e527..4c970e1e08f8 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 5af2865d609e..84f39393b82a 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 410cd5034dad..d865aa10a28f 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 dd347b88d0ef..4b692e120d3f 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 eb4f55f24304..df977f9ea2b7 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 8f540a04985c..fea58961e799 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 8f6ed227e69a..5ef5383cb555 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 56919581d9b5..5c43460341e5 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 e0e24435c317..46f3cf85c9c7 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 54dd751a685e..83f926dabe86 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 f5d74e7048d9..192bc884376c 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 addcd5d259c0..5290c908af01 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/4] 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 74c5e8565874..ff40934ca755 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 8127a86c558a..57ab99001231 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 8b360bb263b5..9c216217b293 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 950f31dba266..b616fa4c2502 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 a9d67a037980..7fa21c2ddda0 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 968e2e8b196b..55721652c399 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 57a08aeb182a..2175b97e9a49 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 307e764d139c..07284f4a62fa 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 8df2347fa7d4..7e94321e95df 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 8321fb253f51..0640afecfc33 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 83b6e4fa9e4f..84a9e6fd0db2 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 fe8a5244c124..3a22a970a4e1 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 488b8e0de0de..05da3590338e 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 6756aa72eac3..f83023821580 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 f4c842e04509..ca1e9030d780 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 db786b12a413..8c24fdccb00e 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 c5108c8daca9..a377d2e7d3e3 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 fdf78e0772d5..9ce8dd0d493d 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 abec428859fa..44f84884afd3 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 535f90ac57cf..1fcc850f1701 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 ddefdba47b6e..9da35d84a42d 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 78a0c30b8ded..137b4cc56a9c 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']