kpeeters / cadabra2

A field-theory motivated approach to computer algebra.
https://cadabra.science/
GNU General Public License v3.0
215 stars 37 forks source link

2.5.2: Build fails with ENABLE_MICROTEX=OFF: fatal error: 'microtex.h' file not found #301

Closed yurivict closed 2 weeks ago

yurivict commented 2 weeks ago

It still expects microtex.h, even when it is turned off with ENABLE_MICROTEX=OFF.

alexmyczko commented 2 weeks ago

true! http://bananas.debian.net/debian/cadabra2/2/3/

kpeeters commented 2 weeks ago

I am actually going to remove ENABLE_MICROTEX as the way forward is to use only that typesetting library. So I would prefer to find a solution for your build problems with MicroTeX enabled.

kpeeters commented 2 weeks ago

MicroTeX is now forced on and the ENABLE_MICROTEX option has been removed (given that it now builds fine as a git submodule https://github.com/kpeeters/cadabra2/issues/300).

yurivict commented 2 weeks ago

@kpeeters Are you planning to make a release with this fix?