/[pkgs]/devel/Macaulay2/Macaulay2-1.1-optflags.patch
ViewVC logotype

Contents of /devel/Macaulay2/Macaulay2-1.1-optflags.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations) (download) (as text)
Fri Feb 13 21:30:02 2009 UTC (9 months, 1 week ago) by rdieter
Branch: MAIN
CVS Tags: F-11-split, F-12-split, Macaulay2-1_2-5_fc12, Macaulay2-1_2-1_fc11, Macaulay2-1_2-4_fc12, Macaulay2-1_2-2_fc11, Macaulay2-1_2-3_fc11, Macaulay2-1_2-6_fc12, HEAD
Changes since 1.2: +0 -0 lines
File MIME type: text/x-patch
* Fri Feb 13 2009 Rex Dieter <rdieter@fedoraproject.org> 1.2-1
- Macaulay-1.2
1 diff -up Macaulay2-1.1/configure.ac.optflags Macaulay2-1.1/configure.ac
2 --- Macaulay2-1.1/configure.ac.optflags 2008-03-11 15:02:14.000000000 -0500
3 +++ Macaulay2-1.1/configure.ac 2008-03-11 15:05:03.000000000 -0500
4 @@ -806,8 +806,8 @@ else M2_CPPFLAGS="$M2_CPPFLAGS -DNDEBUG"
5 fi
6
7 if test "$OPTIMIZE" = yes
8 -then CFLAGS="$CFLAGS -O3"
9 - CXXFLAGS="$CXXFLAGS -O3"
10 +then CFLAGS="-O3 $CFLAGS"
11 + CXXFLAGS="-O3 $CXXFLAGS"
12 else CFLAGS="$CFLAGS -O0 -fno-inline"
13 CXXFLAGS="$CXXFLAGS -O0 -fno-inline"
14 fi

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2