[sdpb] 164/233: Added -std=c++0x flag to Makefile

Tobias Hansen thansen at moszumanska.debian.org
Thu Mar 9 04:06:34 UTC 2017


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

thansen pushed a commit to branch master
in repository sdpb.

commit 087207d13b9fe2883901d524502779a691990451
Author: David Simmons-Duffin <dsd at minerva.sns.ias.edu>
Date:   Tue Mar 10 13:02:10 2015 -0400

    Added -std=c++0x flag to Makefile
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index b89181a..4ca5408 100755
--- a/Makefile
+++ b/Makefile
@@ -38,8 +38,8 @@ OBJECTS := $(patsubst src/%.cpp,obj/%.o,$(SOURCES))
 RESULT  = sdpb
 
 CC = g++
-CFLAGS = -g -O2 -Wall -ansi -L${LIBDIR} -Isrc/mpack -I${GMPINCLUDEDIR} -I${BOOSTINCLUDEDIR} -fopenmp -D___MPACK_BUILD_WITH_GMP___
-LIBS = -lgomp -lgmp -lgmpxx -lboost_serialization -lboost_system -lboost_filesystem -lboost_timer -lboost_program_options
+CFLAGS = -g -O2 -Wall -ansi -std=c++0x -L${LIBDIR} -Isrc/mpack -I${GMPINCLUDEDIR} -I${BOOSTINCLUDEDIR} -fopenmp -D___MPACK_BUILD_WITH_GMP___
+LIBS = -lgomp -lgmpxx -lgmp -lboost_serialization -lboost_system -lboost_filesystem -lboost_timer -lboost_program_options
 RM = rm -f
 
 .SUFFIXES: .cpp .o

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



More information about the debian-science-commits mailing list