1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

A cross-platform numerical analysis and data processing library. It supports

several programming languages (C++, C#, Pascal, VBA) and several operating
systems. ALGLIB features include:
* Data analysis (classification/regression, including neural networks)
* Optimization and nonlinear solvers
* Interpolation and linear/nonlinear least-squares fitting
* Linear algebra (direct algorithms, EVD/SVD), direct and iterative linear
  solvers, Fast Fourier Transform and many other algorithms (numerical
  integration, ODEs, statistics, special functions)

This is a free edition of alglib.

WWW: http://www.alglib.net

PR:		221681
Submitted by:	yuri@rawbw.com
This commit is contained in:
Wen Heping 2017-08-21 02:27:27 +00:00
parent a835af9c24
commit 9e13212c8f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448448
5 changed files with 62 additions and 0 deletions

View File

@ -86,6 +86,7 @@
SUBDIR += acalc
SUBDIR += add
SUBDIR += algae
SUBDIR += alglib
SUBDIR += algotutor
SUBDIR += alt-ergo
SUBDIR += amath

29
math/alglib/Makefile Normal file
View File

@ -0,0 +1,29 @@
# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= alglib
PORTVERSION= 3.11.0
CATEGORIES= math science
MASTER_SITES= http://www.alglib.net/translator/re/
EXTRACT_SUFX= .cpp.gpl.zip
MAINTAINER= yuri@rawbw.com
COMMENT= Numerical analysis and data processing library
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/gpl3.txt
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/cpp
do-build:
cd ${WRKSRC}/src && \
${CXX} ${CXXFLAGS} -fPIC -Wl,-soname,lib${PORTNAME}.so.3 -shared -o lib${PORTNAME}.so.3 *.cpp
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/include/lib${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/src/*.h ${STAGEDIR}${PREFIX}/include/lib${PORTNAME}
${INSTALL_LIB} ${WRKSRC}/src/lib${PORTNAME}.so.3 ${STAGEDIR}${PREFIX}/lib
@${LN} -s lib${PORTNAME}.so.3 ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so
.include <bsd.port.mk>

3
math/alglib/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1503275552
SHA256 (alglib-3.11.0.cpp.gpl.zip) = 01357d1d3494207bbf38a578f548877a1f7885b8222be6f3fc0fbab5cb192a13
SIZE (alglib-3.11.0.cpp.gpl.zip) = 2303026

13
math/alglib/pkg-descr Normal file
View File

@ -0,0 +1,13 @@
A cross-platform numerical analysis and data processing library. It supports
several programming languages (C++, C#, Pascal, VBA) and several operating
systems. ALGLIB features include:
* Data analysis (classification/regression, including neural networks)
* Optimization and nonlinear solvers
* Interpolation and linear/nonlinear least-squares fitting
* Linear algebra (direct algorithms, EVD/SVD), direct and iterative linear
solvers, Fast Fourier Transform and many other algorithms (numerical
integration, ODEs, statistics, special functions)
This is a free edition of alglib.
WWW: http://www.alglib.net

16
math/alglib/pkg-plist Normal file
View File

@ -0,0 +1,16 @@
include/libalglib/alglibinternal.h
include/libalglib/alglibmisc.h
include/libalglib/ap.h
include/libalglib/dataanalysis.h
include/libalglib/diffequations.h
include/libalglib/fasttransforms.h
include/libalglib/integration.h
include/libalglib/interpolation.h
include/libalglib/linalg.h
include/libalglib/optimization.h
include/libalglib/solvers.h
include/libalglib/specialfunctions.h
include/libalglib/statistics.h
include/libalglib/stdafx.h
lib/libalglib.so
lib/libalglib.so.3