Re: [sage-devel] SageMath ArraryFire and afnumpy

2016-09-21 Thread Vincent Delecroix
Hello,

Just for information. A lot of efforts are currently done to have Sage
more system friendly. In particular

 - on gentoo distribution https://github.com/cschwan/sage-on-gentoo
 - on debian distribution (experimental)
https://wiki.debian.org/DebianScience/Sage

I think this is the only viable solution... I am sorry for the lack of
concrete help concerning your problem.

Best,
Vincent

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.


[sage-devel] SageMath ArraryFire and afnumpy

2016-09-20 Thread Bill Page
SageMath is a computer algebra system http://www.sagemath.org/ that 
provides an interface to a large number of open source packages for both 
symbolic and numeric computations, including especially numpy.  But unlike 
a lot of open source SageMath bundles most of these software packages in a 
single distribution (including its own Python) and runs in its own 
environment. This makes installation of some external packages such as 
ArrayFire somewhat more complex.

To the best of my knowledge at this time SageMath does not include any 
GPU-accelerated packages. I have successfully installed ArrayFire, the 
Python bindings https://github.com/arrayfire/arrayfire-python and afnumpy 
https://github.com/FilipeMaia/afnumpy in the SageMath environment however 
when I attempt to import arrayfire I get a message about not being able to 
access the required libraries. I have tried following the advice at 
https://github.com/arrayfire/arrayfire-python/wiki concerning setting 
LD_LIBRARY_PATH but so far without success. On the other hand I am able to 
install and use this same combination of software in the system-level 
Python without any problems.

I am also able to install an ArrayFire alternative: CUDAmat and gnumpy, 
into the SageMath environment and use it successfully in SageMath.

Any help or suggestions on how to get ArrayFire working in SageMath would 
be most welcome.  I apologize in advance for cross-posting with the 
SageMath developer list and would be glad to continue this thread 
separately in either group.

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.