workaround for boost >1.69

This commit is contained in:
Gwenhael Le Moine 2019-04-15 11:15:46 +02:00
parent bfe7928c6e
commit 9dfd8f387e
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -66,7 +66,7 @@ esac
./acprep pull ./acprep pull
./acprep --prefix=/usr $PYTHON opt config -- -DUSE_DOXYGEN=ON # -DUSE_PYTHON=ON ./acprep --prefix=/usr $PYTHON opt config -- -DUSE_DOXYGEN=ON -DBoost_NO_BOOST_CMAKE=ON # -DUSE_PYTHON=ON
./acprep --prefix=/usr $PYTHON opt make || exit 1 ./acprep --prefix=/usr $PYTHON opt make || exit 1
./acprep --prefix=/usr $PYTHON opt -- make install DESTDIR=$PKG || exit 1 ./acprep --prefix=/usr $PYTHON opt -- make install DESTDIR=$PKG || exit 1