adopt module_load_environment in imkl-FFTW easyblock#3612
adopt module_load_environment in imkl-FFTW easyblock#3612boegel merged 1 commit intoeasybuilders:5.0.xfrom
module_load_environment in imkl-FFTW easyblock#3612Conversation
|
Test report by @lexming Overview of tested easyconfigs (in order)
Build succeeded for 3 out of 3 (3 easyconfigs in total) |
module_load_environment in imkl-fftw easyblockmodule_load_environment in imkl-FFTW easyblock
|
Test report by @boegel Overview of tested easyconfigs (in order)
Build succeeded for 3 out of 3 (3 easyconfigs in total) |
|
@lexming There are significant differences in the generated module file, doesn't look correct to me? -prepend_path("CMAKE_PREFIX_PATH", pathJoin(root, "../../imkl/2023.2.0/mkl/2023.2.0"))
-prepend_path("CPATH", pathJoin(root, "../../imkl/2023.2.0/mkl/2023.2.0/include"))
-prepend_path("CPATH", pathJoin(root, "../../imkl/2023.2.0/mkl/2023.2.0/include/fftw"))
-prepend_path("FLEXIBLAS_LIBRARY_PATH", pathJoin(root, "../../imkl/2023.2.0/mkl/2023.2.0/lib/intel64/flexiblas"))
-prepend_path("LD_LIBRARY_PATH", pathJoin(root, "../../imkl/2023.2.0/mkl/2023.2.0/lib/intel64"))
-prepend_path("LIBRARY_PATH", pathJoin(root, "../../imkl/2023.2.0/mkl/2023.2.0/lib/intel64"))
-prepend_path("PKG_CONFIG_PATH", pathJoin(root, "../../imkl/2023.2.0/mkl/2023.2.0/lib/pkgconfig"))
+prepend_path("CMAKE_PREFIX_PATH", root)
+prepend_path("LD_LIBRARY_PATH", pathJoin(root, "lib"))
+prepend_path("LIBRARY_PATH", pathJoin(root, "lib"))This is with latest |
|
@boegel the paths in red are very wrong, that module of |
Update of imkl-FFTW easyblock for #3527