emsr / polynomial

A C++ polynomials and related algorithms.
6 stars 3 forks source link

How to compile? Makefile doesn't work on a pretty standard system. #9

Closed glalonde closed 5 years ago

glalonde commented 5 years ago

Can't find file ../../include/bits/notsospecfun.h?

emsr commented 5 years ago

I need to sort out project inter-dependencies.

emsr commented 5 years ago

I fixed dependencies by copying files into this project.

  1. Make now should 'work'
  2. Make rebuilds everything all the time for some reason.
  3. I should do cmake and deprecate make.
emsr commented 5 years ago

I put the Jacobi root tester into another make target. Just plain make should work out of the box again.