summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO27
1 files changed, 27 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..e0a9dec96c34
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,27 @@
+pkgbase = python-mkl-random
+ pkgdesc = Python hooks for Intel(R) Math Kernel Library runtime control settings.
+ pkgver = 1.0.4
+ pkgrel = 1
+ url = https://github.com/IntelPython/mkl_random
+ arch = x86_64
+ license = custom
+ makedepends = cython
+ makedepends = cython2
+ makedepends = git
+ makedepends = intel-compiler-base
+ makedepends = python-numpy
+ makedepends = python2-numpy
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
+ depends = intel-mkl
+ source = git+https://github.com/IntelPython/mkl_random#tag=v1.0.4
+ md5sums = SKIP
+
+pkgname = python-mkl-random
+ depends = intel-mkl
+ depends = python-numpy
+
+pkgname = python2-mkl-random
+ depends = intel-mkl
+ depends = python2-numpy
+