High Level Language for Numerical Computations
GNU Octave is a high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear and nonlinear problems numerically, and for performing other numerical experiments using a language that is mostly compatible with Matlab.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:15.2/octave && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
0001-Disable-signal-handler-thread-avoid-duplicate |
0000002070 2.02 KB | |
_constraints | 0000000182 182 Bytes | |
octave-5.2.0.tar.lz | 0021471642 20.5 MB | |
octave.changes | 0000035089 34.3 KB | |
octave.macros | 0000001965 1.92 KB | |
octave.pc.in | 0000000227 227 Bytes | |
octave.spec | 0000010278 10 KB | |
octave_tools_pie.patch | 0000001029 1 KB |
Comments 1
slbtongying wrote
Hi, the main package of Octave miss a dependency
hdf5
.It will show missing libddf5.o from a clean installation. Hdf5-devl does provide that file.
I don't have time to investigate now, but it works after I install the
hdf5
.It seems other RPM-based distros like CentOS also suffer the same problem.