Couenne
Couenne copied to clipboard
Successful Build ARM64 Termux Android
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