Skip to content

Commit

Permalink
Set VDWXC_DIR to enable SIRIUS to find libvdwxc
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kwsm authored and oschuett committed Mar 4, 2020
1 parent bff3c63 commit 43c5108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/toolchain/scripts/install_libvdwxc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export CP_CFLAGS="\${CP_CFLAGS} IF_MPI(IF_OMP(${LIBVDWXC_CFLAGS}|)|)"
export CP_LDFLAGS="\${CP_LDFLAGS} IF_MPI(IF_OMP(${LIBVDWXC_LDFLAGS}|)|)"
export CP_LIBS="IF_MPI(IF_OMP(${LIBVDWXC_LIBS}|)|) \${CP_LIBS}"
export PKG_CONFIG_PATH="$pkg_install_dir/lib/pkgconfig:$PKG_CONFIG_PATH"
export LIBVDWXCROOT="$pkg_install_dir"
export VDWXC_DIR="$pkg_install_dir"
EOF
cat "${BUILDDIR}/setup_libvdwxc" >> $SETUPFILE
fi
Expand Down

0 comments on commit 43c5108

Please sign in to comment.