summaryrefslogtreecommitdiff
path: root/cfitsio/build.sh
blob: 0a523d1845f17fba1a5cf1be9c93af43d8774e3c (plain) (blame)
1
2
3

./configure --prefix=$PREFIX --disable-static --enable-reentrant
(make -j $CPU_COUNT shared && make install) || exit 1