mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- New port: math/fpc-numlib
Free Pascal unit to numerical methods
This commit is contained in:
parent
52046c91c4
commit
557d378951
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226018
@ -71,6 +71,7 @@
|
||||
SUBDIR += fftw3-long
|
||||
SUBDIR += fityk
|
||||
SUBDIR += fpc-fftw
|
||||
SUBDIR += fpc-numlib
|
||||
SUBDIR += freefem
|
||||
SUBDIR += freefem++
|
||||
SUBDIR += freemat
|
||||
|
21
math/fpc-numlib/Makefile
Normal file
21
math/fpc-numlib/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: fpc-numlib
|
||||
# Date created: 2009-01-06
|
||||
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= math lang
|
||||
PKGNAMESUFFIX= -numlib
|
||||
|
||||
MAINTAINER= acm@FreeBSD.org
|
||||
COMMENT= Free Pascal unit to numerical methods
|
||||
|
||||
USE_FPC= yes
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
||||
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
||||
EXTRACTUNITDIR+= ${WRKUNITDIR}
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
60
math/fpc-numlib/pkg-plist
Normal file
60
math/fpc-numlib/pkg-plist
Normal file
@ -0,0 +1,60 @@
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/Package.fpc
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/typ.ppu
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/omv.ppu
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/dsl.ppu
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/mdt.ppu
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/det.ppu
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/eig.ppu
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/eigh1.ppu
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/eigh2.ppu
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/int.ppu
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/inv.ppu
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/iom.ppu
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/ipf.ppu
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/ode.ppu
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/roo.ppu
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/sle.ppu
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/spe.ppu
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/spl.ppu
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/numlib.ppu
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/typ.o
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/omv.o
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/dsl.o
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/mdt.o
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/det.o
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/eig.o
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/eigh1.o
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/eigh2.o
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/int.o
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/inv.o
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/iom.o
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/ipf.o
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/ode.o
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/roo.o
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/sle.o
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/spe.o
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/spl.o
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/numlib.o
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/libptyp.a
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/libpomv.a
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/libpdsl.a
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/libpmdt.a
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/libpdet.a
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/libpeig.a
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/libpeigh1.a
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/libpeigh2.a
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/libpint.a
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/libpinv.a
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/libpiom.a
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/libpipf.a
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/libpode.a
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/libproo.a
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/libpsle.a
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/libpspe.a
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/libpspl.a
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/libpnumlib.a
|
||||
@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib
|
||||
@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%
|
||||
@dirrmtry lib/fpc/%%PORTVERSION%%/units
|
||||
@dirrmtry lib/fpc/%%PORTVERSION%%
|
||||
@dirrmtry lib/fpc
|
Loading…
Reference in New Issue
Block a user