Skip to content
Snippets Groups Projects
Commit 9d2ce7f5 authored by Lars Bilke's avatar Lars Bilke
Browse files

[ogs] Install 32-bit support libraries when --mkl.

parent 2df69292
No related branches found
No related tags found
No related merge requests found
...@@ -524,6 +524,8 @@ if local_args.mfront: ...@@ -524,6 +524,8 @@ if local_args.mfront:
if local_args.mkl: if local_args.mkl:
Stage0 += mkl(eula=True, mklvars=False) Stage0 += mkl(eula=True, mklvars=False)
# For 32-bit mkl_link_tool:
Stage0 += packages(apt=["lib32stdc++6"], yum=["libstdc++.i686"])
cmake_args.append("-DOGS_USE_MKL=ON") cmake_args.append("-DOGS_USE_MKL=ON")
if local_args.ccache: if local_args.ccache:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment