[lammps] 06/07: Enable C++11.

Anton Gladky gladk at moszumanska.debian.org
Sun Mar 15 21:56:04 UTC 2015


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

gladk pushed a commit to branch experimental
in repository lammps.

commit 0e947fe6263628e974597a99657dabc350c741f8
Author: Anton Gladky <gladk at debian.org>
Date:   Sun Mar 15 20:59:43 2015 +0100

    Enable C++11.
---
 debian/patches/10_set_configure_flags.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/10_set_configure_flags.patch b/debian/patches/10_set_configure_flags.patch
index 8a45f0e..3f57bcb 100644
--- a/debian/patches/10_set_configure_flags.patch
+++ b/debian/patches/10_set_configure_flags.patch
@@ -1,7 +1,7 @@
 Description: use CXX and LD-flags, proposed by build environment instead
  of hardcoded. Fix linkage problem with fftw3.
 Author: Anton Gladky <gladk at debian.org>
-Last-Update: 2014-02-13
+Last-Update: 2015-03-15
 
 Index: lammps-0~20150313.gitfa668e1/src/MAKE/Makefile.mpi
 ===================================================================
@@ -12,7 +12,7 @@ Index: lammps-0~20150313.gitfa668e1/src/MAKE/Makefile.mpi
  
  CC =		mpicxx
 -CCFLAGS =	-g -O3 
-+CCFLAGS =	-Wall $(shell dpkg-buildflags --get CXXFLAGS) -fopenmp
++CCFLAGS =	-Wall $(shell dpkg-buildflags --get CXXFLAGS) -fopenmp -std=c++0x
  SHFLAGS =	-fPIC
  DEPFLAGS =	-M
  

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



More information about the debian-science-commits mailing list