Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sage
Path: blob/develop/build/pkgs/brial/spkg-install.in
4081 views
#
# BRiAl consists of a both C++ library and a SageMath-specific python
# module. This spkg installs only the C++ library; the python module
# is installed by the "sage_brial" spkg.
#
cd src
cp "$SAGE_ROOT"/config/config.* .
sdh_configure \
    --enable-shared --disable-static \
    --with-boost-unit-test-framework=no
sdh_make
sdh_make_install