https://github.com/aosync/kiss-octave
GNU Octave and its dependencies packaged for KISS Linux.
https://github.com/aosync/kiss-octave
kiss kiss-repo kisslinux octave
Last synced: 7 months ago
JSON representation
GNU Octave and its dependencies packaged for KISS Linux.
- Host: GitHub
- URL: https://github.com/aosync/kiss-octave
- Owner: aosync
- Created: 2020-07-10T12:19:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-15T11:22:33.000Z (about 5 years ago)
- Last Synced: 2025-01-20T15:48:56.776Z (9 months ago)
- Topics: kiss, kiss-repo, kisslinux, octave
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GNU Octave for KISS Linux
This repository contains packages for GNU Octave and its dependencies that aren't in the community repos.
## Packages
`octave`: minimal Octave, no gui but plotting abilities.
`octave-gui`: same as above but with the Qt gui as a requirement.Note: the octave build system detects available dependencies and enables their according features, so you can cherry pick the dependencies
you want and go for `octave` if you want finer control. Here's [a list of optional dependencies](https://wiki.octave.org/Building) available.
What the different packages actually do is explicitly requiring the needed libraries in `depends`.## Requirements
This repository requires the community repos and a fortran compiler.
### Enable gfortran in gcc
Go to your personal repo directory and fork gcc with `kiss fork gcc`, then go into the build file and set fortran as the enabled language in the `./configure` command. Then build and install that package.