Skip to content

Commit

Permalink
Merge pull request #3021 from SebastianAchilles/20231018145913_new_pr…
Browse files Browse the repository at this point in the history
…_imkl

fix CMAKE_PREFIX_PATH in mkl easyblock
  • Loading branch information
Micket authored Oct 18, 2023
2 parents e6f20bf + 7599bde commit 4705b65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions easybuild/easyblocks/i/imkl.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,11 +546,13 @@ def make_module_req_guess(self):
os.path.join(self.mkl_basedir, 'include'),
os.path.join(self.mkl_basedir, 'include', 'fftw'),
]
cmake_prefix_path = [self.mkl_basedir]
guesses.update({
'PATH': [],
'LD_LIBRARY_PATH': library_path,
'LIBRARY_PATH': library_path,
'CPATH': cpath,
'CMAKE_PREFIX_PATH': cmake_prefix_path,
'PKG_CONFIG_PATH': pkg_config_path,
})
if self.cfg['flexiblas']:
Expand Down

0 comments on commit 4705b65

Please sign in to comment.