| 56d4cd92 | 04-Nov-2015 |
Satish Balay <balay@mcs.anl.gov> |
configure: in git.package - always use detached head by checking out gitcommit_hash - When gitcommit is specified as a branch 'origin/branch' vs 'branch' mean different things and the correct one
configure: in git.package - always use detached head by checking out gitcommit_hash - When gitcommit is specified as a branch 'origin/branch' vs 'branch' mean different things and the correct one should be used. * 'origin/branch' refers to the 'branch' in the remote repo * 'branch' refers to the value in the local repo. Normally this should *not* be used - as this local branch is never created [by configure in the detached mode use]. Its only useful for in-repo experimentation. - attempt to do a fetch only when needed [as usually the gitcommit is already in the local repo] * if its a branch starting with 'origin' [since its remote tracking] - do a fetch before checkout * for a hash, tag - first if the commit exists locally before attempting a fetch/checkout. * for a local branch - if wasn't manually created - it won't be found - so we error out.
show more ...
|
| b6154b02 | 03-Nov-2015 |
Satish Balay <balay@mcs.anl.gov> |
elemental: update to latest snapshot - fix for lone valgrind leak - build uses both METIS_INCLUDE_DIR and PARMETIS_INCLUDE_DIR options for parmetis.h test - EL_BUILD_METIS -> EL_FORCE_METIS_BUILD, EL
elemental: update to latest snapshot - fix for lone valgrind leak - build uses both METIS_INCLUDE_DIR and PARMETIS_INCLUDE_DIR options for parmetis.h test - EL_BUILD_METIS -> EL_FORCE_METIS_BUILD, EL_BUILD_PARMETIS -> EL_FORCE_PARMETIS_BUILD - set appropriate CMAKE_BUILD_TYPE flag
show more ...
|