Add Octave

This commit is contained in:
Timotej Lazar 2022-09-16 08:41:44 +00:00
parent a23476407f
commit 5d6a94bb6a
3 changed files with 11 additions and 1 deletions

View file

@ -48,7 +48,6 @@
- Standard ML of New Jersey
- PyQt for Python
- Oracle VM VirtualBox
- Octave
- NetBeans IDE
- MySQL Workbench CE
- Microsoft Web Deploy

View file

@ -9,6 +9,7 @@
- import_tasks: gimp.yml
- import_tasks: git.yml
- import_tasks: notepad++.yml
- import_tasks: octave.yml
- import_tasks: openjdk.yml
- import_tasks: orange.yml
- import_tasks: pelles-c.yml

View file

@ -0,0 +1,10 @@
# chocolatey package is broken
- name: Set Octave version
set_fact:
target_version: "7.2.0"
- name: Install Octave
win_package:
path: https://ftpmirror.gnu.org/octave/windows/octave-{{ target_version }}-w64-installer.exe
arguments: /S /AllUsers
creates_path: C:\Program Files\GNU Octave\Octave-{{ target_version }}