Update ci for docs with configure

This commit is contained in:
2022-03-15 14:25:31 +01:00
parent 764d27d67c
commit fb9fdab703
3 changed files with 26 additions and 11 deletions

View File

@@ -7,7 +7,6 @@
];
shellHook = ''
export OPENBLAS_PATH=${pkgs.openblas}
export SCALAPACK_PATH=${pkgs.scalapack}
export LD_LIBRARY_PATH=${pkgs.scalapack}/lib:$LD_LIBRARY_PATH
'';