aboutsummaryrefslogtreecommitdiffstats
path: root/community/dsfmt/dsfmt.pc
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-08-17 14:10:09 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-08-17 14:10:56 +0200
commitcaf57ec52c3418da12a47a712d33da019932058a (patch)
tree7a1faa6748a2f7977938cc647ead9429bb2c0e81 /community/dsfmt/dsfmt.pc
parent355feb3d1a5e13bab80b7cc88a558853482b2ffb (diff)
downloadaports-caf57ec52c3418da12a47a712d33da019932058a.tar.bz2
aports-caf57ec52c3418da12a47a712d33da019932058a.tar.xz
community/dsfmt: move from testing
Diffstat (limited to 'community/dsfmt/dsfmt.pc')
-rw-r--r--community/dsfmt/dsfmt.pc11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/dsfmt/dsfmt.pc b/community/dsfmt/dsfmt.pc
new file mode 100644
index 0000000000..d6a96edc3a
--- /dev/null
+++ b/community/dsfmt/dsfmt.pc
@@ -0,0 +1,11 @@
+prefix=/usr
+exec_prefix=${prefix}
+includedir=${prefix}/include
+libdir=${exec_prefix}/lib
+
+Name: dSFMT
+Version: @VERSION@
+URL: http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/#dSFMT
+Description: Double precision SIMD-oriented Fast Mersenne Twister
+Cflags: -I${includedir}
+Libs: -L${libdir} -ldSFMT