gcc_termux icon indicating copy to clipboard operation
gcc_termux copied to clipboard

Julia: Clp, GLPK fail to import

Open fusion809 opened this issue 3 years ago • 1 comments

Hi,

On my Nexus 5X phone with the Android 10 version of the Pixel Experience ROM, I have found that Clp and GLPK fail to import with the errors:

Screenshot_20200910-002939138 Screenshot_20200910-002945651 Screenshot_20200910-003011341

The GLPK error is especially surprising given that GNU Octave is installed and the glpk package is installed as a dependency. The bzip2 package is also installed. I have found at least one other package that imports fine, however, hungarian, so it's definitely not the case that all packages fail to import.

Thanks for your time.

fusion809 avatar Sep 09 '20 14:09 fusion809

loading libraries with julia is kind of proplematic. You have to edit the source of the julia module to point to the correct place where the library is.

its-pointless avatar Nov 18 '20 19:11 its-pointless