#
# Filename: Manifest
#
# $Id: Manifest 682003 2024-04-18 20:54:51Z satskyse $
#
# Author: Sergey Satskiy
#
# Purpose: This file holds all the supported configurations of a package
#          It is used by release configurator.
#

# The APP: statement describes binaries
# The LIB: statement describes libraries
# The DLL: statement describes shared objects
# The ETC: statement describes configuration files
# It is allowed to have more than one of each statements
APP: pubseq_gateway
ETC: src/app/pubseq_gateway/server/pubseq_gateway.ini

DEFAULT_CONFIGURATIONS: Linux64-Centos:O2g

# 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.
Linux64-Centos : Release        : GCC.sh 7.3.0 --without-debug                 --with-mt --with-flat-makefile --with-libuv=$NCBI/libuv-1.42.0 --with-cassandra=$NCBI/datastax-cpp-driver-2.17.1 --with-h2o=$NCBI/h2o-2.2.6-ncbi3 --with-lmdb=$NCBI/lmdb-0.9.24
Linux64-Centos : Debug          : GCC.sh 7.3.0 --with-debug                    --with-mt --with-flat-makefile --with-libuv=$NCBI/libuv-1.42.0 --with-cassandra=$NCBI/datastax-cpp-driver-2.17.1 --with-h2o=$NCBI/h2o-2.2.6-ncbi3 --with-lmdb=$NCBI/lmdb-0.9.24
Linux64-Centos : O2g            : GCC.sh 7.3.0 --without-debug  --with-symbols --with-mt --with-flat-makefile --with-libuv=$NCBI/libuv-1.42.0 --with-cassandra=$NCBI/datastax-cpp-driver-2.17.1 --with-h2o=$NCBI/h2o-2.2.6-ncbi3 --with-lmdb=$NCBI/lmdb-0.9.24

Linux64-Centos : O2gNoH2OPatch  : GCC.sh 7.3.0 --without-debug  --with-symbols --with-mt --with-flat-makefile --with-libuv=$NCBI/libuv-1.42.0 --with-cassandra=$NCBI/datastax-cpp-driver-2.17.1 --with-h2o=$NCBI/h2o-2.2.6+uv1.42 --with-lmdb=$NCBI/lmdb-0.9.24

# --with-max-debug builds with a GCC sanitizer
Linux64-Centos : MaxDebug            : GCC.sh 7.3.0 --with-max-debug                --with-mt --with-flat-makefile --with-libuv=$NCBI/libuv-1.42.0 --with-cassandra=$NCBI/datastax-cpp-driver-2.17.1 --with-h2o=$NCBI/h2o-2.2.6-ncbi3 --with-lmdb=$NCBI/lmdb-0.9.24
Linux64-Centos : MaxDebugNoH2OPatch  : GCC.sh 7.3.0 --with-max-debug                --with-mt --with-flat-makefile --with-libuv=$NCBI/libuv-1.42.0 --with-cassandra=$NCBI/datastax-cpp-driver-2.17.1 --with-h2o=$NCBI/h2o-2.2.6+uv1.42 --with-lmdb=$NCBI/lmdb-0.9.24

Linux64-Alma   : O2g            : GCC.sh 7.3.0 --without-debug  --with-symbols --with-mt --with-flat-makefile --with-libuv=$NCBI/libuv-1.42.0 --with-cassandra=$NCBI/datastax-cpp-driver-2.17.1+a8 --with-h2o=$NCBI/h2o-2.2.6-ncbi3+a8 --with-libssh2=$NCBI/libssh2-1.11.0 --with-lmdb=$NCBI/lmdb-0.9.24
Linux64-Alma   : O2gWithH2oAssert  : GCC.sh 7.3.0 --without-debug  --with-symbols --with-mt --with-flat-makefile --with-libuv=$NCBI/libuv-1.42.0 --with-cassandra=$NCBI/datastax-cpp-driver-2.17.1+a8 --with-h2o=$NCBI/h2o-2.2.6-ncbi3+a8/GCC730-DebugMT64 --with-libssh2=$NCBI/libssh2-1.11.0 --with-lmdb=$NCBI/lmdb-0.9.24
Linux64-Alma   : MaxDebug       : GCC.sh 7.3.0 --with-max-debug                --with-mt --with-flat-makefile --with-libuv=$NCBI/libuv-1.42.0 --with-cassandra=$NCBI/datastax-cpp-driver-2.17.1+a8 --with-h2o=$NCBI/h2o-2.2.6-ncbi3+a8 --with-libssh2=$NCBI/libssh2-1.11.0 --with-lmdb=$NCBI/lmdb-0.9.24
# USE_COMPONENTS
