Skip to content

Commit

Permalink
Merge pull request numpy#386 from certik/yop_atlas
Browse files Browse the repository at this point in the history
pavement.py: rename "yop" to "atlas"
  • Loading branch information
cournape committed Aug 22, 2012
2 parents 63cd8f3 + fb2df76 commit 5c944b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@
"3.2": ["/Library/Frameworks/Python.framework/Versions/3.2/bin/python3"],
}

SSE3_CFG = {'ATLAS': r'C:\local\lib\yop\sse3'}
SSE2_CFG = {'ATLAS': r'C:\local\lib\yop\sse2'}
NOSSE_CFG = {'BLAS': r'C:\local\lib\yop\nosse', 'LAPACK': r'C:\local\lib\yop\nosse'}
SSE3_CFG = {'ATLAS': r'C:\local\lib\atlas\sse3'}
SSE2_CFG = {'ATLAS': r'C:\local\lib\atlas\sse2'}
NOSSE_CFG = {'BLAS': r'C:\local\lib\atlas\nosse', 'LAPACK': r'C:\local\lib\atlas\nosse'}

SITECFG = {"sse2" : SSE2_CFG, "sse3" : SSE3_CFG, "nosse" : NOSSE_CFG}

Expand Down

0 comments on commit 5c944b9

Please sign in to comment.