fastnlo: fix yoda interface

This commit is contained in:
Dmitry Kalinkin
2017-01-09 02:24:27 -05:00
parent bbc3082ebd
commit f7173a9187

View File

@@ -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 = {