summaryrefslogtreecommitdiff
path: root/libodb-mssql/manifest
blob: 856b67a1b3337bbf83b127506412b34a67bb1dcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
: 1
name: libodb-mssql
version: 2.5.0-b.26.z
project: odb
summary: Microsoft SQL Server ODB runtime library
license: other: ODB NCUEL   ; Non-Commercial Use and Evaluation License.
license: other: proprietary ; Not free/open source.
topics: C++, ORM, Microsoft SQL Server, SQL
description-file: README
changes-file: NEWS
url: https://www.codesynthesis.com/products/odb/
doc-url: https://www.codesynthesis.com/products/odb/doc/manual.xhtml
src-url: https://git.codesynthesis.com/cgit/odb/odb/
email: odb-users@codesynthesis.com
build-warning-email: odb-builds@codesynthesis.com
requires: c++11
# @@ DEP
#requires: ? libunixodbc ; Only on UNIX.

# @@ TMP Bump the toolchain version to 0.17.0 after it is released.
#
depends: * build2 >= 0.16.0-
depends: * bpkg >= 0.16.0-

depends: libodb == $
depends: * cli ^1.2.0- ? ($config.libodb_mssql.develop)

# @@ TMP: drop develop (also drop in odb-tests/build/root.build).
#
tests: odb-tests == $ \
  ? ($config.odb_tests.develop && !$defined(config.odb_tests.database)) config.odb_tests.database=mssql

# @@ TMP
#
builds: windows ; Requires not yet packaged libunixodbc (unixODBC).
#builds: windows mssql

# Only build this package configuration where it can be tested via odb-tests
# package (see its manifest for details).
#
#multi-builds: mssql
#multi-build-config:
#\
#{ 'config.odb_tests.database=mssql sqlite' }+ odb-tests
#;
#Enable testing in dynamic multi-database mode.
#\