fastnlo: fix yoda interface
This commit is contained in:
parent
bbc3082ebd
commit
f7173a9187
1 changed files with 6 additions and 0 deletions
|
@ -11,6 +11,12 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ boost lhapdf root yoda ];
|
||||
|
||||
CXXFLAGS="-std=c++11"; # for yoda
|
||||
|
||||
configureFlags = [
|
||||
"--with-yoda=${yoda}"
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue