[cig-commits] r18051 - short/3D/PyLith/trunk

brad at geodynamics.org brad at geodynamics.org
Mon Mar 7 12:27:37 PST 2011


Author: brad
Date: 2011-03-07 12:27:37 -0800 (Mon, 07 Mar 2011)
New Revision: 18051

Modified:
   short/3D/PyLith/trunk/
Log:
Updated packaging.


Property changes on: short/3D/PyLith/trunk
___________________________________________________________________
Name: buildbot:config
   - # -*- cfg -*-
# vim:set ft=cfg:

[packaging]

bin_dirs =
    bin

lib_dirs =
    lib

misc_dirs =
    etc
    include
    share

files =
    setup.sh


strip_list =
    lib/libpylith
    lib/libspatialdata

scripts =
    pylith
    pylithinfo
    pyconvert.py
    gensimpledb.py


   + # -*- cfg -*-
# vim:set ft=cfg:

[packaging]

bin_dirs =
    bin

lib_dirs =
    lib

misc_dirs =
    etc
    include
    share

files =
    setup.sh


strip_list =
    lib/libpylith
    lib/libspatialdata

exclude =
    bin/gcc
    bin/gccbug
    bin/g++
    bin/gfortran
    bin/cpp
    bin/bfort
    bin/f2py
    bin/x86_64-unknown-linux-gnu-c++*
    bin/x86_64-unknown-linux-gnu-g++*
    bin/x86_64-unknown-linux-gnu-gcc*
    bin/x86_64-unknown-linux-gnu-gcc-4.5.2*
    bin/x86_64-unknown-linux-gnu-gfortran*
    share/man/man1/cpp.1
    share/man/man1/g++.1
    share/man/man1/gcc.1
    share/man/man1/gfotran.1
    share/man/man3/*
    
    lib/*.a

scripts =
    pylith
    pylithinfo
    pyconvert.py
    gensimpledb.py





More information about the CIG-COMMITS mailing list