r38498 - in /packages/feel++/trunk/debian: changelog rules

prudhomm at users.alioth.debian.org prudhomm at users.alioth.debian.org
Mon May 16 21:17:49 UTC 2011


Author: prudhomm
Date: Mon May 16 21:17:40 2011
New Revision: 38498

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38498
Log:
fixed sparc build

Modified:
    packages/feel++/trunk/debian/changelog
    packages/feel++/trunk/debian/rules

Modified: packages/feel++/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/feel%2B%2B/trunk/debian/changelog?rev=38498&op=diff
==============================================================================
--- packages/feel++/trunk/debian/changelog (original)
+++ packages/feel++/trunk/debian/changelog Mon May 16 21:17:40 2011
@@ -1,3 +1,9 @@
+feel++ (0.91.0~svn7063-2) unstable; urgency=low
+
+  * debian/rules: re-enabled lam on sparc, hopefully fixing build on sparc
+  
+ -- Christophe Prud'homme <prudhomm at debian.org>  Mon, 16 May 2011 22:47:47 +0200
+
 feel++ (0.91.0~svn7063-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/feel++/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/feel%2B%2B/trunk/debian/rules?rev=38498&op=diff
==============================================================================
--- packages/feel++/trunk/debian/rules (original)
+++ packages/feel++/trunk/debian/rules Mon May 16 21:17:40 2011
@@ -47,8 +47,8 @@
 endif
 
 ifeq "$(DEB_BUILD_ARCH)" "sparc"
-#FEEL_MPI=-DMPI_COMPILER=/usr/bin/mpic++.lam \
-#         -DMPI_LIBRARY="MPI_LIBRARY-NOTFOUND"
+FEEL_MPI=-DMPI_COMPILER=/usr/bin/mpic++.lam \
+         -DMPI_LIBRARY="MPI_LIBRARY-NOTFOUND"
 FEEL_INSTALL_ENABLERS=-DFEEL_ENABLE_ALL=OFF                \
                       -DBUILD_TESTING=OFF                  \
                       -DFEEL_MINIMAL_CONFIGURATION=ON




More information about the debian-science-commits mailing list