summaryrefslogtreecommitdiff
path: root/sextractor/build.sh
blob: 674229e0871a155a456a002bb28303d51e18e5f0 (plain) (blame)
1
2
3
4
5
6
7
8
autoreconf -i
./configure --prefix=$PREFIX \
    --disable-static \
    --enable-mkl-gcc \
    --with-mkl-dir=$PREFIX

make -j ${CPU_COUNT}
make install