[med-svn] [pymia] 06/07: update c++11 invocation

Gert Wollny gert-guest at moszumanska.debian.org
Mon Jan 19 13:17:20 UTC 2015


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

gert-guest pushed a commit to branch master
in repository pymia.

commit 4586fc9a854e8aaabaa871b044f19ec67ba92fce
Author: Gert Wollny <gw.fossdev at gmail.com>
Date:   Fri Jan 16 16:16:39 2015 +0100

    update c++11 invocation
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 1b9f491..2d454a7 100644
--- a/setup.py
+++ b/setup.py
@@ -49,7 +49,7 @@ depvars['include_dirs'].append(numpy.get_include())
 
 extension = Extension('pymia', 
                       ['src/mia_python.cc'], 
-                      extra_compile_args = ['-std=c++0x'], 
+                      extra_compile_args = ['-std=c++11'], 
                       depends = ["numpy"], 
                       **depvars)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pymia.git



More information about the debian-med-commit mailing list