sympy / sympy_benchmarks

Some benchmarks of SymPy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use conda instead of virtual env

moorepants opened this issue · comments

I'd prefer to use conda to pull in the dependencies (fastcache, mpmath, and eventually other optional sympy deps). Maybe we need a script that somehow gives you the option to set this instead of loading from the static config file.

BTW, mpmath is required for sympy > 0.7.6 so it probably needs to be added now to the asv conf file.

I missed this but we can have multiple config files, see: airspeed-velocity/asv#293 (comment)

commented

Using conda is a good idea!
We might need to rethink the idea of Raspberry Pi 2 though since it's not x86 architecture (or just have a separate configfile using virutalenv for ARM hosts).

We could expand ./run_benchmarks.sh to automatically give guidance on this, or just document useful asv flags and our different config files in the README.

commented

mpmath requirement addressed in #11

Sounds good. We can just make multiple config files for different setups.

Not so relevant, closing.