issp-center-dev / dsqss

DSQSS -- Discrete Space Quantum System Solver
http://www.pasums.issp.u-tokyo.ac.jp/dsqss/
GNU General Public License v3.0
11 stars 3 forks source link

Install pip, numpy, scipy, and pytoml locally for testing #11

Closed yomichi closed 5 years ago

yomichi commented 5 years ago

DSQSS tools requires some python packages (numpy, scipy, and toml.) Before this PR, these packages are installed only for installed dsqss package (make installed package,) and so users should install them by theirselves before testing (ctest.) After this PR, these packages will be automatically installed locally (in build directory) during the cmake process.