From 93060eabc73c0ba449c3cc1e71f5d19bf9c6780c Mon Sep 17 00:00:00 2001 From: kevin Date: Fri, 17 Jul 2020 12:06:26 -0400 Subject: [PATCH] Makefile.am : Remove lfortran dependency --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 0c08bc9..9b738af 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,7 @@ endif # Linux specific if OS_LINUX -MYLIBS += -lsatlas -lgfortran +MYLIBS += -lsatlas if OS_64 AM_LDFLAGS += -L/usr/lib64/atlas -L/usr/lib64 -Wl,-Bstatic -lasound -Wl,-Bdynamic MYLIBS += -lrt -lm