#!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk DEB_CONFIGURE_EXTRA_FLAGS += --disable-debug --disable-valgrind --enable-qtgui-capture-log --enable-action-thread --enable-jobmarket --enable-vmg --with-vmg-mpi --enable-python --enable-qtgui --enable-qwt --enable-levmar CXX='mpic++' CC='mpicc' F77='mpif77' --with-Qt-bin=/usr/share/qt4/bin --with-qwt-include=/usr/include/qwt-qt4 --with-qwt-libdir=/usr/lib --enable-production DEB_MAKE_CHECK_TARGET = check DEB_DH_STRIP_ARGS := --dbg-package=molecuilder-dbg # this seems to fix issues with launching molecuilder_mpqc crashing with # obscure OMPI errors, # see https://lists.debian.org/debian-science/2012/03/msg00005.html # In any case this works also before actually launching the executable. export OMPI_MCA_plm_rsh_agent=/bin/false #include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk