mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
add newmat
A C++ matrix library
This commit is contained in:
parent
6336e87254
commit
a9920b0635
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51145
@ -54,6 +54,7 @@
|
||||
SUBDIR += naturalmath
|
||||
SUBDIR += nauty
|
||||
SUBDIR += netcdf
|
||||
SUBDIR += newmat
|
||||
SUBDIR += ngraph
|
||||
SUBDIR += ntl
|
||||
SUBDIR += octave
|
||||
|
31
math/newmat/Makefile
Normal file
31
math/newmat/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# ex:ts=8
|
||||
# New ports collection makefile for: newmat
|
||||
# Date created: Dec 6, 2001
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= newmat
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ftp://webnz.com/robert/
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
USE_GMAKE= yes
|
||||
MAKEFILE= nm_gnu.mak
|
||||
ALL_TARGET= everything
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e "s,^CXX,#CXX,g ; \
|
||||
s,^CXXFLAGS,#CXXFLAGS,g" ${WRKSRC}/${MAKEFILE}
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/include/${PORTNAME}
|
||||
${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/${PORTNAME}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/libnewmat.a ${PREFIX}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
1
math/newmat/distinfo
Normal file
1
math/newmat/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (newmat10.tar.gz) = 6aad1fd21c28f5a92c51992b8012255b
|
1
math/newmat/pkg-comment
Normal file
1
math/newmat/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A C++ matrix library
|
6
math/newmat/pkg-descr
Normal file
6
math/newmat/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
The package is intended for scientists and engineers who need to manipulate
|
||||
a variety of types of matrices using standard matrix operations. Emphasis is
|
||||
on the kind of operations needed in statistical calculations such as least
|
||||
squares, linear equation solve and eigenvalues.
|
||||
|
||||
WWW: http://webnz.com/robert/cpp_lib.htm#newmat10
|
15
math/newmat/pkg-plist
Normal file
15
math/newmat/pkg-plist
Normal file
@ -0,0 +1,15 @@
|
||||
include/newmat/boolean.h
|
||||
include/newmat/controlw.h
|
||||
include/newmat/include.h
|
||||
include/newmat/myexcept.h
|
||||
include/newmat/newmat.h
|
||||
include/newmat/newmatap.h
|
||||
include/newmat/newmatio.h
|
||||
include/newmat/newmatnl.h
|
||||
include/newmat/newmatrc.h
|
||||
include/newmat/newmatrm.h
|
||||
include/newmat/precisio.h
|
||||
include/newmat/solution.h
|
||||
include/newmat/tmt.h
|
||||
@dirrm include/newmat
|
||||
lib/libnewmat.a
|
Loading…
Reference in New Issue
Block a user