freebsd-ports/math/sage/files/sage_brial_spkg-configure.m4.in
Thierry Thomas 97d81944e8 - Unbreak and upgrade to 9.1
- Take maintainership.

PR:		247298
Submitted by:	/me
Approved by:	stephen (previous maintainer)
Differential Revision:	D24195
2020-06-17 10:05:10 +00:00

10 lines
334 B
Text

SAGE_SPKG_CONFIGURE(
[sage_brial], [dnl direct testing of file existence, import do not work without sage
AC_MSG_CHECKING(py-brial installation...)
if [[ -f %%PYTHON_SITELIBDIR%%/brial/cnf.py ]] ; then
AC_MSG_RESULT(OK)
else
AC_MSG_RESULT(KO)
sage_spkg_install_sage_brial=yes
fi
])