aboutsummaryrefslogtreecommitdiffstats
path: root/community/dsfmt/dSFMT.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'community/dsfmt/dSFMT.pc.in')
-rw-r--r--community/dsfmt/dSFMT.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/dsfmt/dSFMT.pc.in b/community/dsfmt/dSFMT.pc.in
new file mode 100644
index 00000000000..f74685ff2dc
--- /dev/null
+++ b/community/dsfmt/dSFMT.pc.in
@@ -0,0 +1,11 @@
+prefix=/usr
+exec_prefix=${prefix}
+includedir=${prefix}/include
+libdir=${exec_prefix}/lib
+
+Name: dSFMT
+Version: @VERSION@
+URL: https://github.com/MersenneTwister-Lab/dSFMT
+Description: Double precision SIMD-oriented Fast Mersenne Twister
+Cflags: -I${includedir}
+Libs: -L${libdir} -ldSFMT