Discussion:
[PyCUDA] PyTools dependency
Tomasz Rybak
2014-05-31 18:03:26 UTC
Permalink
Hello.
When updating packages I've noticed strange difference.
Both PyCUDA and PyOpenCL contain install_requires=["pytools']
in setup.py. But while PyOpenCL depends on pytools 2014.2,
PyCUDA depends on pytools 2011.2. Is this a typo, or really
I can put such a dependency into Debian package?

Best regards.
--
Tomasz Rybak GPG/PGP key ID: 2AD5 9860
Fingerprint A481 824E 7DD3 9C0E C40A 488E C654 FB33 2AD5 9860
http://member.acm.org/~tomaszrybak

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part
URL: <http://lists.tiker.net/pipermail/pycuda/attachments/20140531/08ebb0d7/attachment.sig>
Andreas Kloeckner
2014-05-31 18:19:40 UTC
Permalink
Post by Tomasz Rybak
Hello.
When updating packages I've noticed strange difference.
Both PyCUDA and PyOpenCL contain install_requires=["pytools']
in setup.py. But while PyOpenCL depends on pytools 2014.2,
PyCUDA depends on pytools 2011.2. Is this a typo, or really
I can put such a dependency into Debian package?
I think that's legit. PyOpenCL depends on recent additions to pytools,
PyCUDA does not.

Andreas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 810 bytes
Desc: not available
URL: <http://lists.tiker.net/pipermail/pycuda/attachments/20140531/58cf332a/attachment.sig>
Loading...