Macaulay2 / mathicgb

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

Only link tests against gtest #6

Closed opoplawski closed 4 years ago

opoplawski commented 8 years ago

mgb should not be linked against gtest, only the unittests.

mikestillman commented 4 years ago

@opoplawski Is this pull request still relevant? If so, is it possible to fix the (now) conflicting Makefile.am.

d-torrance commented 4 years ago

googletest is source-only, so there's no need to ever link against it. It doesn't look like GTEST_LIBS is ever defined anyway, so it probably should just be removed.

d-torrance commented 4 years ago

Just opened #19 removing it.

opoplawski commented 4 years ago

closing this in favor of the new one.