saiph: removing useless exports

This commit is contained in:
Sandra 2020-10-01 17:45:40 +02:00
parent 78b96c1bc6
commit ce7566cf7a

View File

@ -38,19 +38,11 @@ stdenv.mkDerivation rec {
# Required for nanos6
hardeningDisable = [ "bindnow" ];
# Enable debug
# postPatch = ''
# sed -i 's/^SANITIZE_FLAGS=/SANITIZE_FLAGS=$(DEBUG_FLAGS)/g' \
# saiphv2/cpp/src/Makefile.clang
# '';
preBuild = ''
cd saiphv2/cpp/src
export VTK_VERSION=8.2
export VTK_HOME=${vtk}
export BOOST_HOME=${boost}
export SAIPH_HOME=.
'';
makeFlags = [