silviana amethyst
silviana amethyst
I did update the build instructions in the wiki to explain why 1.83 is needed, and replaced the min version numbers with more correct ones.
This is a Boost bug in 1.81. I managed to get by it by specifying an additional flag at compile time ``` ./configure CPPFLAGS=-DBOOST_PHOENIX_STL_TUPLE_H_ ``` See #174
i do apologize about the delay in my response
i also note that if the program is already partially compiled, you should `make clean` first. so 1. make clean 2. reconfigure using `CPPFLAGS=-DBOOST_PHOENIX_STL_TUPLE_H_` 3. make 4. enjoy i do...
in progress!
i have at this point removed all references to minieigen. testing.
i mean, it installs.
firmly agree with @elelel . readme leaves me wanting for specific version information so that the patch can apply cleanly. as of today, using revision 301787 of clang and 301782...
I think this one stands as needing attention.
There's a bit to do yet, but this worked on my M1 Mac. The gaps I see right now: * some of the test suites in the core are not...