Hi everyone, I recently updated the yt, then realized there is a license issue with HEALPix in the new version... Is there a way that I can reverse back to my previous version (yt2.5)? Thanks! Yong
Hi Yong, If you issue the command "hg up yt-2.5.5" inside the yt source directory, this will bring the source back to v2.5. Then you will compile and install yt as usual. Thanks, John On 04/22/2014 10:07 AM, Yong Zheng wrote:
Hi everyone,
I recently updated the yt, then realized there is a license issue with HEALPix in the new version... Is there a way that I can reverse back to my previous version (yt2.5)?
Thanks! Yong
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
-- John Wise Assistant Professor of Physics Center for Relativistic Astrophysics, Georgia Tech http://cosmo.gatech.edu
Mercurial contains all of the past changes to yt. In your yt directory, go into src/yt-hg and then type 'hg tags' to list all of the tagged changsets. You can update to any of theses (e.g., 'hg update yt-2.5') and then install using the setup.py script in that directory. --Greg On Tue, Apr 22, 2014 at 10:07 AM, Yong Zheng <yz2505@columbia.edu> wrote:
Hi everyone,
I recently updated the yt, then realized there is a license issue with HEALPix in the new version... Is there a way that I can reverse back to my previous version (yt2.5)?
Thanks! Yong
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
And just for reference, when Greg and John refer to "installing yt as usual" (after switching to the desired changeset in mercurial), they mean, go to the yt-hg directory (e.g. yt-i386/src/yt-hg or yt-x86_64/src/yt-hg) and then type: python setup.py develop This should set you up to go. Good luck! Cameron On Tue, Apr 22, 2014 at 7:57 AM, Greg Meece <meecegre@msu.edu> wrote:
Mercurial contains all of the past changes to yt. In your yt directory, go into src/yt-hg and then type 'hg tags' to list all of the tagged changsets. You can update to any of theses (e.g., 'hg update yt-2.5') and then install using the setup.py script in that directory.
--Greg
On Tue, Apr 22, 2014 at 10:07 AM, Yong Zheng <yz2505@columbia.edu> wrote:
Hi everyone,
I recently updated the yt, then realized there is a license issue with HEALPix in the new version... Is there a way that I can reverse back to my previous version (yt2.5)?
Thanks! Yong
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
-- Cameron Hummels Postdoctoral Researcher Steward Observatory University of Arizona http://chummels.org
participants (4)
-
Cameron Hummels
-
Greg Meece
-
John Wise
-
Yong Zheng