summaryrefslogtreecommitdiff
path: root/science/fvcom/files/patch-METIS_source-makefile
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-02-20 17:30:45 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2013-02-20 17:30:45 +0000
commitcf35ad4c49eaa2583fb5724d18ceab5f20dded7d (patch)
treec1ebb6edb85a870e7c1dbcfded91354faff1dfa1 /science/fvcom/files/patch-METIS_source-makefile
parentFix installation of devel/eric4 when stdin is closed. (diff)
Add new ports science/fvcom and science/fvcom-mpi:
FVCOM is a prognostic, unstructured-grid, finite-volume, free-surface, 3-D primitive equation coastal ocean circulation model developed by UMASSD-WHOI joint efforts. WWW: http://fvcom.smast.umassd.edu/FVCOM/index.html PR: ports/166726 PR: ports/166728 Submitted by: Jason Bacon <jwbacon at tds.net>
Diffstat (limited to 'science/fvcom/files/patch-METIS_source-makefile')
-rw-r--r--science/fvcom/files/patch-METIS_source-makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/science/fvcom/files/patch-METIS_source-makefile b/science/fvcom/files/patch-METIS_source-makefile
new file mode 100644
index 000000000000..4603318013ee
--- /dev/null
+++ b/science/fvcom/files/patch-METIS_source-makefile
@@ -0,0 +1,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)