[SciPy-User] Someone with OSX 10.7/10.8 please test

Pauli Virtanen pav at iki.fi
Tue Oct 30 04:11:09 EDT 2012


Hi,

If someone with OSX 10.7/10.8 can lend a hand and test this
code change, help would be appreciated:

    https://github.com/scipy/scipy/pull/280

Namely, what needs to be done:

    git clone git://github.com/scipy/scipy.git
    git remote add pv git://github.com/pv/scipy-work.git
    git fetch pv
    git checkout pv/accelerate-ffc

Now, rebuild Scipy from these sources, install to some temporary
location, and check

    import scipy
    print scipy.__file__ # <- check you get the right one

    python -c 'import scipy; scipy.test("full", verbose=2)' > test.log 2>&1

Look for failures that look like this:

    http://projects.scipy.org/scipy/ticket/1618

There shouldn't be any of those. Then compare to the master branch:

    git checkout origin/master
    rm -rf build

and rebuild, and re-test. Do the failures reappear?

If you have github account, you can reply directly to the pull request.
(Test logs can be uploaded to pastebin.)


Thanks,

-- 
Pauli Virtanen




More information about the SciPy-User mailing list