3
0
Fork 0
forked from mirrors/nixpkgs

fastnlo: fix yoda interface

This commit is contained in:
Dmitry Kalinkin 2017-01-09 02:24:27 -05:00
parent bbc3082ebd
commit f7173a9187
No known key found for this signature in database
GPG key ID: 5157B3EC8B2CA333

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