freebsd-ports/science/ncs/files/patch-config_cs_auto_flags.sh
Thierry Thomas 865facb643 Upgrade to version 2.0.7.
Note: this is not the latest. Now there is no separate release for ncs
and the sources are distributed as code_saturne-x.y.z. Next upgrades in
preparation!
2014-09-14 14:44:25 +00:00

11 lines
363 B
Bash

--- config/cs_auto_flags.sh.orig 2012-08-08 00:11:29.000000000 +0200
+++ config/cs_auto_flags.sh 2014-09-14 14:45:51.000000000 +0200
@@ -214,8 +214,6 @@
gcc-3*|gcc-4.[01234]*)
;;
*)
- cflags_default_opt="$cflags_default_opt -fexcess-precision=fast"
- cflags_default_hot="$cflags_default_hot -fexcess-precision=fast"
;;
esac