Changeset a84272
- Timestamp:
- Mar 20, 2017, 10:42:19 AM (8 years ago)
- Branches:
- Debian_Package_split
- Parents:
- cc85e4
- git-author:
- Frederik Heber <heber@…> (03/01/17 19:48:33)
- git-committer:
- Frederik Heber <heber@…> (03/20/17 10:42:19)
- Location:
- debian
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/control
rcc85e4 ra84272 17 17 18 18 Package: molecuilder-common 19 Architecture: a ny19 Architecture: all 20 20 Priority: extra 21 21 Depends: ${misc:Depends} -
debian/molecuilder-common.install
rcc85e4 ra84272 1 /usr/share/doc/molecuilder2 1 /usr/share/molecuilder/data/* -
debian/rules
rcc85e4 ra84272 4 4 include /usr/share/cdbs/1/class/autotools.mk 5 5 6 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 --with-default-parallel=noneCXX='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-production6 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 7 7 8 8 DEB_MAKE_CHECK_TARGET = check … … 10 10 DEB_DH_STRIP_ARGS := --dbg-package=molecuilder-dbg 11 11 12 # this seems to fix issues with launching molecuilder_mpqc crashing with 13 # obscure OMPI errors, 14 # see https://lists.debian.org/debian-science/2012/03/msg00005.html 15 # In any case this works also before actually launching the executable. 16 export OMPI_MCA_plm_rsh_agent=/bin/false 17 12 18 #include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk
Note:
See TracChangeset
for help on using the changeset viewer.