Skip to content

Drop Dependencies

Latest
Compare
Choose a tag to compare
@ibayer ibayer released this 14 Jan 17:57
· 42 commits to master since this release

This release makes it possible to use fastFM (as library) on OSX without any and on linux with only cblas as external dependency.

Bugfix: calling als solver with rank=0 lead to memory error.

Enhancements:

  • Add Travis CI set-up (contributed by takuti)
  • Makefile is now OSX compatible (contributed by altimin)
  • Remove glib and argp dependencies from library.
  • Remove last OSX dependency (cblas) from library (contributed by takuti)