Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 827 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 827 Bytes

Ansible OpenBLAS installation from source

Build Status Ansible Galaxy

This role installs and configures NumPy with OpenBLAS.

Requirements

This role requires Ansible 2.0 or higher.

Install

ansible-galaxy install slothai.numpy

Role variables

The variables that can be passed to this role and a brief description about them are as follows. (For all variables, take a look at defaults/main.yml)

numpy_path: "/opt/python-packages"
numpy_version: "1.12.1"

Dependencies

slothai.openblas

License

MIT