The following commit has been merged in the devel branch:
commit 190877805c2c99626a55e56fe5b7d54fc5de14b7
Author: Gerfried Fuchs <[email protected]>
Date:   Fri May 20 11:44:36 2011 +0200

    Add -DENABLE_OMP=ON

diff --git a/debian/changelog b/debian/changelog
index 384a61b..16de557 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ wesnoth-1.9 (1:1.9.6-2) unstable; urgency=low
 
   * Add -DCMAKE_VERBOSE_MAKEFILE=on to make build logs more useful. Thanks to
     Sune Vuorela for the suggestion.
+  * Add -DENABLE_OMP=ON to give openmp a try (closes: #626229)
 
  -- 
 
diff --git a/debian/rules b/debian/rules
index 752b24d..9842e53 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,7 +47,7 @@ BRANCH_VERSION = $(STRIP_MAJOR).$(MINOR_VERSION)
 
 CONFIGURE_SWITCHES = --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) 
--disable-strict-compilation --disable-maintainer-mode --disable-rpath 
--prefix=/usr --mandir=\$${prefix}/share/man --bindir=\$${prefix}/games 
--with-datadir-name=wesnoth/$(BRANCH_VERSION) 
--with-localedir=\$${prefix}/share/games/wesnoth/$(BRANCH_VERSION)/locale 
--with-fifodir=/var/run/wesnothd --datadir=\$${prefix}/share/games 
--enable-server --with-fribidi --enable-python-install
 
-CMAKE_SWITCHES = -DBINARY_SUFFIX="-$(BRANCH_VERSION)" 
-DCMAKE_INSTALL_PREFIX="/usr/" -DBINDIR="/usr/games" 
-DDATAROOTDIR="/usr/share/games" -DDATADIRNAME="wesnoth/$(BRANCH_VERSION)" 
-DDESKTOPDIR="/usr/share/applications" 
-DDOCDIR="/usr/share/doc/wesnoth-$(BRANCH_VERSION)-data" -DLOCALEDIR="locale" 
-DMANDIR="/usr/share/man" -DUSE_ANA_NETWORK=OFF -DCMAKE_VERBOSE_MAKEFILE=on
+CMAKE_SWITCHES = -DBINARY_SUFFIX="-$(BRANCH_VERSION)" 
-DCMAKE_INSTALL_PREFIX="/usr/" -DBINDIR="/usr/games" 
-DDATAROOTDIR="/usr/share/games" -DDATADIRNAME="wesnoth/$(BRANCH_VERSION)" 
-DDESKTOPDIR="/usr/share/applications" 
-DDOCDIR="/usr/share/doc/wesnoth-$(BRANCH_VERSION)-data" -DLOCALEDIR="locale" 
-DMANDIR="/usr/share/man" -DUSE_ANA_NETWORK=OFF -DCMAKE_VERBOSE_MAKEFILE=on 
-DENABLE_OMP=ON
 
 
 clean:

-- 
Debian packaging of wesnoth

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to