summarylogtreecommitdiffstats
path: root/amd-rng-omp.pc
diff options
context:
space:
mode:
Diffstat (limited to 'amd-rng-omp.pc')
-rw-r--r--amd-rng-omp.pc9
1 files changed, 9 insertions, 0 deletions
diff --git a/amd-rng-omp.pc b/amd-rng-omp.pc
new file mode 100644
index 000000000000..37cc87efcb9d
--- /dev/null
+++ b/amd-rng-omp.pc
@@ -0,0 +1,9 @@
+libdir=/opt/aocl/amd-rng/rng-omp/lib
+includedir=/opt/aocl/amd-rng/rng-omp/include
+
+Name: AMD RNG
+Description: AMD Random Number Generator Library is a pseudorandom number generator library. A pseudo-random number generator (PRNG) produces a stream of variates that are independent and statistically indistinguishable from a random sequence
+Version: 2.0
+URL: https://developer.amd.com/amd-aocl/rng-library/
+Libs: -L${libdir} -lrng_omp_amd
+Cflags: -I${includedir}