Hello
I have used CMAKE 3.14.x GUI to configure and build OpenBlas with MS Visual Studio 2017
It generates a workspace and then I can compile all of the libraries
when building the openblas_utest project I get two linking errors
2>test_potrs.obj : error LNK2019: unresolved external symbol zpotrs_ referenced in function _ctest_potrf_bug_695_run
2>openblas.lib(lapacke_dgesvd_work.obj) : error LNK2019: unresolved external symbol dgesvd referenced in function LAPACKE_dgesvd_work
2>C:\software\openblas\build\utest\openblas_utest.exe : fatal error LNK1120: 2 unresolved externals
2>Done building project "openblas_utest.vcxproj" -- FAILED.
Digging a little bit into it I see that the workspace does not build the fortran files , even if intel fortran is installed in my computer.
Any help is welcome
best
jac
Hello
I have used CMAKE 3.14.x GUI to configure and build OpenBlas with MS Visual Studio 2017
It generates a workspace and then I can compile all of the libraries
when building the openblas_utest project I get two linking errors
2>test_potrs.obj : error LNK2019: unresolved external symbol zpotrs_ referenced in function _ctest_potrf_bug_695_run
2>openblas.lib(lapacke_dgesvd_work.obj) : error LNK2019: unresolved external symbol dgesvd referenced in function LAPACKE_dgesvd_work
2>C:\software\openblas\build\utest\openblas_utest.exe : fatal error LNK1120: 2 unresolved externals
2>Done building project "openblas_utest.vcxproj" -- FAILED.
Digging a little bit into it I see that the workspace does not build the fortran files , even if intel fortran is installed in my computer.
Any help is welcome
best
jac