ICB-DCM / parPE

Parameter estimation for dynamical models using high-performance computing, batch and mini-batch optimizers, and dynamic load balancing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update master branch of GoogleTestSuite to main

MerktSimon opened this issue · comments

Google renamed the master branch of https://github.com/google/googletest to "main" which causes the follow error while setting up parPE

-- Build files have been written to: /home/smerkt/covid_ethiopia/packages/parPE/deps/AMICI/build/tests/cpp/googletest-download
Scanning dependencies of target googletest
[ 11%] Creating directories for 'googletest'
[ 22%] Performing download step (git clone) for 'googletest'
Cloning into 'googletest-src'...
error: pathspec 'master' did not match any file(s) known to git.
CMake Error at googletest-download/googletest-prefix/tmp/googletest-gitclone.cmake:40 (message):
  Failed to checkout tag: 'master'


gmake[2]: *** [googletest-prefix/src/googletest-stamp/googletest-download] Error 1
gmake[1]: *** [CMakeFiles/googletest.dir/all] Error 2
gmake: *** [all] Error 2
CMake Error at tests/cpp/CMakeLists.txt:19 (message):
  Build step for googletest failed: 2


-- Configuring incomplete, errors occurred!

It's already fixed on develop with #366.

Now fixed on master