notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Server is being updated to FreeBSD 14.3 as you read this... and it is done.
Commit processing is stalled - it is a jail issue. I will work on it later today. 2025-09-17 12:17 UTC - It has been fixed. Sometime before 17:27 UTC.
Port details
vdt Fast and inline implementations of mathematical functions
0.4.6 math on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.4.6Version of this port present on the latest quarterly branch.
Maintainer: erik@tenku.dk search for ports maintained by this maintainer
Port Added: 2022-12-26 08:18:08
Last Update: 2025-04-09 18:25:22
Commit Hash: 2a03c69f
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
Also Listed In: devel science
License: LGPL3+
WWW:
https://github.com/dpiparo/vdt
Description:
vectorised math: - A collection of fast and inline implementations of mathematical functions. - The functions can be used in autovectorised loops. - Double and single precision implementations are available. - No overhead present, no intrinsics used. - A scalar (T(T)) and array signature (void(const unsigned int,T*,T*)) are provided. Born and developed at CERN, it is used, among the others, by LHC experiments and the Geant4 simulation toolkit. Much of the VDT code is inspired by the well known Cephes mathematical library.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (22 items)
Collapse this list.
  1. /usr/local/share/licenses/vdt-0.4.6/catalog.mk
  2. /usr/local/share/licenses/vdt-0.4.6/LICENSE
  3. /usr/local/share/licenses/vdt-0.4.6/LGPL3+
  4. include/vdt/asin.h
  5. include/vdt/atan.h
  6. include/vdt/tanh.h
  7. include/vdt/atan2.h
  8. include/vdt/cos.h
  9. include/vdt/exp.h
  10. include/vdt/identity.h
  11. include/vdt/inv.h
  12. include/vdt/log.h
  13. include/vdt/sincos.h
  14. include/vdt/sin.h
  15. include/vdt/sqrt.h
  16. include/vdt/tan.h
  17. include/vdt/vdtcore_common.h
  18. include/vdt/vdtMath.h
  19. lib/libvdt.so
  20. @owner
  21. @group
  22. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • vdt>0:math/vdt
To install the port:
cd /usr/ports/math/vdt/ && make install clean
To add the package, run one of these commands:
  • pkg install math/vdt
  • pkg install vdt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: vdt
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1744221062 SHA256 (dpiparo-vdt-v0.4.6_GH0.tar.gz) = 1820feae446780763ec8bbb60a0dbcf3ae1ee548bdd01415b1fb905fd4f90c54 SIZE (dpiparo-vdt-v0.4.6_GH0.tar.gz) = 60081

Packages (timestamps in pop-ups are UTC):
vdt
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.4.60.4.6-0.4.60.4.6---
FreeBSD:13:quarterly0.4.60.4.60.4.40.4.60.4.60.4.40.4.40.4.4
FreeBSD:14:latest0.4.60.4.60.4.40.4.60.4.60.4.4-0.4.4
FreeBSD:14:quarterly0.4.60.4.6-0.4.60.4.60.4.40.4.40.4.4
FreeBSD:15:latest0.4.60.4.6n/a0.4.6n/a0.4.40.4.40.4.4
FreeBSD:15:quarterly--n/a-n/a---
FreeBSD:16:latest--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
This port is required by:
for Libraries
  1. devel/root

Configuration Options:
No options to configure
Options name:
math_vdt
USES:
cmake
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/dpiparo/vdt/tar.gz/v0.4.6?dummy=/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.4.6
09 Apr 2025 18:25:22
commit hash: 2a03c69f106c26a0b045258ba97080326507c89fcommit hash: 2a03c69f106c26a0b045258ba97080326507c89fcommit hash: 2a03c69f106c26a0b045258ba97080326507c89fcommit hash: 2a03c69f106c26a0b045258ba97080326507c89f files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
Author: Erik Jensen
math/vdt: Update to 0.4.6

ChangeLog:	https://github.com/dpiparo/vdt/blob/master/ReleaseNotes.txt
PR:		285991
0.4.4
26 Dec 2022 08:16:37
commit hash: acfc52ae2cea4108d8b45034ae0146e8d4a03f0fcommit hash: acfc52ae2cea4108d8b45034ae0146e8d4a03f0fcommit hash: acfc52ae2cea4108d8b45034ae0146e8d4a03f0fcommit hash: acfc52ae2cea4108d8b45034ae0146e8d4a03f0f files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
Author: Erik Jensen
math/vdt: New port: Fast and inline implementations of mathematical functions

vectorised math:
 - A collection of fast and inline implementations of mathematical functions.
 - The functions can be used in autovectorised loops.
 - Double and single precision implementations are available.
 - No overhead present, no intrinsics used.
 - A scalar (T(T)) and array signature (void(const unsigned int,T*,T*))
   are provided.

Born and developed at CERN, it is used, among the others, by LHC
experiments and the Geant4 simulation toolkit.

Much of the VDT code is inspired by the well known Cephes mathematical
library.

WWW:		https://github.com/dpiparo/vdt
PR:		267717, 268292

Number of commits found: 2