Skip to content

Commit

Permalink
Added latest modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Top committed Oct 11, 2023
1 parent 6ff2f28 commit 6b80c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eb_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def parse_hook_openblas_relax_lapack_tests_num_errors(ec, eprefix):


def parse_hook_pillow_set_cpath_library_path(ec, eprefix):
"""Get CPATH and LIBRARY_PATH environment variables from the environment"""
"""Extend CPATH and LIBRARY_PATH environment variables using EESSI_EPREFIX."""
if ec.name == 'Pillow':
EESSI_CPATH = os.getenv('EESSI_EPREFIX') + '/usr/include'
EESSI_LIB_PATH = os.getenv('EESSI_EPREFIX') + '/usr/lib64'
Expand Down

0 comments on commit 6b80c9f

Please sign in to comment.