~knarkles/pyeigen/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Jussi Lepistö
  • Date: 2010-05-16 12:36:53 UTC
  • Revision ID: jussi.lepisto@iki.fi-20100516123653-jezddgb9cbpmmkq8
Fix vector slicing bug, add unit tests for the error case

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
                "-msse2",     # Enable SSE2 instruction set
46
46
            ]
47
47
            extra_link_args = [
48
 
                "-Wl,--enable-auto-import",
 
48
                "-Wl,--enable-auto-import", # To disable warning
49
49
            ]
50
50
 
51
51
        for ext in self.extensions: