[cig-commits] commit: Make wscript actually use the line-length option

Mercurial hg at geodynamics.org
Sat May 12 18:07:30 PDT 2012


changeset:   111:858b5634af46
tag:         tip
user:        Walter Landry <wlandry at caltech.edu>
date:        Sat May 12 18:07:12 2012 -0700
files:       wscript
description:
Make wscript actually use the line-length option


diff -r 8febbf1eb4c0 -r 858b5634af46 wscript
--- a/wscript	Sat May 12 16:06:11 2012 -0700
+++ b/wscript	Sat May 12 18:07:12 2012 -0700
@@ -226,6 +226,6 @@ def build(bld):
                         'src/input.f90',
                         'src/mkl_dfti.f90'],
                 includes=['build'],
-                use=['gmt','proj','openmp','fftw','imkl','zero','cpp'],
+                use=['gmt','proj','openmp','fftw','imkl','zero','cpp','length'],
                 target='relax'
                 )



More information about the CIG-COMMITS mailing list