summaryrefslogtreecommitdiff
path: root/science/fvcom/files/patch-METIS_source-makefile
blob: 4603318013ee85fa71b0560a7c6dd3d8ebdeaa1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ../METIS_source/makefile.orig	2012-03-31 22:00:57.000000000 -0500
+++ ../METIS_source/makefile	2012-03-31 22:01:01.000000000 -0500
@@ -2,7 +2,7 @@
 AR = ar rv
 RANLIB = ranlib
 # add path to c compiler 
-CC = icc 
+CC = gcc 
 # add c compiler optimization flags
 OPTFLAGS = -O2
 CFLAGS = $(COPTIONS) $(OPTFLAGS) $(INCLUDES)