| Port details on branch 2026Q3 |
- clrng Library for uniform random number generation in OpenCL
- 1.0.0.b_4 math
=0 1.0.0.b_4Version of this port present on the latest quarterly branch. DEPRECATED: Abandoned upstream, does not build with CMake 4
EXPIRATION DATE: 2026-11-30
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2026-08-29 15:13:55
- Last Update: 2026-08-29 15:10:21
- Commit Hash: 105df41
- License: BSD2CLAUSE
- WWW:
- https://github.com/clMathLibraries/clRNG
- Description:
- clRNG
a library for uniform random number generation in OpenCL.
Streams of random numbers act as virtual random number generators.
They can be created on the host computer in unlimited numbers, and
then used either on the host or on computing devices by work items
to generate random numbers. Each stream also has equally-spaced
substreams, which are occasionally useful. The API is currently
implemented for four different RNGs, namely the MRG31k3p, MRG32k3a,
LFSR113 and Philox-4x32-10 generators.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/math/clrng/ && make install clean
- To add the package, run one of these commands:
- pkg install math/clrng
- pkg install clrng
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: clrng
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64 i386 powerpc powerpc64 powerpc64le powerpcspe
- distinfo:
- SHA256 (clMathLibraries-clRNG-v1.0.0-beta_GH0.tar.gz) = 12e46c89a577ea26ea8af2b11176b1c503c2b0a28a3766178f317f21f27324f4
SIZE (clMathLibraries-clRNG-v1.0.0-beta_GH0.tar.gz) = 127591
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- opencl>=0 : devel/opencl
- cmake : devel/cmake-core
- ninja : devel/ninja
- Runtime dependencies:
-
- opencl>=0 : devel/opencl
- Library dependencies:
-
- libOpenCL.so : devel/ocl-icd
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- math_clrng
- USES:
- cmake compiler:c++11-lang
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|