Sorry, someone should have responded yesterday but presumably everyone 
thought someone else would do it. I tried on my Mac and it all went fine.

      Here is the problematic output you got

         Executing: ['git', 'rev-parse', 'v2.0']
          stdout: v2.0

      Here is the code:

      try:
        gitcommit_hash,err,ret = 
config.base.Configure.executeShellCommand([self.sourceControl.git, 'rev-parse', 
self.gitcommit], cwd=self.packageDir, log = self.log)
      except:
        raise RuntimeError('Unable to locate commit: '+self.gitcommit+' in 
repository: '+self.packageDir+'.\n If its a remote branch- use: 
origin/'+self.gitcommit)

 Please do

cd $PETSC_DIR/$PETSC_ARCH/externalpackages/git.p4est

git rev-parse v2.0

git tag -l

and send back all the output. 

Barry




> On Feb 11, 2017, at 7:04 AM, Mark Adams <[email protected]> wrote:
> 
> I am getting this in master:
> 
> *******************************************************************************
>          UNABLE to CONFIGURE with GIVEN OPTIONS    (see configure.log for 
> details):
> -------------------------------------------------------------------------------
> Unable to locate commit: v2.0 in repository: 
> /Users/markadams/Codes/petsc/arch-macosx-gnu-g/externalpackages/git.p4est.
>  If its a remote branch- use: origin/v2.0
> 
> <configure.log>

Reply via email to