Add Octave
This commit is contained in:
parent
a23476407f
commit
5d6a94bb6a
1
TODO.md
1
TODO.md
|
@ -48,7 +48,6 @@
|
||||||
- Standard ML of New Jersey
|
- Standard ML of New Jersey
|
||||||
- PyQt for Python
|
- PyQt for Python
|
||||||
- Oracle VM VirtualBox
|
- Oracle VM VirtualBox
|
||||||
- Octave
|
|
||||||
- NetBeans IDE
|
- NetBeans IDE
|
||||||
- MySQL Workbench CE
|
- MySQL Workbench CE
|
||||||
- Microsoft Web Deploy
|
- Microsoft Web Deploy
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
- import_tasks: gimp.yml
|
- import_tasks: gimp.yml
|
||||||
- import_tasks: git.yml
|
- import_tasks: git.yml
|
||||||
- import_tasks: notepad++.yml
|
- import_tasks: notepad++.yml
|
||||||
|
- import_tasks: octave.yml
|
||||||
- import_tasks: openjdk.yml
|
- import_tasks: openjdk.yml
|
||||||
- import_tasks: orange.yml
|
- import_tasks: orange.yml
|
||||||
- import_tasks: pelles-c.yml
|
- import_tasks: pelles-c.yml
|
||||||
|
|
10
roles/classroom/tasks/octave.yml
Normal file
10
roles/classroom/tasks/octave.yml
Normal 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 }}
|
Loading…
Reference in a new issue