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 on branch 2022Q3
pocl POrtable Computing Language (POCL)
1.8 lang 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 1.8Version of this port present on the latest quarterly branch.
Maintainer: ohartmann@freebsd-de.org search for ports maintained by this maintainer
Port Added: 2022-08-13 23:40:47
Last Update: 2022-07-16 18:38:15
Commit Hash: 1f1ef72
License: MIT
WWW:
http://portablecl.org/
Description:
Portable OpenCL aims to be an efficient open source (MIT-licensed) implementation of the OpenCL 1.2 standard. In addition to producing an easily portable open source OpenCL implementation, another major goal of the project is improving performance portability of OpenCL programs with compiler optimizations, reducing the need for target-dependent manual optimizations. At the core of POCL is a set of LLVM passes used to statically parallelize multiple work-items with the kernel compiler, even in the presence of work-group barriers. This enables parallelization of the fine-grained static concurrency in the work groups in multiple ways (SIMD, VLIW, superscalar, ...). The code base is modularized to allow easy adding of new "device drivers" in the host-device layer. A generic multithreaded "target driver" is included. It allows running OpenCL applications on a host that supports the pthread library with multithreading at the work group granularity. WWW: http://portablecl.org/
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 (41 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/pocl-1.8/catalog.mk
  3. /usr/local/share/licenses/pocl-1.8/LICENSE
  4. /usr/local/share/licenses/pocl-1.8/MIT
  5. bin/poclcc
  6. etc/OpenCL/vendors/pocl.icd
  7. lib/libpocl.so
  8. lib/libpocl.so.2
  9. lib/libpocl.so.2.8.0
  10. lib/pocl/libllvmopencl.so
  11. lib/pocl/libpocl-devices-basic.so
  12. lib/pocl/libpocl-devices-pthread.so
  13. libdata/pkgconfig/pocl.pc
  14. share/pocl/include/_builtin_renames.h
  15. share/pocl/include/_clang_opencl.h
  16. share/pocl/include/_enable_all_exts.h
  17. share/pocl/include/_kernel.h
  18. share/pocl/include/_kernel_c.h
  19. share/pocl/include/_kernel_constants.h
  20. share/pocl/include/_libclang_versions_checks.h
  21. share/pocl/include/opencl-c-base.h
  22. share/pocl/include/opencl-c.h
  23. share/pocl/include/pocl.h
  24. share/pocl/include/pocl_device.h
  25. share/pocl/include/pocl_image_types.h
  26. share/pocl/include/pocl_spir.h
  27. share/pocl/include/pocl_types.h
  28. share/pocl/kernel-x86_64-portbld-freebsd12.3-avx.bc
  29. share/pocl/kernel-x86_64-portbld-freebsd12.3-avx2.bc
  30. share/pocl/kernel-x86_64-portbld-freebsd12.3-avx512.bc
  31. share/pocl/kernel-x86_64-portbld-freebsd12.3-avx_f16c.bc
  32. share/pocl/kernel-x86_64-portbld-freebsd12.3-avx_fma4.bc
  33. share/pocl/kernel-x86_64-portbld-freebsd12.3-sse2.bc
  34. share/pocl/kernel-x86_64-portbld-freebsd12.3-sse41.bc
  35. share/pocl/kernel-x86_64-portbld-freebsd12.3-ssse3.bc
  36. @comment share/pocl/kernel-x86_64-portbld-freebsd12.3-cortex-a53.bc
  37. @comment share/pocl/kernel-x86_64-portbld-freebsd12.3-ppc64.bc
  38. @comment share/pocl/kernel-x86_64-portbld-freebsd12.3-ppc64le.bc
  39. @owner
  40. @group
  41. @mode
Collapse this list.
Dependency lines:
  • pocl>0:lang/pocl
To install the port:
cd /usr/ports/lang/pocl/ && make install clean
To add the package, run one of these commands:
  • pkg install lang/pocl
  • pkg install pocl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: pocl
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: aarch64 amd64 i386 powerpc64 powerpc64le
distinfo:
TIMESTAMP = 1634367852 SHA256 (pocl-pocl-v1.8_GH0.tar.gz) = 0f63377ae1826e16e90038fc8e7f65029be4ff6f9b059f6907174b5c0d1f8ab2 SIZE (pocl-pocl-v1.8_GH0.tar.gz) = 1614545

Packages (timestamps in pop-ups are UTC):
pocl
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.04.0------
FreeBSD:13:quarterly4.04.0----4.04.0
FreeBSD:14:latest4.04.0-----3.1
FreeBSD:14:quarterly4.04.0----4.04.0
FreeBSD:15:latest4.04.0n/a-n/a-4.04.0
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. llvm13>=10 : devel/llvm13
  2. opencl>=2.2 : devel/opencl
  3. py39-sphinx>=0,1 : textproc/py-sphinx@py39
  4. cmake : devel/cmake
  5. ninja : devel/ninja
  6. pkgconf>=1.3.0_1 : devel/pkgconf
  7. python3.9 : lang/python39
Runtime dependencies:
  1. llvm13>=10 : devel/llvm13
  2. opencl>=2.2 : devel/opencl
  3. py39-sphinx>=0,1 : textproc/py-sphinx@py39
  4. cmake : devel/cmake
  5. ninja : devel/ninja
  6. pkgconf>=1.3.0_1 : devel/pkgconf
  7. python3.9 : lang/python39
  8. python3.9 : lang/python39
Library dependencies:
  1. libhwloc.so : devel/hwloc2
  2. libOpenCL.so : devel/ocl-icd
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for pocl-1.8: DOCS=on: Build documentation (needs sphinx) ===> Use 'make config' to modify these settings
Options name:
lang_pocl
USES:
cmake localbase:ldflags ncurses pkgconfig python:3.6+
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/pocl/pocl/tar.gz/v1.8?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
1.8
16 Jul 2022 18:38:15
commit hash: 1f1ef721464890c565b536fe60d418101cc21b6fcommit hash: 1f1ef721464890c565b536fe60d418101cc21b6fcommit hash: 1f1ef721464890c565b536fe60d418101cc21b6fcommit hash: 1f1ef721464890c565b536fe60d418101cc21b6f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
lang/pocl: Broken on i386

Reported by:	fallout

(cherry picked from commit 0f400d7bf7ab7c121da15ecba2ac54095fa62cf9)

Number of commits found: 1