Macaulay2 / mathicgb

Compute (signature) Groebner bases using the fast datastructures from mathic.
2 stars 4 forks source link

add missing header directory for tbb #24

Closed mahrud closed 3 years ago

mahrud commented 3 years ago

@mikestillman I think this missing include directory is why you were getting the missing tbb.h errors. Hardcoding paths is never a good idea.

mikestillman commented 3 years ago

Where was the path hardcoded?

mahrud commented 3 years ago

This wasn't hardcoded, but you asked in https://github.com/Macaulay2/M2/issues/1464#issuecomment-755788436 what was the correct solution if hardcording isn't good