You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use PHCPack on Google Colab and followed the documentation. According to the instructions, I needed to build libPHCpack.*, so I set up alr and ran alr build. The command finished with the following message:
...
Bind
[gprbind] phctop.bexch
[Ada] phctop.ali
Link
[archive] libmain.a
[index] libmain.a
[link] phctop.adb
✓ Build finished successfully in 2817.30 seconds.
However, I cannot find the executable libPHCpack.so in the lib/ directory as the README suggests. Could anyone help me locate it?
@projetosgppag thanks for your prompt reply but I'm on G-colab, so the fix file you kindly shared containing windows executables isn't compatible on G-colab?
I'm trying to use PHCPack on Google Colab and followed the documentation. According to the instructions, I needed to build
libPHCpack.*
, so I set upalr
and ranalr build
. The command finished with the following message:... Bind [gprbind] phctop.bexch [Ada] phctop.ali Link [archive] libmain.a [index] libmain.a [link] phctop.adb ✓ Build finished successfully in 2817.30 seconds.
However, I cannot find the executable
libPHCpack.so
in thelib/
directory as the README suggests. Could anyone help me locate it?Google colab notebook
The text was updated successfully, but these errors were encountered: