-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build issue not finding Ginac #55
Comments
Dear @AlanLeAI, can you provide the complete output of the cmake configuration step and the build step? This helps us debug the issue. |
Hey! This looks like a situation where carl would build ginac itself. I am a bit curious how you got to the path stormpy/pycarl/carl-storm. It would be helpful to tell us a bit what commands you executed. Sebastian |
First, I run the command to install stormpy folder
Jump to the stormpy folder
I run this code error: subprocess-exited-with-error × Building wheel for pycarl (pyproject.toml) did not run successfully.
|
Then, I realized that Stormpy requires Pycarl. I install Pycarl via I install Pycarl via this link My Cmake version after running cmake version 3.29.4 Thank you so much for your help. |
This only installs the python parts but not the Storm tool. I guess you also installed carl-storm at some point? For reference, the right order for installation should be:
|
I noted a similar issue on a system where carl would build GiNaC itself. (Rocky Linux...)
I noted that |
Thanks for the info. It seems that Ginac chooses between |
I will try to replaced all lib/ by lib64/ in this file and reply you back. Thank you so much for your help. |
Hi after replacing lib/ by lib64/, I can install the carl-storm package now. I am trying to install the storm package via this instructions https://www.stormchecker.org/documentation/obtain-storm/build.html after running [ 1%] Creating directories for 'l3pp_ext' '/work/cs-grad/tuanle/xSRL/storm/resources/3rdparty/glpk-5.0/configure' '--prefix=/work/cs-grad/tuanle/xSRL/storm/build/resources/3rdparty/glpk-5.0' '--libdir=/work/cs-grad/tuanle/xSRL/storm/build/resources/3rdparty/glpk-5.0/lib' 'CC=/usr/bin/cc' 'CXX=/usr/bin/c++' See also
make[2]: *** [CMakeFiles/glpk_ext.dir/build.make:92: resources/3rdparty/glpk-5.0/src/glpk_ext-stamp/glpk_ext-configure] Error 1 |
Good to hear that building carl-storm was successful. To keep a better structure, can you open a new issue for your build error with Storm and GLPK? In the new issue, please also provide the output of the following files as indicated in the error message:
|
I have created a new issue here moves-rwth/storm#667 Thank you so much for your help. I hope that you have a wonderful day |
Originally posted by @AlanLeAI in #33
The text was updated successfully, but these errors were encountered: