mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
add tvmet 0.4.0
Tiny Vector and Matrix template library
This commit is contained in:
parent
17ef2ad67a
commit
29c6ea4cac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63519
@ -150,6 +150,7 @@
|
||||
SUBDIR += surf
|
||||
SUBDIR += thx_1138
|
||||
SUBDIR += topaz
|
||||
SUBDIR += tvmet
|
||||
SUBDIR += umatrix
|
||||
SUBDIR += umfpack
|
||||
SUBDIR += units
|
||||
|
19
math/tvmet/Makefile
Normal file
19
math/tvmet/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: tvmet
|
||||
# Date created: Jul 25, 2002
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= tvmet
|
||||
PORTVERSION= 0.4.0
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
math/tvmet/distinfo
Normal file
1
math/tvmet/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (tvmet-0.4.0.tar.gz) = 8e7ea4f524c5b49cbaa5e00bc8c801a8
|
1
math/tvmet/pkg-comment
Normal file
1
math/tvmet/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Tiny Vector and Matrix template library
|
6
math/tvmet/pkg-descr
Normal file
6
math/tvmet/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This Tiny Vector and Matrix template library uses Meta and Expression
|
||||
Templates to evaluate results at compile time, thus making it fast for
|
||||
low-end systems. Temporaries are avoided because of this. The dimensions
|
||||
are static and bounded at compile time.
|
||||
|
||||
WWW: http://tvmet.sourceforge.net/
|
27
math/tvmet/pkg-plist
Normal file
27
math/tvmet/pkg-plist
Normal file
@ -0,0 +1,27 @@
|
||||
bin/tvmet-config
|
||||
include/tvmet/BinaryFunctionals.h
|
||||
include/tvmet/CommaInitializer.h
|
||||
include/tvmet/CompileTimeError.h
|
||||
include/tvmet/Extremum.h
|
||||
include/tvmet/Functional.h
|
||||
include/tvmet/Matrix.h
|
||||
include/tvmet/MatrixEval.h
|
||||
include/tvmet/MatrixFunctions.h
|
||||
include/tvmet/MatrixImpl.h
|
||||
include/tvmet/MatrixOperators.h
|
||||
include/tvmet/NumericTraits.h
|
||||
include/tvmet/RunTimeError.h
|
||||
include/tvmet/TypePromotion.h
|
||||
include/tvmet/UnaryFunctionals.h
|
||||
include/tvmet/Vector.h
|
||||
include/tvmet/VectorEval.h
|
||||
include/tvmet/VectorFunctions.h
|
||||
include/tvmet/VectorImpl.h
|
||||
include/tvmet/VectorOperators.h
|
||||
include/tvmet/Xpr.h
|
||||
include/tvmet/XprFunctions.h
|
||||
include/tvmet/XprOperators.h
|
||||
include/tvmet/config.h
|
||||
include/tvmet/tvmet.h
|
||||
@dirrm include/tvmet
|
||||
share/aclocal/tvmet.m4
|
Loading…
Reference in New Issue
Block a user