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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
vdt Fast and inline implementations of mathematical functions
0.4.4 math on this many watch lists=0 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.4Version 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: 2022-12-26 08:16:37
Commit Hash: acfc52a
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.4/catalog.mk
  2. /usr/local/share/licenses/vdt-0.4.4/LICENSE
  3. /usr/local/share/licenses/vdt-0.4.4/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.
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 = 1671959994 SHA256 (dpiparo-vdt-v0.4.4_GH0.tar.gz) = 8b1664b45ec82042152f89d171dd962aea9bb35ac53c8eebb35df1cb9c34e498 SIZE (dpiparo-vdt-v0.4.4_GH0.tar.gz) = 59957

Packages (timestamps in pop-ups are UTC):
vdt
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.4.40.4.4-0.4.40.4.4---
FreeBSD:13:quarterly0.4.40.4.40.4.40.4.40.4.40.4.40.4.40.4.4
FreeBSD:14:latest0.4.40.4.40.4.40.4.40.4.40.4.4-0.4.4
FreeBSD:14:quarterly0.4.40.4.4-0.4.40.4.40.4.40.4.40.4.4
FreeBSD:15:latest0.4.40.4.4n/a0.4.4n/a0.4.40.4.40.4.4
FreeBSD:15:quarterly--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.4?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
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: 1