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:
parent
bb08ef59f6
commit
45938639f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517613
1
MOVED
1
MOVED
@ -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
|
||||
|
@ -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
|
||||
|
27
math/octave-forge-linear-algebra/Makefile
Normal file
27
math/octave-forge-linear-algebra/Makefile
Normal 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>
|
3
math/octave-forge-linear-algebra/distinfo
Normal file
3
math/octave-forge-linear-algebra/distinfo
Normal 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
|
10
math/octave-forge-linear-algebra/pkg-descr
Normal file
10
math/octave-forge-linear-algebra/pkg-descr
Normal 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/
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user