FreeBSD Bugzilla – Attachment 239014 Details for
Bug 268292
[New port] math/vdt: Fast and inline implementations of mathematical functions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
vdt reformated v0
vdt.diff (text/plain), 3.04 KB, created by
Nuno Teixeira
on 2022-12-25 09:45:59 UTC
(
hide
)
Description:
vdt reformated v0
Filename:
MIME Type:
Creator:
Nuno Teixeira
Created:
2022-12-25 09:45:59 UTC
Size:
3.04 KB
patch
obsolete
>diff --git a/math/vdt/Makefile b/math/vdt/Makefile >new file mode 100644 >index 000000000000..91a154e5d92b >--- /dev/null >+++ b/math/vdt/Makefile >@@ -0,0 +1,19 @@ >+PORTNAME= vdt >+DISTVERSIONPREFIX= v >+DISTVERSION= 0.4.4 >+CATEGORIES= math devel science >+ >+MAINTAINER= erik@tenku.dk >+COMMENT= Fast and inline implementations of mathematical functions >+WWW= https://github.com/dpiparo/vdt >+ >+LICENSE= LGPL3+ >+LICENSE_FILE= ${WRKSRC}/Licence.txt >+ >+USES= cmake >+USE_GITHUB= yes >+GH_ACCOUNT= dpiparo >+ >+CMAKE_OFF= SSE >+ >+.include <bsd.port.mk> >diff --git a/math/vdt/distinfo b/math/vdt/distinfo >new file mode 100644 >index 000000000000..67c3424ab6ac >--- /dev/null >+++ b/math/vdt/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1671959994 >+SHA256 (dpiparo-vdt-v0.4.4_GH0.tar.gz) = 8b1664b45ec82042152f89d171dd962aea9bb35ac53c8eebb35df1cb9c34e498 >+SIZE (dpiparo-vdt-v0.4.4_GH0.tar.gz) = 59957 >diff --git a/math/vdt/pkg-descr b/math/vdt/pkg-descr >new file mode 100644 >index 000000000000..4a3de4d23c5a >--- /dev/null >+++ b/math/vdt/pkg-descr >@@ -0,0 +1,23 @@ >+The ROOT system provides a set of OO frameworks with all the functionality >+needed to handle and analyze large amounts of data in a very efficient way. >+Having the data defined as a set of objects, specialized storage methods are >+used to get direct access to the separate attributes of the selected objects, >+without having to touch the bulk of the data. Included are histograming methods >+in an arbitrary number of dimensions, curve fitting, function evaluation, >+minimization, graphics and visualization classes to allow the easy setup of an >+analysis system that can query and process the data interactively or in batch >+mode, as well as a general parallel processing framework, PROOF, that can >+considerably speed up an analysis. >+ >+Thanks to the built-in C++ interpreter cling, the command, the scripting and >+the programming language are all C++. The interpreter allows for fast >+prototyping of the macros since it removes the time consuming compile/link >+cycle. It also provides a good environment to learn C++. If more performance >+is needed the interactively developed macros can be compiled using a C++ >+compiler via a machine independent transparent compiler interface called ACliC. >+ >+The system has been designed in such a way that it can query its databases in >+parallel on clusters of workstations or many-core machines. ROOT is an open >+system that can be dynamically extended by linking external libraries. This >+makes ROOT a premier platform on which to build data acquisition, simulation >+and data analysis systems. [Text copied from ROOT project's repo 2022-11-11.] >diff --git a/math/vdt/pkg-plist b/math/vdt/pkg-plist >new file mode 100644 >index 000000000000..dec5a69b02ec >--- /dev/null >+++ b/math/vdt/pkg-plist >@@ -0,0 +1,16 @@ >+include/vdt/asin.h >+include/vdt/atan.h >+include/vdt/tanh.h >+include/vdt/atan2.h >+include/vdt/cos.h >+include/vdt/exp.h >+include/vdt/identity.h >+include/vdt/inv.h >+include/vdt/log.h >+include/vdt/sincos.h >+include/vdt/sin.h >+include/vdt/sqrt.h >+include/vdt/tan.h >+include/vdt/vdtcore_common.h >+include/vdt/vdtMath.h >+lib/libvdt.so
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
erik
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 268292
:
238683
| 239014 |
239018