#
# Filename: Manifest
#
# $Id: Manifest 343938 2011-11-10 16:19:43Z satskyse $
#
# Author: Pavel Ivanov
#
# Purpose: This file holds all the supported configurations of a package
#          It is used by release configurator.
#

COPY: $srcdir/src/dbapi/lang_bind/python/tests/python_dbapi_test.py $installdir/bin

LIB: libpython_ncbi_dbapi.so
LIB: libdbapi.so libdbapi_driver.so libxconnext.so libxconnect.so libxutil.so libxncbi.so
LIB: libncbi_xdbapi_ftds.so libct_ftds64.so libtds_ftds64.so
LIB: libncbi_xdbapi_ctlib.so 

POSTBUILD: $srcdir/scripts/projects/python_ncbi_dbapi/post_build/build_tarball.sh $installdir $version


# Each line describes a single configuration
# The format is as follows:
# <HardwareIdentifier> : <ReleaseSuffix> : <CompilerConfigurationScriptWithKeys>
# Configuration script is relative to c++/compilers/unix/ .
# Release configurator assumes that this script will eventually call standard configure script and pass all options
# to it. So some standard options may be added by release configurator, such as --build-root-sfx, --with-projects,
# --with-distcc, --with-action etc.
Linux32-Centos : 32  : GCC.sh 3.4.2 --without-debug --with-optimization --with-mt --with-dll --with-hard-runpath
Linux64-Centos : 64  : GCC.sh 4.0.1 --without-debug --with-optimization --with-mt --with-dll --with-hard-runpath
