its-pointless / gcc_termux

Gcc for termux with fortran scipy etc... Use apt for newest updates instructions in README.txt
457 stars 74 forks source link

Julia: Clp, GLPK fail to import #101

Open fusion809 opened 4 years ago

fusion809 commented 4 years ago

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.

its-pointless commented 3 years ago

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.