You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-mathematics/yafu/files/fix-Makefile.patch

12 lines
284 B

--- Makefile.orig 2013-03-17 11:20:40.248683894 +0400
+++ Makefile 2013-03-17 11:20:47.352683657 +0400
@@ -87,7 +87,7 @@ ifeq ($(CC),icc)
CFLAGS += -mtune=core2 -march=core2
endif
-LIBS += -lecm -lgmp
+LIBS += -lecm -lgmp -lgomp
CFLAGS += $(OPT_FLAGS) $(WARN_FLAGS) $(INC)