[gmsh] 04/06: Remove fopenmp option to escape race condition. (Closes: #737103).

Anton Gladky gladk at moszumanska.debian.org
Fri Feb 7 09:41:54 UTC 2014


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch master
in repository gmsh.

commit 7a492a81b62db2e60684bed4cffa8058ea264280
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Thu Feb 6 21:28:27 2014 +0100

    Remove fopenmp option to escape race condition. (Closes: #737103).
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 8064180..266ea0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,7 @@ extra_flags += \
 
 ifeq (,$(filter $(DEB_HOST_ARCH),$(disable_mpi_archs)))
 	extra_flags += \
-	-DCMAKE_CXX_FLAGS="-DMPICH_SKIP_MPICXX -DOMPI_SKIP_MPICXX -fopenmp -lmpi -fPIC \
+	-DCMAKE_CXX_FLAGS="-DMPICH_SKIP_MPICXX -DOMPI_SKIP_MPICXX -lmpi -fPIC \
 	                   -Wall $(shell dpkg-buildflags --get CXXFLAGS)" \
 	-DENABLE_MPI:BOOL=ON
 else

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gmsh.git



More information about the debian-science-commits mailing list