source: tags/ms_r16q3/HEADERLIBS/Makefile

Last change on this file was 14807, checked in by westram, 8 years ago
  • fix compilation with gcc 6.1.0
    • fix shift-overflow in mafft
    • fix return type in eigen (using patch)
    • let Cxx14 compilers use all Cxx11 features
File size: 179 bytes
Line 
1
2all: eigen
3
4clean:
5        rm -rf eigen/
6
7EIGEN_PATCH=eigen_fix_gcc_610_compile.patch
8
9eigen: eigen.tgz $(EIGEN_PATCH) Makefile
10        tar -zxvf $<
11        patch -p0 < $(EIGEN_PATCH)
12        touch eigen/
13
Note: See TracBrowser for help on using the repository browser.