r36812 - in /packages/openturns/trunk/debian: changelog rules

prudhomm at users.alioth.debian.org prudhomm at users.alioth.debian.org
Fri Aug 13 13:45:59 UTC 2010


Author: prudhomm
Date: Fri Aug 13 13:45:58 2010
New Revision: 36812

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36812
Log:
update

Modified:
    packages/openturns/trunk/debian/changelog
    packages/openturns/trunk/debian/rules

Modified: packages/openturns/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/openturns/trunk/debian/changelog?rev=36812&op=diff
==============================================================================
--- packages/openturns/trunk/debian/changelog (original)
+++ packages/openturns/trunk/debian/changelog Fri Aug 13 13:45:58 2010
@@ -1,3 +1,10 @@
+openturns (0.13.2-6) unstable; urgency=low
+
+  [Christophe Prud'homme]
+  * debian/rules: reduce optimization level to O1 on armel
+
+ -- Christophe Prud'homme <prudhomm at debian.org>  Fri, 13 Aug 2010 15:44:53 +0200
+
 openturns (0.13.2-5) unstable; urgency=low
 
   [Christophe Prud'homme]

Modified: packages/openturns/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/openturns/trunk/debian/rules?rev=36812&op=diff
==============================================================================
--- packages/openturns/trunk/debian/rules (original)
+++ packages/openturns/trunk/debian/rules Fri Aug 13 13:45:58 2010
@@ -26,6 +26,7 @@
 #export CXXFLAGS= -O3 -I/usr/include/opencascade
 export CFLAGS= -g -O2
 export CXXFLAGS= -g -O2
+export FFLAGS= -g -O2
 
 export CPPFLAGS= -DOT_DEBUG_LEVEL=3
 ifeq ($(shell dpkg --print-architecture),hppa)
@@ -36,12 +37,15 @@
 endif
 ifeq ($(shell dpkg --print-architecture),armel)
 CPPFLAGS += -DBOOST_SP_USE_PTHREADS
+export CFLAGS= -g -O1
+export CXXFLAGS= -g -O1
+export FFLAGS= -g -O1
 endif
 ifeq ($(shell dpkg --print-architecture),sparc)
 CPPFLAGS += -DBOOST_SP_USE_PTHREADS
 endif
 
-export FFLAGS= -g -O2
+
 
 # see include /usr/share/R/debian/r-cran.mk
 debRlib := $(CURDIR)/debian/python-openturns/usr/lib/R/site-library




More information about the debian-science-commits mailing list