sympy / sympy_benchmarks

Some benchmarks of SymPy
13 stars 32 forks source link

Use conda instead of virtual env #4

Closed moorepants closed 2 years ago

moorepants commented 9 years ago

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.

moorepants commented 9 years ago

I missed this but we can have multiple config files, see: https://github.com/spacetelescope/asv/issues/293#issuecomment-123120223

bjodah commented 9 years ago

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.

bjodah commented 9 years ago

mpmath requirement addressed in #11

moorepants commented 9 years ago

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

moorepants commented 2 years ago

Not so relevant, closing.