Annotation of OpenXM/src/sage/Makefile, Revision 1.1
1.1 ! takayama 1: # $OpenXM$
! 2: # This is a Makefile to test the module asir.py on mathlibre2018.
! 3: # su ; make install
! 4: usage:
! 5: "make diff, make install (as root)"
! 6:
! 7: SAGE_ASIR_DIR=${OpenXM_HOME}/src/sage
! 8:
! 9: diff:
! 10: -(cd /usr/lib/python2.7/dist-packages/sage/interfaces ; diff -c all.py.orig all.py) >all.py.diff
! 11:
! 12: install:
! 13: (cd /usr/lib/python2.7/dist-packages/sage/interfaces ; ln -s ${SAGE_ASIR_DIR}/asir.py . ; patch <${SAGE_ASIR_DIR}/all.py.diff)
! 14:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>