scivision / mumps

MUMPS via CMake
http://mumps-solver.org
MIT License
115 stars 46 forks source link

Build fails on Windows #68

Closed adam-sim-dev closed 1 year ago

adam-sim-dev commented 1 year ago

CMake Error at cmake/mumps.cmake:113 (target_link_libraries): Target "mumps_common" links to:

LAPACK::LAPACK

but the target was not found. Possible reasons include:

* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.

Call Stack (most recent call first): CMakeLists.txt:131 (include)

-- Generating done (0.3s) CMake Generate step failed. Build files cannot be regenerated correctly.

adam-sim-dev commented 1 year ago

Caused by the latest commit

scivision commented 1 year ago

I see this on Linux Intel oneAPI and Windows Intel oneAPI, is that the compiler you're using?

scivision commented 1 year ago

I force-pushed a fix and rereleased, thanks!