1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

- Resurrect math/octave-forge-linear algebra.

- Update math/octave-forge-linear-algebra to 2.2.3.
- In math/octave-forge, option linear-algebra defaults to on.
- Bump port revision of math/octave-forge.
This commit is contained in:
Stephen Montgomery-Smith 2019-11-14 20:56:04 +00:00
parent bb08ef59f6
commit 45938639f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517613
6 changed files with 43 additions and 3 deletions

1
MOVED
View File

@ -12918,7 +12918,6 @@ irc/irssi-otr||2019-09-05|Has expired: Broken for more than 6 months
mail/p5-Mail-ClamAV||2019-09-05|Has expired: Broken for more than 6 months
mail/qmail-ldap||2019-09-05|Has expired: Broken for more than 6 months
math/fityk||2019-09-05|Has expired: Broken for more than 6 months
math/octave-forge-linear-algebra||2019-09-05|Has expired: Broken for more than 6 months
math/octave-forge-mechanics||2019-09-05|Has expired: Broken for more than 6 months
math/octave-forge-parallel||2019-09-05|Has expired: Broken for more than 6 months
math/octave-forge-strings||2019-09-05|Has expired: Broken for more than 6 months

View File

@ -429,6 +429,7 @@
SUBDIR += octave-forge-io
SUBDIR += octave-forge-irsa
SUBDIR += octave-forge-level-set
SUBDIR += octave-forge-linear-algebra
SUBDIR += octave-forge-lssa
SUBDIR += octave-forge-ltfat
SUBDIR += octave-forge-mapping

View File

@ -0,0 +1,27 @@
# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
# $FreeBSD$
PORTNAME= octave-forge-linear-algebra
PORTVERSION= 2.2.3
PORTEPOCH= 1
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
# OCTSRC is the name of the directory of the package.
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
OCTSRC= ${DISTNAME}
WRKSRC= ${WRKDIR}/${OCTSRC}/src
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
do-build:
@${DO_NADA}
post-build:
${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1573762522
SHA256 (octave-forge/linear-algebra-2.2.3.tar.gz) = 53ee6a534e1327282339cbc0bd335af17e0f897f737c00bfa686c99d6ebf92f3
SIZE (octave-forge/linear-algebra-2.2.3.tar.gz) = 47086

View File

@ -0,0 +1,10 @@
The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.
This is linear-algebra.
Additional linear algebra code, including general SVD and matrix functions.
WWW: http://octave.sourceforge.net/

View File

@ -3,7 +3,7 @@
PORTNAME= octave-forge
PORTVERSION= 20180409
PORTREVISION= 22
PORTREVISION= 23
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
@ -28,7 +28,7 @@ OPTIONS_DEFINE= ACTUARIAL BENCHMARK BIM BIOINFO BSLTL CGI \
STRUCT SYMBAND SYMBOLIC TCL_OCTAVE TISEAN TSA VIDEO \
ZENITY ZEROMQ
OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NDATA_SMOOTHING:NLINEAR_ALGEBRA:NMECHANICS:NPARALLEL:NSTRINGS:NTISEAN:NVIDEO}
OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NDATA_SMOOTHING:NMECHANICS:NPARALLEL:NSTRINGS:NTISEAN:NVIDEO}
TARBALLS_DIR= ${LOCALBASE}/share/octave/tarballs