Merge pull request #2634 from diogoleal/octave
New package: octave-4.0.0
This commit is contained in:
commit
1334817e15
1 changed files with 19 additions and 0 deletions
19
srcpkgs/octave/template
Normal file
19
srcpkgs/octave/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'octave'
|
||||
pkgname=octave
|
||||
version=4.0.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="perl gcc-fortran"
|
||||
makedepends="pcre-devel blas-devel lapack-devel readline-devel"
|
||||
nocross=yes
|
||||
short_desc="A high-level language, primarily intended for numerical computations"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="GPL-3"
|
||||
homepage="https://gnu.org/software/octave/"
|
||||
distfiles="${GNU_SITE}/octave/octave-${version}.tar.xz"
|
||||
checksum=cf6be2fac6796fda68971e249c96d026ce4a1b0ed074ce49a5791365a958c474
|
||||
|
||||
pre_build(){
|
||||
chmod +x build-aux/mk-opts.pl
|
||||
}
|
||||
|
Loading…
Reference in a new issue