We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
One can use clang or gcc-11
clang
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
One can use
clang
orgcc-11
The text was updated successfully, but these errors were encountered: