問題タブ [lapacke]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c - Windows で cmake と MinGW を使用して C インターフェイス LAPACKE をコンパイルするにはどうすればよいですか?
Windows 用にリリースされたバイナリがあることは知っていますが、自分でコンパイルしてみたいだけです。CMake、mingw32-make、gcc、gfortran などを正しくインストールしました。(MinGWを使用)
私は試した
次に、Fortran 用の静的ライブラリ liblapack.a と libblas.a を取得しましたが、liblapacke.a (lapack の C インターフェイス) は取得しませんでした。
簡単な解決策はありますか?