FreeBSD Bugzilla – Attachment 238683 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]
shar archive containing the port files
vdt.shar (text/plain), 3.44 KB, created by
Erik Jensen
on 2022-12-10 10:48:25 UTC
(
hide
)
Description:
shar archive containing the port files
Filename:
MIME Type:
Creator:
Erik Jensen
Created:
2022-12-10 10:48:25 UTC
Size:
3.44 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># vdt/distinfo ># vdt/Makefile ># vdt/pkg-descr ># vdt/pkg-plist ># >echo x - vdt/distinfo >sed 's/^X//' >vdt/distinfo << '9ed231be29061061cfbc11419dc01262' >XTIMESTAMP = 1669519404 >XSHA256 (vdt-0.4.4/dpiparo-vdt-0.4.4-v0.4.4_GH0.tar.gz) = 8b1664b45ec82042152f89d171dd962aea9bb35ac53c8eebb35df1cb9c34e498 >XSIZE (vdt-0.4.4/dpiparo-vdt-0.4.4-v0.4.4_GH0.tar.gz) = 59957 >9ed231be29061061cfbc11419dc01262 >echo x - vdt/Makefile >sed 's/^X//' >vdt/Makefile << '5eaf6218d77b3c258bf4a497596f578b' >XPORTNAME= vdt >XDISTVERSION= 0.4.4 >XCATEGORIES= math devel science >XDIST_SUBDIR= ${PORTNAME}-${DISTVERSION} >X >XMAINTAINER= erik@tenku.dk >XCOMMENT= Fast and inline implementations of mathematical functions >XWWW= http://iopscience.iop.org/1742-6596/513/5/05202 >X >XLICENSE= LGPL3+ >XLICENSE_FILE= ${WRKSRC}/Licence.txt >X >XONLY_FOR_ARCHS= amd64 >X >XUSES= cmake \ >X python:3.9+ >XCMAKE_OFF= SSE >XUSE_GITHUB= yes >XGH_ACCOUNT= dpiparo >XGH_TAGNAME= v0.4.4 >XUSE_LDCONFIG= yes >X >X.include <bsd.port.mk> >5eaf6218d77b3c258bf4a497596f578b >echo x - vdt/pkg-descr >sed 's/^X//' >vdt/pkg-descr << '9ab61bf1c321b87fab8da57e4f529661' >XThe ROOT system provides a set of OO frameworks with all the functionality >Xneeded to handle and analyze large amounts of data in a very efficient way. >XHaving the data defined as a set of objects, specialized storage methods are >Xused to get direct access to the separate attributes of the selected objects, >Xwithout having to touch the bulk of the data. Included are histograming methods >Xin an arbitrary number of dimensions, curve fitting, function evaluation, >Xminimization, graphics and visualization classes to allow the easy setup of an >Xanalysis system that can query and process the data interactively or in batch >Xmode, as well as a general parallel processing framework, PROOF, that can >Xconsiderably speed up an analysis. >X >XThanks to the built-in C++ interpreter cling, the command, the scripting and >Xthe programming language are all C++. The interpreter allows for fast >Xprototyping of the macros since it removes the time consuming compile/link >Xcycle. It also provides a good environment to learn C++. If more performance >Xis needed the interactively developed macros can be compiled using a C++ >Xcompiler via a machine independent transparent compiler interface called ACliC. >X >XThe system has been designed in such a way that it can query its databases in >Xparallel on clusters of workstations or many-core machines. ROOT is an open >Xsystem that can be dynamically extended by linking external libraries. This >Xmakes ROOT a premier platform on which to build data acquisition, simulation >Xand data analysis systems. [Text copied from ROOT project's repo 2022-11-11.] >9ab61bf1c321b87fab8da57e4f529661 >echo x - vdt/pkg-plist >sed 's/^X//' >vdt/pkg-plist << 'cb692651b96cdc84b577d16cdf9da681' >Xinclude/vdt/asin.h >Xinclude/vdt/atan.h >Xinclude/vdt/tanh.h >Xinclude/vdt/atan2.h >Xinclude/vdt/cos.h >Xinclude/vdt/exp.h >Xinclude/vdt/identity.h >Xinclude/vdt/inv.h >Xinclude/vdt/log.h >Xinclude/vdt/sincos.h >Xinclude/vdt/sin.h >Xinclude/vdt/sqrt.h >Xinclude/vdt/tan.h >Xinclude/vdt/vdtcore_common.h >Xinclude/vdt/vdtMath.h >Xlib/libvdt.so >cb692651b96cdc84b577d16cdf9da681 >exit >
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 Raw
Actions:
View
Attachments on
bug 268292
:
238683
|
239014
|
239018