#
# Filename: Manifest
#
# $Id: Manifest 373720 2012-08-31 19:49:10Z ucko $
#
# 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 

# Use stable components (per components.link) rather than the trunk.
USE_COMPONENTS

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 4.6.0 --without-debug --with-optimization --with-mt --with-dll --with-hard-runpath
Linux64-Centos : 64  : GCC.sh 4.4.2 --without-debug --with-optimization --with-mt --with-dll --with-hard-runpath
