Re: eigen

2014-03-31 Thread René J.V. Bertin
On Mar 21, 2014, at 19:38, René J.V. Bertin wrote: >> Have you contacted the developers of eigen about whether this change is >> correct? > > No. But I'm planning to have a deeper look into this. Took me a while but today I ran `make test` on the modified code, and th

Re: eigen

2014-03-21 Thread René J.V. Bertin
ns/767477/template-specialization-for-static-member-functions-howto > Have you contacted the developers of eigen about whether this change is > correct? No. But I'm planning to have a deeper look into this. R. ___ macports-users mailing

Re: eigen

2014-03-21 Thread Ryan Schmidt
ested in testing in > something that's not a stable release :) > > Anyway, I figured out why eigen 2 doesn't build with clang. Apparently a C++ > specialisation error in a single file. I'm not sure I understood it > completely, but googling the error led me to a very s

Re: eigen

2014-03-21 Thread René J.V. Bertin
> where either you can use the compatibility mode if you are not using the > unsupported modules, or you have to adjust your code. Exactly, and that's not something I'm very much interested in testing in something that's not a stable release :) Anyway, I figured out why ei

Re: eigen

2014-03-20 Thread Nicolas Pavillon
Hello, >> More generally, it is also possible to use eigen3 in compatibility mode, >> which works for most modules. I could use this for example in Kstars to keep >> to the port to build. > > I'll have a look at that, but I prefer to have the maximum of optional > components available. I star

Re: eigen

2014-03-19 Thread René J . V . Bertin
Hello, On Wednesday March 19 2014 09:00:50 you wrote: > > In fact, I'm more interested in eigen 2, required by Calligra … > I do not remember the specific reason why eigen2 cannot build on Mavericks, > but in the case of calligra (which is not an official port, by the way, t

eigen

2014-03-18 Thread René J.V. Bertin
BLAS part which > requires a Fortran compiler. In fact, I'm more interested in eigen 2, required by Calligra ... R. ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users

Re: running script error (eigen symmetric)

2012-12-17 Thread Sean Farley
On Mon, Dec 17, 2012 at 3:46 PM, Amy Anderson wrote: > Hi macport users, > > I am trying to run this script in python and the script is now working with > the test data (eigen problem solved) but when I input my own data to be > called by script I got the following errors.

Re: running script error (eigen symmetric)

2012-12-17 Thread Amy Anderson
Hi macport users, I am trying to run this script in python and the script is now working with the test data (eigen problem solved) but when I input my own data to be called by script I got the following errors. [moriaht-5:~/Desktop/pyClusterROI] moriah% python pyClusterROI_test.py tcorr

Re: running script error (eigen symmetric)

2012-12-04 Thread Sean Farley
On Mon, Dec 3, 2012 at 10:35 AM, Amy Anderson wrote: > Dear macports-users, > > I am a new macports, python, and scipy user and I am looking for some help > to troubleshoot an error I have been getting when trying to run a script in > python. The script I am trying to run is called pyCluster ROI a

Re: running script error (eigen symmetric)

2012-12-03 Thread Ryan Schmidt
On Dec 3, 2012, at 14:59, Amy Anderson wrote: > I tried installing py27-scikits-umfpack and got this error. > main.log is attached also. > > sudo port install > could not read "/Users/moriah/Desktop/Portfile": permission denied > Please see the log file for port py-scikits-umfpack for details

Re: running script error (eigen symmetric)

2012-12-03 Thread Amy Anderson
I tried installing py27-scikits-umfpack and got this error. main.log is attached also. sudo port install could not read "/Users/moriah/Desktop/Portfile": permission denied Please see the log file for port py-scikits-umfpack for details: /opt/local/var/macports/logs/_Users_moriah_Desktop/py-sciki

Re: running script error (eigen symmetric)

2012-12-03 Thread Ryan Schmidt
On Dec 3, 2012, at 14:35, Amy Anderson wrote: > I have attached the main.log file. I can cut and paste it if that is better, > but it had quite a lot of content. The relevant lines seem to be: :info:build swig: scipy/sparse/linalg/dsolve/umfpack/umfpack.i :info:build swig -python -I/opt/local

Re: running script error (eigen symmetric)

2012-12-03 Thread Ryan Schmidt
ort logfile" run in the appropriate port's directory. It is named "main.log". > Also I need to install scipy 0.7 to work with a script that uses calls > eigen-symmetric, it was changed in versions 0.9 and after. can I install > scipy 0.7 to work with python 2.7? T

Re: running script error (eigen symmetric)

2012-12-03 Thread Amy Anderson
libdispatch.dylib 0x7fff910e6000 - 0x7fff911c3fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib Also I need to install scipy 0.7 to work with a script that uses calls eigen-symmetric, it was changed in versio

Re: running script error (eigen symmetric)

2012-12-03 Thread Lawrence Velázquez
On Dec 3, 2012, at 2:23 PM, Amy Anderson wrote: > Thank you. I tried installing an older version of scipy (0.7) following the > directions on your link provided below and got the following error. > > ---> Building py-scipy > Error: org.macports.build for port py-scipy returned: command executi

Re: running script error (eigen symmetric)

2012-12-03 Thread Ryan Schmidt
On Dec 3, 2012, at 13:23, Amy Anderson wrote: > Thank you. I tried installing an older version of scipy (0.7) following the > directions on your link provided below and got the following error. > > ---> Building py-scipy > Error: org.macports.build for port py-scipy returned: command executio

Re: running script error (eigen symmetric)

2012-12-03 Thread Amy Anderson
Thank you. I tried installing an older version of scipy (0.7) following the directions on your link provided below and got the following error. ---> Building py-scipy Error: org.macports.build for port py-scipy returned: command execution failed To report a bug, follow the instructions in the gui

Re: running script error (eigen symmetric)

2012-12-03 Thread Jeremy Lavergne
> I have been trying to hunt down what this error may be and it seems that > older versions of scipy might have used > ‘scipy.sparse.linalg.eigen.arpack.eigen symmetric()’ where as new versions > it has been renamed as "scipy.sparse.linalg.eigen.arpack.eigs()." > > Does anyone know what might

running script error (eigen symmetric)

2012-12-03 Thread Amy Anderson
Dear macports-users, I am a new macports, python, and scipy user and I am looking for some help to troubleshoot an error I have been getting when trying to run a script in python. The script I am trying to run is called pyCluster ROI and it needs python, pynifti, scipy, and numpy to run. I have in