Ask Your Question

Revision history [back]

In Sage, LRS is provided by the lrslib optional package.

If you are building Sage from source, change to the Sage root directory and run the following:

$ make configure  # or ./bootstrap
$ ./configure --enable-lrslib -q
$ make -s V=0

(Do not type the dollar signs, which in the code block above represent the shell prompt.)

If you installed Sage from the Sage-macOS app, you will need to build from source, as the app currently only support installing extra packages if they can be installed using pip.