MYSTRAN Forum

Full Version: Ansible Role to install MYSTRAN
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I pusblished here (https://framagit.org/numenic/mystran_instl_ansible_role) a small Ansible role for installing Mystran. I use it under Ubuntu, but it should work *at least* under Debian too.

It basically:

* check and install "gcc", "gfortran", "make", "git", "f2c"
* under Ubuntu: install "libssl-deb" (necessaty tom compile CMAKE)
* git clone or git pull CMAKE sources
* compile CMAKE if git repo has changed
* git clone or git pull Mystran sources
* compile Mystran if git repo has changed

Do not hesitate to give me your feedback and issues.