Mike Stillman
Mike Stillman
Thanks! I'll take a look.
I have a few comments here. > > Why is an instance of Module a right module necessarily? > > Because when representing a map between free modules as a...
Here is what I recall, I'm not completely sure if this matches what the issue is now: This is something @DanGrayson and I agonized about years ago, and decided that...
This change allows me to use cmake 3.26.4 to compile M2, which is good, thanks! It doesn't quite allow CLion to work yet. The problem appears to be that ffpack...
Here are 2 entries (there is one for each file). ``` { "directory": "/Users/mike/src/M2-current-branches/M2-development/M2/BUILD/mike/builds.tmp/cmake-appleclang", "command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DNDEBUG -DOM_NDEBUG -DSING_NDEBUG -I/Users/mike/src/M2-current-branches/M2-development/M2/Macaulay2/e -I/Users/mike/src/M2-current-branches/M2-development/M2/Macaulay2/d -I/Users/mike/src/M2-current-branches/M2-development/M2/Macaulay2/c -I/Users/mike/src/M2-current-branches/M2-development/M2/BUILD/mike/builds.tmp/cmake-appleclang/Macaulay2/d -I/Users/mike/src/M2-current-branches/M2-development/M2/Macaulay2/e/mathic -I/Users/mike/src/M2-current-branches/M2-development/M2/Macaulay2/e/memtailor -I/Users/mike/src/M2-current-branches/M2-development/M2/Macaulay2/e/mathicgb -I/opt/homebrew/opt/readline/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include/libxml2 -I/opt/homebrew/opt/gdbm/include -I/opt/homebrew/opt/libatomic_ops/include...
Aahh, can I just edit this file? ```bash-3.2$ cat /opt/homebrew/opt/fflas-ffpack/lib/pkgconfig/fflas-ffpack.pc prefix=/opt/homebrew/Cellar/fflas-ffpack/2.5.0 exec_prefix=/opt/homebrew/Cellar/fflas-ffpack/2.5.0 libdir=/opt/homebrew/Cellar/fflas-ffpack/2.5.0/lib includedir=/opt/homebrew/Cellar/fflas-ffpack/2.5.0/include Name: fflas-ffpack Description: Finite Field Linear Algebra Suroutines/Package URL: http://github.com/linbox-team/fflas-ffpack Version: 2.5.0 Requires: givaro >= 4.1.2...
It does seem like a fine way to include a library. CLion does not show me what is going on, I need to piece it together. I will still try...
After using your fix to e/CMakeLists.txt, using the compile_commands.json file as is causes CLion to report many errors (which keeps it from doing code analysis). However, if I remove the...
Thanks @mahrud, I finally have CLion working properly, with a cmake build of M2. @moorewf Could you please try this? Here are some steps I needed to make. In the...
@ggsmith @mahrud Is this fixed? What was the problem?