mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add matrix 1.0, a c++ library to manipulate matrices and vectors.
PR: 26198 Submitted by: Anton Voronin <anton@urc.ac.ru>
This commit is contained in:
parent
91dbb2cfe3
commit
e674705786
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40614
@ -39,6 +39,7 @@
|
||||
SUBDIR += libranlib
|
||||
SUBDIR += linalg
|
||||
SUBDIR += linpack
|
||||
SUBDIR += matrix
|
||||
SUBDIR += metis
|
||||
SUBDIR += mtrxmath
|
||||
SUBDIR += netcdf
|
||||
|
22
math/matrix/Makefile
Normal file
22
math/matrix/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: matrix
|
||||
# Date created: 27 March 2001
|
||||
# Whom: Anton Voronin <anton@urc.ac.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= matrix
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= math devel
|
||||
MASTER_SITES= http://rnoc.urc.ac.ru/~anton/projects/files/
|
||||
DISTNAME= matrix-${PORTVERSION}
|
||||
|
||||
MAINTAINER= anton@urc.ac.ru
|
||||
|
||||
WRKSRC= ${WRKDIR}/matrix
|
||||
|
||||
USE_ZIP= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
PLIST_SUB= LIBVERSION=1
|
||||
|
||||
.include <bsd.port.mk>
|
1
math/matrix/distinfo
Normal file
1
math/matrix/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (matrix-1.0.zip) = 37e4d1a468a22d2529180d269bcd094d
|
1
math/matrix/pkg-comment
Normal file
1
math/matrix/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
C++ library to manipulate matrices and vectors
|
4
math/matrix/pkg-descr
Normal file
4
math/matrix/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
C++ library that lets to manipulate matrices and vectors using the base
|
||||
class MATRIX and derived class VECTOR.
|
||||
|
||||
WWW: http://rnoc.urc.ac.ru/~anton/projects/matrix/Matrix.html
|
6
math/matrix/pkg-plist
Normal file
6
math/matrix/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
include/matrix.h
|
||||
lib/libmatrix.a
|
||||
lib/libmatrix.so
|
||||
lib/libmatrix.so.%%LIBVERSION%%
|
||||
share/doc/matrix/Matrix.html
|
||||
@dirrm share/doc/matrix
|
Loading…
Reference in New Issue
Block a user