Skip to content
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

Successful Build ARM64 Termux Android #68

Open
defencedog opened this issue Nov 13, 2022 · 0 comments
Open

Successful Build ARM64 Termux Android #68

defencedog opened this issue Nov 13, 2022 · 0 comments

Comments

@defencedog
Copy link

One can use clang or gcc-11

git clone https://github.com/coin-or/Couenne.git
cd Couenne
FC=gfortran-11 CC=gcc-11 ./configure --prefix=/data/data/com.termux/files/usr/local/ --with-bonmin --with-asl --with-scip CPPFLAGS="-I/data/data/com.termux/files/usr/local/include/coin/ -I/data/data/com.termux/files/usr/local/include/coin/ThirdParty -I/data/data/com.termux/files/usr/local/include/coin-or/ -I/data/data/com.termux/files/usr/local/include/" --with-lapack="-L/data/data/com.termux/files/usr/include/openblas/ -lopenblas"  --with-scip-lflags="-L/data/data/com.termux/files/usr/local/lib -lscip"  --build=aarch64-linux-android --without-cplex --without-osicpx --without-osigrb  --without-osimsk --without-nauty && make -j6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant