Mercurial access commands

Bug/problem reports for any of the GYRE executables (gyre_ad, gyre_nad, etc)
Post Reply
ccameron
Posts: 12
Joined: Sun Apr 07, 2013 11:35 am

Mercurial access commands

Post by ccameron » Mon Aug 19, 2013 11:24 am

Hey Rich,

The Mercurial access commands listed on the wiki (@ https://bitbucket.org/rhdtownsend/gyre/wiki/Download) won't nest the core directory in gyre/src/extern because that dir doesn't exist in the download.

I had to run the following set of commands for gyre to download, compile and test OK:

hg clone -r stable https://bitbucket.org/rhdtownsend/gyre
mkdir gyre/src/extern
cd gyre/src/extern
hg clone -r stable https://bitbucket.org/rhdtownsend/core

Congratulations on the gyre publication BTW. I look forward to dissecting it!

Chris

User avatar
rhtownsend
Site Admin
Posts: 397
Joined: Sun Mar 31, 2013 4:22 pm

Re: Mercurial access commands

Post by rhtownsend » Mon Sep 02, 2013 1:16 pm

ccameron wrote:Hey Rich,

The Mercurial access commands listed on the wiki (@ https://bitbucket.org/rhdtownsend/gyre/wiki/Download) won't nest the core directory in gyre/src/extern because that dir doesn't exist in the download.

I had to run the following set of commands for gyre to download, compile and test OK:

hg clone -r stable https://bitbucket.org/rhdtownsend/gyre
mkdir gyre/src/extern
cd gyre/src/extern
hg clone -r stable https://bitbucket.org/rhdtownsend/core

Congratulations on the gyre publication BTW. I look forward to dissecting it!

Chris
Ah -- thanks for spotting this. I'll update the instructions accordingly.

cheers,

Rich

Post Reply