# # Filename: Manifest # # $Id$ # # Author: Alexey Rafanovich # # Purpose: This file holds all the supported configurations of a package # It is used by release configurator. # # USE_DEFAULT_COMPONENTS APP: ncbi_applog POSTBUILD: cp $srcdir/src/misc/clog/app/ncbi_applog.cgi $installdir/bin POSTBUILD: cp $srcdir/src/misc/clog/app/test_ncbi_applog.sh $installdir/bin POSTBUILD: cp $srcdir/src/misc/clog/app/ncbi_applog_run_app.sh $installdir/bin # The -t key prevents inclusion of the tree builder into the release # SVN_TAG_RELEASE_ADD_FLAGS: -t # Each line describes a single configuration # The format is as follows: # : : # 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 : plain : GCC.sh --without-debug --without-mt --with-static --without-runpath --with-flat-makefile --with-bin-release Linux64-Ubuntu : plain : GCC.sh --without-debug --without-mt --with-static --without-runpath --with-flat-makefile --with-bin-release Linux64-Ubuntu-Public : plain : GCC.sh --without-debug --without-mt --with-static --without-runpath --with-flat-makefile --with-bin-release Linux64-Alma : plain : GCC.sh --without-debug --without-mt --with-static --without-runpath --with-flat-makefile --with-bin-release FreeBSD64 : plain : Clang.sh --without-debug --without-mt --with-static --without-runpath --with-flat-makefile --with-bin-release IntelMAC : plain : GCC.sh --without-debug --without-mt --with-static --without-runpath --with-flat-makefile --with-bin-release --without-pcre ArmMAC : plain : Clang.sh --without-debug --without-mt --with-static --without-runpath --with-flat-makefile --with-bin-release --without-pcre Win64_19 : plain : static 64 ReleaseMT #USE_COMPONENTS #