Skip to content

Commit

Permalink
Improve comment by being more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Kok committed Oct 31, 2023
1 parent f9ee666 commit d7da953
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ dependencies = [
('libxml2', '2.9.13'),
]

# make sure the right Python is used
# Without this, the wrong (system) python is picked up by cmake
# in cases where the system python is newer than the one used in these EasyConfigs
# See PR # 19119
configopts = '-DPython3_EXECUTABLE=$EBROOTPYTHON/bin/python '

sanity_check_paths = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ dependencies = [

configopts = '-DBUILD_PYTHON=NO -DBUILD_PYTHON3=YES -Wno-dev -DCXX11="ON" -DDATA_DIR=%(installdir)s/data '
configopts += '-DUSE_OPENMP=ON -DUSE_HDF5=ON -DUSE_MPI=ON '
# make sure the right Python is used
# Without this, the wrong (system) python is picked up by cmake
# in cases where the system python is newer than the one used in these EasyConfigs
# See PR # 19119
configopts += '-DPython3_EXECUTABLE=$EBROOTPYTHON/bin/python '

sanity_check_paths = {
Expand Down
4 changes: 3 additions & 1 deletion easybuild/easyconfigs/d/DP3/DP3-6.0-foss-2022a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ dependencies = [
('AOFlagger', '3.4.0')
]

# make sure the right Python is used
# Without this, the wrong (system) python is picked up by cmake
# in cases where the system python is newer than the one used in these EasyConfigs
# See PR # 19119
configopts = '-DPython3_EXECUTABLE=$EBROOTPYTHON/bin/python '

sanity_check_paths = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ dependencies = [
('libxml2', '2.9.13'),
]

# make sure the right Python is used
# Without this, the wrong (system) python is picked up by cmake
# in cases where the system python is newer than the one used in these EasyConfigs
# See PR # 19119
configopts = '-DPython3_EXECUTABLE=$EBROOTPYTHON/bin/python '

sanity_check_paths = {
Expand Down
4 changes: 3 additions & 1 deletion easybuild/easyconfigs/w/WSClean/WSClean-3.4-foss-2022a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ dependencies = [
('Python', '3.10.4'),
]

# make sure the right Python is used
# Without this, the wrong (system) python is picked up by cmake
# in cases where the system python is newer than the one used in these EasyConfigs
# See PR # 19119
configopts = '-DPython3_EXECUTABLE=$EBROOTPYTHON/bin/python '

sanity_check_paths = {
Expand Down

0 comments on commit d7da953

Please sign in to comment.