shsajjadi / OctaveCoder

Octave Coder __ A code generator and build system that converts Octave to C++
Other
27 stars 3 forks source link

installer doesn't recognize version 5.2.1 #2

Closed arb1961 closed 4 years ago

arb1961 commented 4 years ago

Hi,

I happen to have checked out the latest on the 5.2 branch which is identical to 5.2.0, but has tag 5.2.1. The installer should accept that?

best

octave:2> pkg install -verbose OctaveCoder-coder-5.2.1.tar.gz mkdir (/tmp/oct-0cNKNm) untar (OctaveCoder-coder-5.2.1.tar.gz, /tmp/oct-0cNKNm) error: the following dependencies were unsatisfied: coder needs octave == 5.2.0 stopped in /install_path/share/octave/5.2.1/m/pkg/private/install.m at line 180 180: error ("the following dependencies were unsatisfied:\n %s", error_text);

shsajjadi commented 4 years ago

Hi, @arb1961 I pushed some bug fixes and changed version numbers. Please download new releases. Thanks.