Crystals (command line version) is now available on debroglie-test from version 9 to 12 both i386 and x86_64. The compilation is now made with gfortran instead of g77. Crystals version has been updated from the old version to a brand new shiny cvs version based on 12.87.
I still have some troubles with centos.
The gui version will be next update, probably within a couple of weeks.
To install this version you need to enable debroglie-test: yum --enablerepo=debroglie-test install crystals-cmd
4 comments
Pascal says:
October 13, 2009 at 17:40 (UTC 1 )
No, it still buggy. There is a bug in list12.
Pascal says:
October 22, 2009 at 23:17 (UTC 1 )
Where are you little bug…
\list 12
0001 #list 12
> block x’s
0002 block x’s
> end
0003 end
!
\print 12
0004 #print 12
> end
0005 end
0
!
Pascal says:
October 27, 2009 at 14:59 (UTC 1 )
It seems that the bug is during the writting. Not during the reading of the list.
Statements are saved in a queue until the end keyword and then it’s written on the disk. I need to narrow further the problem.
This problem was not present on the previous version I packaged it (http://centos.debroglie.net/RPMS/5/repoview/crystals-cmd.html).
Pascal says:
November 20, 2009 at 18:24 (UTC 1 )
After some digging in the archelogy fortran, the (I)STORE queue looks fine. More investigations needed…
Thanks to David Watkin for his help.