- Thank you received: 0
CPP Extension - CMake Error - SuiteSparse::umfpack not found
- creativeworker
- Topic Author
- Offline
- Senior Member
Less
More
4 years 7 months ago #2515
by creativeworker
Hello,
i just updated my NGSolve to the newest version. Unfortunately, now I cannot compile my CppExtension module. The CMake Error is:
Did I mess up something? Or was there a change regarding that?
Thanks in advance for your help!
i just updated my NGSolve to the newest version. Unfortunately, now I cannot compile my CppExtension module. The CMake Error is:
Code:
CMake Error at C:/Program Files/ngsolve-v6.2.2002/cmake/NGSolveConfig.cmake:79 (add_library):
Target "ngsextension" links to target "SuiteSparse::umfpack" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Did I mess up something? Or was there a change regarding that?
Thanks in advance for your help!
- creativeworker
- Topic Author
- Offline
- Senior Member
Less
More
- Thank you received: 0
4 years 7 months ago #2534
by creativeworker
Replied by creativeworker on topic CPP Extension - CMake Error - SuiteSparse::umfpack not found
Unfortunately, I still couldn't find a fix for the issue. I'm using NGsolve 6.2.2003...
4 years 6 months ago #2598
by NilsHM
Replied by NilsHM on topic CPP Extension - CMake Error - SuiteSparse::umfpack not found
Hej!
I ran into the same error using NGSolve 6.2.2004 when trying to build the current version of mylittlengsolve following the tutorial:
ngsolve.org/docu/latest/mylittlengs/1_Basic/README.html
This should probably be addressed by the developers.
I ran into the same error using NGSolve 6.2.2004 when trying to build the current version of mylittlengsolve following the tutorial:
ngsolve.org/docu/latest/mylittlengs/1_Basic/README.html
This should probably be addressed by the developers.
4 years 6 months ago #2599
by NilsHM
Replied by NilsHM on topic CPP Extension - CMake Error - SuiteSparse::umfpack not found
Using v6.2.1907 worked just fine.
4 years 6 months ago #2601
by matthiash
Replied by matthiash on topic CPP Extension - CMake Error - SuiteSparse::umfpack not found
Which version of CMake are you both running? Try to upgrade to the latest one. Note: cmake.org seems to be down currently, the installers are also available on github:
github.com/Kitware/CMake/releases
- creativeworker
- Topic Author
- Offline
- Senior Member
Less
More
- Thank you received: 0
4 years 6 months ago #2623
by creativeworker
Replied by creativeworker on topic CPP Extension - CMake Error - SuiteSparse::umfpack not found
I used CMake 3.16.x and updated today to CMake 3.17.2 but without success.
Time to create page: 0.118 seconds