Changeset a84272


Ignore:
Timestamp:
Mar 20, 2017, 10:42:19 AM (8 years ago)
Author:
Frederik Heber <heber@…>
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)
Message:

tempcommit: Attempt at splitting molecuilder into multiple packages, does not work so far.

Location:
debian
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • debian/control

    rcc85e4 ra84272  
    1717
    1818Package: molecuilder-common
    19 Architecture: any
     19Architecture: all
    2020Priority: extra
    2121Depends: ${misc:Depends}
  • debian/molecuilder-common.install

    rcc85e4 ra84272  
    1 /usr/share/doc/molecuilder
    21/usr/share/molecuilder/data/*
  • debian/rules

    rcc85e4 ra84272  
    44include /usr/share/cdbs/1/class/autotools.mk
    55
    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=none 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
     6DEB_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
    77
    88DEB_MAKE_CHECK_TARGET = check
     
    1010DEB_DH_STRIP_ARGS := --dbg-package=molecuilder-dbg
    1111
     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.
     16export OMPI_MCA_plm_rsh_agent=/bin/false
     17
    1218#include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk
Note: See TracChangeset for help on using the changeset viewer.