-
Dear scivision: C:\Program Files (x86)\Intel\oneAPI\mumps-main>cmake -G Ninja -B build -DBUILD_SINGLE=yes -DBUILD_DOUBLE=yes -DBUILD_COMPLEX=yes -DBUILD_COMPLEX16=yes
-- The following features have been disabled:
-- Configuring done (848.2s) But I can't find any .lib files in the build file. Can you please help me solve this problem? Thank you very much. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
now you need to type cmake --build build that is the path to your " C:/Program Files (x86)/Intel/oneAPI/mumps-main/build" |
Beta Was this translation helpful? Give feedback.
now you need to type
that is the path to your " C:/Program Files (x86)/Intel/oneAPI/mumps-main/build"