1 diff -Nur GotoBLAS2.orig/exports/Makefile GotoBLAS2/exports/Makefile
2 --- GotoBLAS2.orig/exports/Makefile 2011-10-20 19:26:38.865550738 +0200
3 +++ GotoBLAS2/exports/Makefile 2011-10-20 19:27:10.985349115 +0200
8 +ifeq ($(OSNAME), Linux)
9 +ifeq ($(F_COMPILER), GFORTRAN)
10 +EXTRALIB += -lgfortran
17 diff -Nur GotoBLAS2.orig/f_check GotoBLAS2/f_check
18 --- GotoBLAS2.orig/f_check 2011-10-20 19:26:38.845550863 +0200
19 +++ GotoBLAS2/f_check 2011-10-20 19:27:31.595219262 +0200
21 && ($flags !~ /kernel32/)
22 && ($flags !~ /advapi32/)
23 && ($flags !~ /shell32/)
24 + && ($flags !~ /-l$/)
26 $linker_l .= $flags . " ";