Port details on branch 2024Q4 |
- volk Vector-Optimized Library of Kernels
- 3.1.1 devel =2 3.1.1Version of this port present on the latest quarterly branch.
- Maintainer: hamradio@FreeBSD.org
- Port Added: 2020-04-02 17:03:00
- Last Update: 2024-02-16 14:40:50
- Commit Hash: 6b019c5
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: comms hamradio
- License: GPLv3
- WWW:
- https://github.com/gnuradio/volk
- Description:
- VOLK is a sub-project of GNU Radio. Please see http://libvolk.org for bug
tracking, documentation, source code, and contact information about VOLK.
VOLK is the Vector-Optimized Library of Kernels. It is a library that
contains kernels of hand-written SIMD code for different mathematical
operations. Since each SIMD architecture can be very different and no
compiler has yet come along to handle vectorization properly or highly
efficiently, VOLK approaches the problem differently.
For each architecture or platform that a developer wishes to vectorize for,
a new proto-kernel is added to VOLK. At runtime, VOLK will select the correct
proto-kernel. In this way, the users of VOLK call a kernel for performing
the operation that is platform/architecture agnostic. This allows us to
write portable SIMD code.
Bleeding edge code can be found in our git repository at
https://www.gnuradio.org/git/volk.git/.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/volk/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/volk
- pkg install volk
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: volk
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1706988658
SHA256 (volk-3.1.1.tar.gz) = d8c25fad82243d69a653bb989eced8e404b12d7caec6baee16675ef9f77c27fa
SIZE (volk-3.1.1.tar.gz) = 611934
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- __init__.py : textproc/py-mako@py39
- cmake : devel/cmake-core
- ninja : devel/ninja
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- Library dependencies:
-
- libcpu_features.so : devel/cpu_features
- liborc-0.4.so : devel/orc
- This port is required by:
- for Build
-
- comms/gnuradio
- for Libraries
-
- comms/gqrx
- comms/gr-osmosdr
- comms/sdr++
- comms/sigdigger
- comms/sigutils
- comms/suscan
- for Run
-
- comms/gnuradio
Configuration Options:
- No options to configure
- Options name:
- devel_volk
- USES:
- cmake:testing compiler:c++17-lang pathfix python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|