Skip to content

Instantly share code, notes, and snippets.

@henry0312
Created June 11, 2014 15:52
Show Gist options
  • Save henry0312/12f52faec06570893408 to your computer and use it in GitHub Desktop.
Save henry0312/12f52faec06570893408 to your computer and use it in GitHub Desktop.
--- Makefile.orig 2014-06-12 00:51:39.159419824 +0900
+++ Makefile 2014-06-12 00:51:47.811419492 +0900
@@ -8,7 +8,7 @@
# MAC_LDFLAGS = -lgsl -latlas -lcblas -L/sw/li
MAC_LDFLAGS = -lgsl -lgslcblas -L/opt/local/lib
-C2_LDFLAGS = -lgsl -lcblas -latlas
+C2_LDFLAGS = -lgsl -lcblas -latlas -lm
CYCLES_LDFLAGS = -lgsl -lgslcblas
LSOURCE = utils.c topic.c doc.c hyperparameter.c main.c gibbs.c
LOBJECTS = utils.o topic.o doc.o hyperparameter.o main.o gibbs.o
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment