summaryrefslogtreecommitdiff
path: root/sextractor/build.sh
blob: 3c1302d1acefd738df32c43a8f97efbec28d5997 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
rm -rf aclocal.m4 autom4te.cache
libtoolize -f -i
autoreconf -i

./configure --prefix=$PREFIX \
    --with-fftw-libdir=$PREFIX/lib \
    --with-fftw-incdir=$PREFIX/include \
    ${OPTIONS}

make -j ${CPU_COUNT} LDFLAGS=-liomp5
make install