Bump octave version
This commit is contained in:
parent
eb753d1ab8
commit
9baa83493a
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
||||||
# chocolatey package is broken
|
# chocolatey package is broken
|
||||||
- name: Set Octave version
|
- name: Set Octave version
|
||||||
set_fact:
|
set_fact:
|
||||||
target_version: "7.2.0"
|
target_version: "9.2.0"
|
||||||
|
|
||||||
- name: Install Octave
|
- name: Install Octave
|
||||||
win_package:
|
win_package:
|
||||||
path: https://ftpmirror.gnu.org/octave/windows/octave-{{ target_version }}-w64-installer.exe
|
# path: https://ftpmirror.gnu.org/octave/windows/octave-{{ target_version }}-w64-installer.exe
|
||||||
|
path: https://mirror.us-midwest-1.nexcess.net/gnu/octave/windows/octave-{{ target_version }}-w64-installer.exe
|
||||||
arguments: /S /AllUsers
|
arguments: /S /AllUsers
|
||||||
creates_path: C:\Program Files\GNU Octave\Octave-{{ target_version }}
|
creates_path: C:\Program Files\GNU Octave\Octave-{{ target_version }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue