Port details |
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.1.1 16 Feb 2024 14:40:50
    |
Diane Bruce (db)  |
devel/volk: update to 3.1.1
- CI fixes
- Allow for rounding error in float-to-int conversions
- Allow for rounding error in `volk_32fc_s32f_magnitude_16i`
- Allow for rounding error in float-to-int interleave
- Add missing `volk_16_byteswap_u_orc` to puppet
- Fix 64-bit integer testing
- Build and test neonv7 protokernels on armv7
- kernels
- Remove broken sse32 kernels
- Fix flaky `fm_detect` test
- Fix flaky `mod_range` test
- Remove unnecessary volatiles from `volk_32fc_s32f_magnitude_16i` (Only the first 15 lines of the commit message are shown above ) |
2.5.1 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.5.1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.5.1 07 Apr 2022 20:19:04
    |
Yuri Victorovich (yuri)  Author: Ganael LAPLANCHE |
devel/volk: Update 2.5.0 -> 2.5.1
PR: 261245 |
2.5.0_1 16 Jan 2022 17:01:16
    |
Yuri Victorovich (yuri)  |
devel/volk: Remaining changes from D30700
update to 2.5.0 was committed earlier from the bugzilla PR.
Submitted by: vishwin (Charlie Li)
Differential Revision: https://reviews.freebsd.org/D30700 |
2.5.0 16 Jan 2022 16:31:51
    |
Yuri Victorovich (yuri)  Author: Rainer Hurling |
devel/volk: Update 2.2.1 -> 2.5.0
PR: 261245 |
2.2.1 08 Nov 2021 07:26:22
    |
Mikael Urankar (mikael)  Author: Robert Clausecker |
devel/volk: Fix build on armv7.
This port does not build on armv7 due to inline assembly unsupported by clang.
Fix the build by compiling with gcc on armv7.
PR: 259447
Approved by: portmgr (build fix blanket) |
2.2.1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.2.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.2.1 27 May 2020 13:43:31
  |
danfe  |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 2). |
2.2.1 04 Apr 2020 04:51:43
  |
linimon  |
Add compiler:c++11-lang to USES to fix build on GCC-bsed systems:
Could NOT find Boost (missing: Boost_INCLUDE_DIR filesystem system) (Required
is at least version "1.35")
Approved by: portgmr (tier-2 blanket) |
2.2.1 03 Apr 2020 14:04:10
  |
db  |
- Remove last remnants of gnuradio split
- Remove extraneous += from blind copying of portlint output
## [2.2.1] - 2020-02-24
Hi everyone,
with VOLK 2.2.0, we introduced another AVX rotator bug which is fixed with this
release.
In the process 2 more bugs were identified and fixed. Further, we saw some
documentation improvements.
### Contributors
* Clayton Smith <argilo@gmail.com>
* Michael Dickens <michael.dickens@ettus.com>
### Changes
* Fix loop bound in AVX rotator
* Fix out-of-bounds read in AVX2 square dist kernel
* Fix length checks in AVX2 index max kernels
* includes: rearrange attributes to simplify macros Whitespace
* kernels: fix usage in header comments |
2.2.0 02 Apr 2020 12:18:50
  |
db  |
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/. |