実現したいこと
かなり初心者の化学系大学院生です。
環電流についての理論計算を行うgimicプログラムをインストールするために、”CMake to configure and build”を行いたいです。
参考(https://github.com/qmcurrents/gimic)
GIMIC requires CMake to configure and build. CMake is invoked via a front-end script called setup:
$ ./setup
$ cd build
$ make
$ make install
しかし、最初の./setupでエラーが出ます
環境
Ubuntu 22.04.3 LTS \n \l
発生している問題・エラーメッセージ
CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: _Python3_NumPy_INCLUDE_DIR used as include directory in directory /home/user/Downloads/gimic-2.2.1 used as include directory in directory /home/user/Downloads/gimic-2.2.1 used as include directory in directory /home/user/Downloads/gimic-2.2.1 used as include directory in directory /home/user/Downloads/gimic-2.2.1 ~~~~ ~~~~ CMake Error in src/libgimic/CMakeLists.txt: Found relative path while evaluating include directories of "gimic2": "_Python3_NumPy_INCLUDE_DIR-NOTFOUND" ~~~~ ~~~~
試したこと
(更新)
・最新版のCMakeのインストール(3.28.0-rc5)
CMake errorで検索し、CMakeの問題かと考えて最新版をインストールしました。
参考:https://marsee101.blog.fc2.com/blog-entry-5622.html
→結果:おなじエラーがでました。
このとき、エラーメッセージの
Please set them or make sure they are set and tested correctly in the CMake files:
の部分を対処するのかと思いますが、まずその認識であっていますか?
つぎに、実際にはどのような操作を行えばいいのかわかりません。
アドバイスをいただけると助かります。よろしくおねがいします。
0 コメント