Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 411 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 411 Bytes

Linux Test

Install

Debian

apt install libgmp-dev libmpfr-dev libmpc-dev
pip install hwtypes

OSX

brew install gmp mpfr libmpc
pip install hwtypes

CentOS

yum install libmpc-devel mpfr-devel gmp-devel
pip install hwtypes