Skip to content

Commit

Permalink
Drop PYTHONPATH from yet more easyconfigs
Browse files Browse the repository at this point in the history
  • Loading branch information
Micket committed Sep 20, 2024
1 parent 2d1c32d commit 8ffbb06
Show file tree
Hide file tree
Showing 22 changed files with 1 addition and 54 deletions.
2 changes: 0 additions & 2 deletions easybuild/easyconfigs/a/Arrow/Arrow-16.1.0-gfbf-2023b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,4 @@ sanity_check_commands = [
"python -c 'import bitsandbytes'",
]

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

moduleclass = 'ai'
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,4 @@ sanity_check_commands = [
"python -c 'import bitsandbytes'",
]

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

moduleclass = 'ai'
2 changes: 0 additions & 2 deletions easybuild/easyconfigs/e/ESPResSo/ESPResSo-4.2.2-foss-2023b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,4 @@ sanity_check_paths = {

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

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

moduleclass = 'lib'
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,4 @@ exts_list = [
}),
]

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

moduleclass = 'bio'
2 changes: 0 additions & 2 deletions easybuild/easyconfigs/g/Gubbins/Gubbins-3.3.5-foss-2022b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -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': [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,4 @@ sanity_check_commands = [
"python -c 'import graph_tool.inference'",
]

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

moduleclass = 'math'
Original file line number Diff line number Diff line change
Expand Up @@ -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 <script_name>.sh
Do not run it as scripts/<script_name>.sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ sanity_check_paths = {
sanity_check_commands = ['nextPolish --help']

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

Expand Down
2 changes: 0 additions & 2 deletions easybuild/easyconfigs/o/OTF2/OTF2-3.0-GCCcore-11.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down
2 changes: 0 additions & 2 deletions easybuild/easyconfigs/o/OTF2/OTF2-3.0.2-GCCcore-11.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down
2 changes: 0 additions & 2 deletions easybuild/easyconfigs/o/OTF2/OTF2-3.0.2-GCCcore-11.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down
2 changes: 0 additions & 2 deletions easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-12.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down
2 changes: 0 additions & 2 deletions easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-12.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down
2 changes: 0 additions & 2 deletions easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-13.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down
4 changes: 1 addition & 3 deletions easybuild/easyconfigs/o/OTF2/OTF2-3.0.3-GCCcore-13.3.0.eb
Original file line number Diff line number Diff line change
@@ -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 <b.mohr@fz-juelich.de>
Expand Down Expand Up @@ -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],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,4 @@ sanity_check_paths = {

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

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

moduleclass = 'vis'
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,4 @@ sanity_check_commands = [
"python -c 'import lib_pod5'",
]

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

moduleclass = 'bio'
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,4 @@ sanity_check_commands = [
"python -c 'import sentencepiece'",
]

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

moduleclass = 'lib'
2 changes: 0 additions & 2 deletions easybuild/easyconfigs/v/VTK/VTK-9.2.6-foss-2023a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 8ffbb06

Please sign in to comment.