How to update a package specification

The configuration files need to be updated

Below, we describe how the configuration files can be updated automatically, using mmxmake.

1.Updating the glue dependencies

The list of libraries for building the glue with the mathemagix interpreter can be updated with the options +g -g. Here is an example:

mmxmake ../pkg -g numerix +g algebramix

This will remove numerix from the list pkg.glue and add to it algebramix.

2.Updating the axel plugin dependencies

Similarly, the dependencies for building the plugins for axel interpreter can be updated with the options +a -a:

mmxmake ../pkg +a shape

This will add shape to the list pkg.axel.