try to fix pipeline 2
This commit is contained in:
parent
9c2b29ac07
commit
9fad49a2eb
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ stages:
|
||||||
build-centos:
|
build-centos:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- source /opt/rh/devtoolset-7/enable
|
- source /opt/rh/devtoolset-8/enable
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake3 ..
|
- cmake3 ..
|
||||||
|
|
|
@ -64,7 +64,7 @@ namespace CNORXZ
|
||||||
{
|
{
|
||||||
return std::make_tuple
|
return std::make_tuple
|
||||||
( iter<Is,NI>
|
( iter<Is,NI>
|
||||||
( [&ipack](auto i) { return std::get<i>(ipack)->pmax(); },
|
( [&](auto i) { return std::get<i>(ipack)->pmax(); },
|
||||||
[](const auto&... as) { return (as * ...); } )...,
|
[](const auto&... as) { return (as * ...); } )...,
|
||||||
SPos<1>() );
|
SPos<1>() );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue