mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Resurrect port.
- Update to 4.0.0.
This commit is contained in:
parent
1d8f69366d
commit
a3fb0d5ea1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=566251
3 changed files with 47 additions and 0 deletions
32
math/octave-forge-parallel/Makefile
Normal file
32
math/octave-forge-parallel/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= octave-forge-parallel
|
||||
PORTVERSION= 4.0.0
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= stephen@FreeBSD.org
|
||||
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING
|
||||
|
||||
# OCTSRC is the name of the directory of the package.
|
||||
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
|
||||
OCTSRC= ${DISTNAME}
|
||||
|
||||
RUN_DEPENDS+= ${TARBALLS_DIR}/struct.tar.gz:math/octave-forge-struct
|
||||
|
||||
WRKSRC= ${WRKDIR}/${OCTSRC}/src
|
||||
GNU_CONFIGURE= yes
|
||||
USES+= compiler:gcc-c++11-lib perl5 shebangfix
|
||||
USE_PERL5= build
|
||||
SHEBANG_FILES= *.pl
|
||||
|
||||
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
|
||||
|
||||
post-build:
|
||||
${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure
|
||||
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
|
||||
|
||||
.include <bsd.port.mk>
|
3
math/octave-forge-parallel/distinfo
Normal file
3
math/octave-forge-parallel/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1613949330
|
||||
SHA256 (octave-forge/parallel-4.0.0.tar.gz) = 28eeeaa6f726e4a59cd0c979ac4f0925f04e9bd4eee88896cd8ce91cc054b772
|
||||
SIZE (octave-forge/parallel-4.0.0.tar.gz) = 753202
|
12
math/octave-forge-parallel/pkg-descr
Normal file
12
math/octave-forge-parallel/pkg-descr
Normal file
|
@ -0,0 +1,12 @@
|
|||
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 parallel.
|
||||
|
||||
Parallel execution package for cluster computers. For parallel execution on a
|
||||
single machine see e.g. function parcellfun (author: Jaroslav Hajek) in
|
||||
package general.
|
||||
|
||||
WWW: http://octave.sourceforge.net/
|
Loading…
Add table
Reference in a new issue