Add(meta-brainscales) min req. version for googletest
Hmm, not sure how the old version ever built… we need a higher version of googletest library (the older one did roll out up to 50 C++ template parameters and didn't use C++11's variadic template feature for infinitly large parameter type lists (we need more than 50 types in our type lists :D).
Merge request reports
Activity
added 3 commits
-
3f79be53...6c43da71 - 2 commits from branch
technical-coordination/devops/platform:master
- 3a33ba31 - Add(meta-brainscales) min req. version for googletest
-
3f79be53...6c43da71 - 2 commits from branch
mentioned in commit 210dc004
Again it failed! check the attached log pynn-brainscales-error-2.txt
Hmm, it still seems to use the old googletest version; seems the transient dependency (via meta-brainscales to googletest) is still fulfilled by the already-installed meta-brainscales. ⇒ Enforcing the package in the toplevel.
2665 from /srv/test-build/spack/opt/spack/linux-centos 7-broadwell/gcc-10.3.0/googletest-1.10.0-l3ubma25ad33athb6n6q33jmm
See !23 (merged).
This chain of changes also demonstrates how a full developer-build-chain with access to the build logs would be beneficial :D — I did test locally, but my
/srv/test-ebrains
dump was just a bit too outdated, so I did not see the "already-some-version-installed" issues that I triggered → sorry for that.