aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2015-09-01 15:39:04 +0100
committerGrey Christoforo2015-09-01 15:39:04 +0100
commit5380db3c6c325436b55874b5d20a16411c10966a (patch)
tree55f3f9ff899066de3ed87a542fa027f9127e3e20
parent69ea865a13e625cef83e5c23f3359799d2b0136f (diff)
downloadaur-5380db3c6c325436b55874b5d20a16411c10966a.tar.gz
tested working with pyvisa: rm = visa.ResourceManager('/usr/local/vxipnp/linux/lib64/libvisa.so')
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD3
3 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61958f0d05ad..80451bef521f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,8 @@ pkgbase = ni-visa
arch = x86_64
license = custom
makedepends = rpmextract
+ optdepends = python2-pyvisa: python 2 frontend
+ optdepends = python-pyvisa: python 3 frontend
source = http://download.ni.com/support/softlib/visa/NI-VISA/15.0/Linux/NI-VISA-15.0.0.iso
md5sums = c1dbdfd1f32d3d995b2a75e35e3a81ac
diff --git a/.gitignore b/.gitignore
index 56f2a5de32f5..ced4029da37f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-.tar.xz
-.iso
+*.tar.xz
+*.iso
src/
pkg/
diff --git a/PKGBUILD b/PKGBUILD
index f215eb1865d6..da66325eb92a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,8 @@ url="http://www.ni.com/download/ni-visa-5.4.1/4629/en/"
arch=('x86_64')
license=('custom')
makedepends=('rpmextract')
-depends=('')
+optdepends=('python2-pyvisa: python 2 frontend'
+'python-pyvisa: python 3 frontend')
source=("http://download.ni.com/support/softlib/visa/NI-VISA/15.0/Linux/NI-VISA-${pkgver}.iso")
md5sums=('c1dbdfd1f32d3d995b2a75e35e3a81ac')