pyncbitk-runtime 30.0.0.0__tar.gz → 30.6.0.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. {pyncbitk_runtime-30.0.0.0 → pyncbitk_runtime-30.6.0.0}/PKG-INFO +1 -1
  2. {pyncbitk_runtime-30.0.0.0 → pyncbitk_runtime-30.6.0.0}/conanfile.txt +1 -1
  3. {pyncbitk_runtime-30.0.0.0 → pyncbitk_runtime-30.6.0.0}/pyproject.toml +3 -3
  4. pyncbitk_runtime-30.6.0.0/vendor/ncbi-cxx-toolkit-conan/CMakeLists.txt +4 -0
  5. {pyncbitk_runtime-30.0.0.0 → pyncbitk_runtime-30.6.0.0}/vendor/ncbi-cxx-toolkit-conan/README.md +89 -45
  6. pyncbitk_runtime-30.6.0.0/vendor/ncbi-cxx-toolkit-conan/components.yml +328 -0
  7. pyncbitk_runtime-30.6.0.0/vendor/ncbi-cxx-toolkit-conan/conandata.yml +55 -0
  8. pyncbitk_runtime-30.6.0.0/vendor/ncbi-cxx-toolkit-conan/conanfile.py +214 -0
  9. pyncbitk_runtime-30.6.0.0/vendor/ncbi-cxx-toolkit-conan/patches/29.10.0-ncbiptb.patch +13 -0
  10. pyncbitk_runtime-30.6.0.0/vendor/ncbi-cxx-toolkit-conan/patches/30.2.0-fix-export-single-config-win.patch +24 -0
  11. pyncbitk_runtime-30.6.0.0/vendor/ncbi-cxx-toolkit-conan/test_package/CMakeLists.txt +6 -0
  12. {pyncbitk_runtime-30.0.0.0 → pyncbitk_runtime-30.6.0.0}/vendor/ncbi-cxx-toolkit-conan/test_package/conanfile.py +1 -4
  13. pyncbitk_runtime-30.0.0.0/vendor/ncbi-cxx-toolkit-conan/conandata.yml +0 -93
  14. pyncbitk_runtime-30.0.0.0/vendor/ncbi-cxx-toolkit-conan/conanfile.py +0 -371
  15. pyncbitk_runtime-30.0.0.0/vendor/ncbi-cxx-toolkit-conan/dependencies/dependencies-0.0.yml +0 -244
  16. pyncbitk_runtime-30.0.0.0/vendor/ncbi-cxx-toolkit-conan/dependencies/dependencies-27.0.yml +0 -229
  17. pyncbitk_runtime-30.0.0.0/vendor/ncbi-cxx-toolkit-conan/dependencies/dependencies-28.0.yml +0 -230
  18. pyncbitk_runtime-30.0.0.0/vendor/ncbi-cxx-toolkit-conan/dependencies/dependencies-29.0.yml +0 -243
  19. pyncbitk_runtime-30.0.0.0/vendor/ncbi-cxx-toolkit-conan/dependencies/dependencies-30.0.yml +0 -244
  20. pyncbitk_runtime-30.0.0.0/vendor/ncbi-cxx-toolkit-conan/dependencies/requirements-0.0.yml +0 -31
  21. pyncbitk_runtime-30.0.0.0/vendor/ncbi-cxx-toolkit-conan/dependencies/requirements-27.0.yml +0 -28
  22. pyncbitk_runtime-30.0.0.0/vendor/ncbi-cxx-toolkit-conan/dependencies/requirements-28.0.yml +0 -27
  23. pyncbitk_runtime-30.0.0.0/vendor/ncbi-cxx-toolkit-conan/dependencies/requirements-29.0.yml +0 -31
  24. pyncbitk_runtime-30.0.0.0/vendor/ncbi-cxx-toolkit-conan/dependencies/requirements-30.0.yml +0 -31
  25. pyncbitk_runtime-30.0.0.0/vendor/ncbi-cxx-toolkit-conan/patches/27.0.0-compiler.patch +0 -11
  26. pyncbitk_runtime-30.0.0.0/vendor/ncbi-cxx-toolkit-conan/patches/27.0.0-definitions.patch +0 -11
  27. pyncbitk_runtime-30.0.0.0/vendor/ncbi-cxx-toolkit-conan/patches/27.0.0-install.patch +0 -15
  28. pyncbitk_runtime-30.0.0.0/vendor/ncbi-cxx-toolkit-conan/patches/29.0.0-ncbiptb.patch +0 -11
  29. pyncbitk_runtime-30.0.0.0/vendor/ncbi-cxx-toolkit-conan/test_package/CMakeLists.txt +0 -7
  30. pyncbitk_runtime-30.0.0.0/vendor/ncbi-cxx-toolkit-conan/test_v1_package/CMakeLists.txt +0 -8
  31. pyncbitk_runtime-30.0.0.0/vendor/ncbi-cxx-toolkit-conan/test_v1_package/conanfile.py +0 -19
  32. {pyncbitk_runtime-30.0.0.0 → pyncbitk_runtime-30.6.0.0}/CMakeLists.txt +0 -0
  33. {pyncbitk_runtime-30.0.0.0 → pyncbitk_runtime-30.6.0.0}/COPYING +0 -0
  34. {pyncbitk_runtime-30.0.0.0 → pyncbitk_runtime-30.6.0.0}/README.md +0 -0
  35. {pyncbitk_runtime-30.0.0.0 → pyncbitk_runtime-30.6.0.0}/deployer.py +0 -0
  36. {pyncbitk_runtime-30.0.0.0 → pyncbitk_runtime-30.6.0.0}/vendor/ncbi-cxx-toolkit-conan/test_package/basic_sample.cpp +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyncbitk-runtime
3
- Version: 30.0.0.0
3
+ Version: 30.6.0.0
4
4
  Summary: Runtime component of the NCBI C++ Toolkit to use in PyNCBItk.
5
5
  Keywords: bioinformatics,blast,sequence,alignment,ncbi
6
6
  Author-Email: Martin Larralde <martin.larralde@embl.de>
@@ -1,5 +1,5 @@
1
1
  [requires]
2
- ncbi-cxx-toolkit-public/30.0.0
2
+ ncbi-cxx-toolkit-public/30.6.0
3
3
  libiconv/1.17
4
4
  [options]
5
5
  ncbi-cxx-toolkit-public/*:with_components=algo;core;objects;seqext;loaders
@@ -2,13 +2,13 @@
2
2
  build-backend = "scikit_build_core_conan.build"
3
3
  requires = [
4
4
  "scikit-build-core-conan==0.7.1 ; python_version <= '3.8'",
5
- "scikit-build-core-conan~=0.8.0 ; python_version > '3.8'",
5
+ "scikit-build-core-conan~=0.9.0 ; python_version > '3.8'",
6
6
  "cython >=3.0"
7
7
  ]
8
8
 
9
9
  [project]
10
10
  name = "pyncbitk-runtime"
11
- version = "30.0.0.0"
11
+ version = "30.6.0.0"
12
12
  description = "Runtime component of the NCBI C++ Toolkit to use in PyNCBItk."
13
13
  readme = "README.md"
14
14
  requires-python = ">=3.7"
@@ -46,7 +46,7 @@ settings = ["compiler.cppstd=20"]
46
46
  [[tool.scikit-build-core-conan.local-recipes]]
47
47
  path = "vendor/ncbi-cxx-toolkit-conan"
48
48
  name = "ncbi-cxx-toolkit-public"
49
- version = "30.0.0"
49
+ version = "30.6.0"
50
50
 
51
51
  [tool.scikit-build]
52
52
  build-dir = "build/{build_type}"
@@ -0,0 +1,4 @@
1
+ cmake_minimum_required(VERSION 3.15)
2
+ project(ncbi-cpp)
3
+ include(src/build-system/cmake/CMake.NCBItoolkit.cmake)
4
+ add_subdirectory(src)
@@ -30,46 +30,74 @@ then the Toolkit itself. It is not always clear what exactly is required. Conan'
30
30
  <a name="recipe_Env"></a>
31
31
  ## Preparing work environment.
32
32
 
33
- First, you need Conan (and, to install Conan, you need Python). For instructions of how to install Conan, please refer to [Conan's documentation](https://docs.conan.io/2/installation.html).
33
+ First, you need Conan (and, to install Conan, you need Python).
34
+ For detailed instructions of how to install Conan,
35
+ please refer to [Conan's documentation](https://docs.conan.io/2/installation.html).
34
36
 
35
- Install Conan:
37
+ Create a python virtual environment and activate it:
36
38
 
37
- pip install conan
39
+ $ cd ~
40
+ $ python -m venv demo_venv
41
+ $ source ~/demo_venv/bin/activate
38
42
 
39
- or, to install a specific version:
43
+ Install Conan python package:
40
44
 
41
- pip install conan==2.13.0
45
+ (demo_venv) $ pip install conan
42
46
 
43
- If needed, upgrade Conan installation:
47
+ The command above installs the latest version of the Conan package. It should
48
+ work in most of the cases however a particular version could also be specified,
49
+ e.g.:
44
50
 
45
- pip install conan --upgrade
51
+ (demo_venv) $ pip install conan==2.28.1
46
52
 
47
- Next, check the list of Conan repositories and add *center.conan.io*:
48
53
 
49
- $ conan remote add conancenter https://center2.conan.io
50
- $ conan remote list
54
+ If a previously existed python virtual environment was used then it could have
55
+ had an old version of the Conan package. In this case the Conan package can be
56
+ upgraded:
57
+
58
+ (demo_venv) $ pip install conan --upgrade
59
+
60
+ Next, check the list of Conan repositories and add *center2.conan.io*, if needed:
61
+
62
+ (demo_venv) $ conan remote add conancenter https://center2.conan.io
63
+ (demo_venv) $ conan remote list
51
64
  conancenter: https://center2.conan.io [Verify SSL: True]
52
65
 
53
- Make sure *cmake* is found in *PATH*. On MacOS and Windows this might require correcting the *PATH* environment variable.
66
+ Install *cmake*:
67
+
68
+ (demo_env) $ pip install cmake
69
+
54
70
  Finally. NCBI C++ Toolkit is large. Building it locally requires a lot of disk space. By default, Conan's local cache is located
55
- in user home directory, which, most likely does not have enough space. To place Conan's cache into another location,
71
+ in the user home directory. If by some reasons the user home directory does not have enough space
72
+ then the Conan's cache location needs to be moved somewhere else. To do so
56
73
  you should define [CONAN_HOME](https://docs.conan.io/2/reference/environment.html) environment variable.
57
74
 
58
75
  Check the list of Conan [profiles](https://docs.conan.io/2/reference/commands/profile.html). Create *default* one:
59
76
 
60
- conan profile list
61
- conan profile detect
62
- conan profile show
77
+ (demo_venv) $ conan profile list
78
+ (demo_venv) $ conan profile detect
79
+ (demo_venv) $ conan profile show
63
80
 
64
81
  Profiles can only be edited manually. Find profile location:
65
82
 
66
- conan profile path default
83
+ (demo_venv) $ conan profile path default
84
+
85
+ The command above prints a full path to the default profile. Open the file and
86
+ check the compiler.cppstd entry. It should say
87
+
88
+ compiler.cppstd=gnu20
89
+
90
+ Conan detection of a C++ compiler standard may vary. E.g. some "reasonably
91
+ gnu20 capable" compilers such as GCC-13 will be detected as gnu17 (because they
92
+ run in the gnu17 mode by default). In such cases the detected value must be
93
+ manually adjusted in the conan profile. The NCBI C++ Toolkit requires C++
94
+ standard at least gnu20.
95
+
67
96
 
68
97
  Clone this repository and export the recipe into the local Conan cache:
69
98
 
70
- git clone https://github.com/ncbi/ncbi-cxx-toolkit-conan.git
71
- cd ncbi-cxx-toolkit-conan
72
- conan export . --version 30.0.0
99
+ (demo_venv) $ git clone https://github.com/ncbi/ncbi-cxx-toolkit-conan.git
100
+ (demo_venv) $ conan export ncbi-cxx-toolkit-conan --version 30.2.0
73
101
 
74
102
  Please check *conandata.yml* file in this repository for the list of existing NCBI C++ Toolkit versions.
75
103
 
@@ -77,44 +105,57 @@ Please check *conandata.yml* file in this repository for the list of existing NC
77
105
  <a name="recipe_Build"></a>
78
106
  ## Building your project.
79
107
 
80
- Let us build [blast_demo](https://github.com/ncbi/ncbi-cxx-toolkit-public/blob/master/src/sample/app/blast/CMakeLists.blast_demo.app.txt) sample application.
81
- It requires one source file and some unknown number of the Toolkit libraries.
82
- What we know for sure is that we need *blastinput* library.
108
+ Building of an application is demonstrated using a
109
+ [blast_demo](https://github.com/ncbi/ncbi-cxx-toolkit-public/blob/master/src/sample/app/blast/CMakeLists.blast_demo.app.txt)
110
+ sample application. In addition to the source code of the application some
111
+ NCBI C++ toolkit libraries are required. What we know for sure is that we need *blastinput* library.
112
+ Let's create a working directory for the demo application:
113
+
114
+ $ mkdir ~/blast_demo
115
+ $ cd ~/blast_demo
116
+
117
+ To build it locally 3 files are needed. First is the application C++ source
118
+ file. It can be retrieved from a NCBI C++ Toolkit github repository as follows:
119
+
120
+ $ wget https://raw.githubusercontent.com/ncbi/ncbi-cxx-toolkit-public/master/src/sample/app/blast/blast_demo.cpp
83
121
 
84
- Copy *blast_demo.cpp* into a local directory. Next to it, create [*conanfile.py*](https://docs.conan.io/2/reference/conanfile.html):
122
+
123
+ The second file [*conanfile.py*](https://docs.conan.io/2/reference/conanfile.html)
124
+ needs to be created manually with the following content:
85
125
 
86
126
  from conan import ConanFile
87
- from conan.tools.cmake import cmake_layout
127
+ from conan.tools.cmake import cmake_layout, CMake
88
128
  class NCBIapp(ConanFile):
89
129
  settings = "os", "compiler", "build_type", "arch"
90
130
  generators = "CMakeDeps", "CMakeToolchain", "VirtualRunEnv"
91
131
  def requirements(self):
92
- self.requires("ncbi-cxx-toolkit-public/[>=29]")
132
+ self.requires("ncbi-cxx-toolkit-public/[~30]")
93
133
  def layout(self):
94
134
  cmake_layout(self, src_folder=".")
135
+ def build(self):
136
+ cmake = CMake(self)
137
+ cmake.configure()
138
+ cmake.build()
95
139
 
96
- It is also possible to use [*conanfile.txt*](https://docs.conan.io/2/reference/conanfile_txt.html) - a simplified version of *conanfile.py*:
140
+ The third file *CMakeLists.txt* (*blastinput* library is included into
141
+ *blast* [component](#recipe_Components)) needs to be created manually as well
142
+ with the following content:
97
143
 
98
- [requires]
99
- ncbi-cxx-toolkit-public/30.0.0
100
- [layout]
101
- cmake_layout
102
- [generators]
103
- CMakeDeps
104
- CMakeToolchain
105
- VirtualRunEnv
144
+ cmake_minimum_required(VERSION 3.16)
145
+ project(my_blast_demo_app)
146
+ find_package(ncbi-cxx-toolkit-public REQUIRED)
147
+ add_executable(blast_demo blast_demo.cpp)
148
+ target_link_libraries(blast_demo ncbi-cxx-toolkit-public::blast)
106
149
 
107
- It is difficult to say what is better, but *conanfile.py* definitely provides greater
108
- [flexibility](https://docs.conan.io/2/tutorial/consuming_packages/the_flexibility_of_conanfile_py.html)
150
+ [Build](https://docs.conan.io/2/reference/commands/build.html) the application:
109
151
 
110
- Add *CMakeLists.txt* (*blastinput* library is included into *blast* [component](#recipe_Components)):
152
+ (demo_venv) $ conan build . -s build_type=Release --build missing
111
153
 
112
- cmake_minimum_required(VERSION 3.16)
113
- project(conanapp)
114
- set(ncbitk ncbi-cxx-toolkit-public)
115
- find_package(${ncbitk} REQUIRED)
116
- add_executable(blast_demo blast_demo.cpp)
117
- target_link_libraries(blast_demo ${ncbitk}::blast)
154
+ Conan installs dependencies, and executes the recipe's *build* method, which runs cmake configure and build.
155
+ Upon a successful completion the application binary will be located at
156
+ *~/blast_demo/build/Release/blast_demo*.
157
+
158
+ Another options is to run CMake manually:
118
159
 
119
160
  Install build requirements, in the source directory run
120
161
 
@@ -283,12 +324,15 @@ First two parameters to *NCBI_generate_cpp* receive lists of generated files - s
283
324
 
284
325
  [gRPC](https://grpc.io) is an open source high performance Remote Procedure Call framework. By default, gRPC uses [Protocol Buffers](https://developers.google.com/protocol-buffers/docs/overview), Google’s open source mechanism for serializing structured data.
285
326
 
286
- First, make sure your project contains proper requirements. For example, conanfile.txt may request *protobuf* and *grpc*:
327
+ First, make sure your project contains proper requirements. For example, conanfile.txt may request *protobuf* and *grpc* (note *tool_requires* part):
287
328
 
288
329
  [requires]
289
- ncbi-cxx-toolkit-public/30.0.0
330
+ ncbi-cxx-toolkit-public/30.2.0
290
331
  protobuf/5.27.0
291
332
  grpc/1.72.0
333
+ [tool_requires]
334
+ protobuf/<host_version>
335
+ grpc/<host_version>
292
336
 
293
337
  Next, you can use their own mechanisms, or the same NCBI function *NCBI_generate_cpp*:
294
338
 
@@ -0,0 +1,328 @@
1
+ # Component model for ncbi-cxx-toolkit-public 30.x
2
+ # Each component defines: libraries, dependencies (other components),
3
+ # and external Conan package requirements (using Conan target names).
4
+ components:
5
+ core:
6
+ libraries:
7
+ - xconnext
8
+ - xxconnect2
9
+ - xalgovmerge
10
+ - ncbi_xcache_netcache
11
+ - ncbi_core
12
+ - xconnserv
13
+ - xcompress
14
+ - xthrserv
15
+ - xregexp
16
+ - xser
17
+ - sequtil
18
+ - xconnect
19
+ - xdiff
20
+ - xqueryparse
21
+ - xutil
22
+ - tables
23
+ - xncbi
24
+ - zcf
25
+ dependencies: []
26
+ requires:
27
+ - zlib::zlib
28
+ - bzip2::bzip2
29
+ - lzo::lzo
30
+ - zstd::zstd
31
+ - pcre2::pcre2
32
+ - libuv::libuv
33
+ - libnghttp2::libnghttp2
34
+ - backward-cpp::backward-cpp
35
+ - libunwind::libunwind
36
+ algo:
37
+ libraries:
38
+ - ncbi_algo
39
+ - prosplign
40
+ - xalgoalignsplign
41
+ - cobalt
42
+ - proteinkmer
43
+ - xalgocontig_assembly
44
+ - xalgoalignutil
45
+ - xblastformat
46
+ - phytree_format
47
+ - xblast
48
+ - xalgoseqqa
49
+ - xprimer
50
+ - xalgognomon
51
+ - xalgowinmask
52
+ - xalgoblastdbindex
53
+ - xalgophytree
54
+ - xalgoseq
55
+ - xalgoalignnw
56
+ - xalgodustmask
57
+ - xalgosegmask
58
+ - xid_mapper
59
+ - xalgotext
60
+ - composition_adjustment
61
+ - fastme
62
+ - utrtprof
63
+ dependencies: [align-format, sqlitewrapp]
64
+ requires: []
65
+ algo-ms:
66
+ libraries: [ncbi_algo_ms, xomssa, omssa, pepXML]
67
+ dependencies: [algo]
68
+ requires: []
69
+ algo-structure:
70
+ libraries: [ncbi_algo_structure, xcd_utils, xstruct_util, xstruct_thread, xstruct_dp]
71
+ dependencies: [algo, objects]
72
+ requires: []
73
+ align-format:
74
+ libraries: [xalntool, ncbi_align_format, align_format]
75
+ dependencies: [loader-genbank, web]
76
+ requires: []
77
+ bamread:
78
+ libraries: [bamread]
79
+ dependencies: [objects]
80
+ requires: []
81
+ blast:
82
+ libraries:
83
+ - xngalign
84
+ - vdb2blast
85
+ - igblast
86
+ - ncbi_blastinput
87
+ - blastinput
88
+ - blast_sra_input
89
+ - xmergetree
90
+ - xalgoblastdbindex_search
91
+ - gumbelparams
92
+ dependencies: [loader-blastdb, algo, sraread]
93
+ requires: []
94
+ dbapi:
95
+ libraries:
96
+ - sdbapi
97
+ - dbapi_util_blobstore
98
+ - ncbi_xdbapi_ftds
99
+ - ncbi_xdbapi_ftds14
100
+ - ncbi_dbapi
101
+ - dbapi
102
+ - ncbi_dbapi_driver
103
+ - dbapi_driver
104
+ - ct_ftds14
105
+ - tds_ftds14
106
+ dependencies: [core]
107
+ requires:
108
+ - libiconv::libiconv
109
+ eutils:
110
+ libraries:
111
+ - eutils_client
112
+ - ncbi_eutils
113
+ - eutils
114
+ - egquery
115
+ - ehistory
116
+ - einfo
117
+ - elink
118
+ - epost
119
+ - esearch
120
+ - espell
121
+ - esummary
122
+ - linkout
123
+ - uilist
124
+ dependencies: [objects, xmlwrapp]
125
+ requires: []
126
+ grpc:
127
+ libraries: [grpc_integration]
128
+ dependencies: [core]
129
+ requires:
130
+ - grpc::grpc
131
+ - protobuf::protobuf
132
+ image:
133
+ libraries: [ncbi_image, ximage]
134
+ dependencies: [core]
135
+ requires:
136
+ - libjpeg::libjpeg
137
+ - libpng::libpng
138
+ - giflib::giflib
139
+ - libtiff::libtiff
140
+ loader-asncache:
141
+ libraries: [ncbi_xloader_asn_cache, asn_cache, ncbi_xcache_bdb, ncbi_bdb, bdb]
142
+ dependencies: [seqext]
143
+ requires:
144
+ - libdb::libdb
145
+ loader-bam:
146
+ libraries: [ncbi_xloader_bam]
147
+ dependencies: [bamread, seqext]
148
+ requires: []
149
+ loader-blastdb:
150
+ libraries: [ncbi_xloader_blastdb_rmt, ncbi_xloader_blastdb]
151
+ dependencies: [seqext]
152
+ requires: []
153
+ loader-cdd:
154
+ libraries: [ncbi_xloader_cdd, cdd_access]
155
+ dependencies: [seqext]
156
+ requires: []
157
+ loader-genbank:
158
+ libraries:
159
+ - ncbi_xobjsimple
160
+ - xobjsimple
161
+ - ncbi_xloader_genbank
162
+ - ncbi_xreader_cache
163
+ - ncbi_xreader_gicache
164
+ - ncbi_xreader_id1
165
+ - ncbi_xreader_id2
166
+ - ncbi_xreader_pubseqos
167
+ - ncbi_xreader_pubseqos2
168
+ - ncbi_xreader
169
+ - eMyNCBI_result
170
+ dependencies: [psg-client, dbapi]
171
+ requires: []
172
+ loader-lds2:
173
+ libraries: [ncbi_xloader_lds2, ncbi_lds2, lds2]
174
+ dependencies: [seqext, sqlitewrapp]
175
+ requires: []
176
+ loader-snp:
177
+ libraries: [ncbi_xloader_snp, dbsnp_ptis]
178
+ dependencies: [sraread, grpc]
179
+ requires: []
180
+ loader-sra:
181
+ libraries: [ncbi_xloader_sra, ncbi_xloader_csra]
182
+ dependencies: [sraread]
183
+ requires: []
184
+ loader-wgs:
185
+ libraries: [ncbi_xloader_vdbgraph, ncbi_xloader_wgs]
186
+ dependencies: [sraread]
187
+ requires: []
188
+ loaders:
189
+ libraries: [xflatfile, data_loaders_util, ncbi_xloader_patcher]
190
+ dependencies: [loader-asncache, loader-blastdb, loader-genbank, loader-lds2]
191
+ requires: []
192
+ objects:
193
+ libraries:
194
+ - searchbyrsid
195
+ - ncbi_trackmgr
196
+ - gbproj
197
+ - trackmgrcli
198
+ - trackmgr
199
+ - ncbi_mmdb
200
+ - ncbimime
201
+ - cdd
202
+ - cn3d
203
+ - mmdb
204
+ - pcassay2
205
+ - ncbi_misc
206
+ - proj
207
+ - remapcli
208
+ - remap
209
+ - pcassay
210
+ - entrezgene
211
+ - pcsubstance
212
+ - entrez2cli
213
+ - biotree
214
+ - access
215
+ - docsum
216
+ - entrez2
217
+ - featdef
218
+ - gbseq
219
+ - genesbyloc
220
+ - insdseq
221
+ - mim
222
+ - objcoords
223
+ - objprt
224
+ - tinyseq
225
+ - gencoll_client
226
+ - local_taxon
227
+ - macro
228
+ - homologene
229
+ - ncbi_seq
230
+ - blastdb
231
+ - xnetblastcli
232
+ - xnetblast
233
+ - scoremat
234
+ - seqedit
235
+ - submit
236
+ - genome_collection
237
+ - seqtest
238
+ - taxon1
239
+ - taxon3
240
+ - variation
241
+ - seqset
242
+ - seq
243
+ - blastxml
244
+ - blastxml2
245
+ - seqcode
246
+ - efetch
247
+ - ncbi_pub
248
+ - pub
249
+ - pubmed
250
+ - medlars
251
+ - medline
252
+ - biblio
253
+ - ncbi_general
254
+ - generalasn
255
+ dependencies: [sqlitewrapp, core]
256
+ requires: []
257
+ psg-client:
258
+ libraries: [psg_client]
259
+ dependencies: [seqext]
260
+ requires: []
261
+ psg-server:
262
+ libraries: [psg_cache, psg_ipg, psg_myncbi, psg_cassandra, psg_protobuf]
263
+ dependencies: [objects, xmlwrapp]
264
+ requires:
265
+ - lmdb::lmdb
266
+ - libcurl::libcurl
267
+ - cassandra-cpp-driver::cassandra-cpp-driver
268
+ - grpc::grpc
269
+ - protobuf::protobuf
270
+ seqext:
271
+ libraries:
272
+ - ncbi_validator
273
+ - xvalidate
274
+ - ncbi_xdiscrepancy
275
+ - xdiscrepancy
276
+ - ncbi_seqext
277
+ - xobjwrite
278
+ - xformat
279
+ - blastdb_format
280
+ - writedb
281
+ - seqmasks_io
282
+ - xcleanup
283
+ - blast_services
284
+ - seqdb
285
+ - variation_utils
286
+ - xalnmgr
287
+ - xobjedit
288
+ - xobjreadex
289
+ - xobjimport
290
+ - xunittestutil
291
+ - id2cli
292
+ - id2_split
293
+ - snputil
294
+ - uudutil
295
+ - xhugeasn
296
+ - xobjutil
297
+ - xobjread
298
+ - id2
299
+ - id1cli
300
+ - xobjmgr
301
+ - id1
302
+ - seqsplit
303
+ - valerr
304
+ - xobjmanip
305
+ - valid
306
+ - xlogging
307
+ dependencies: [eutils, objects]
308
+ requires:
309
+ - lmdb::lmdb
310
+ sqlitewrapp:
311
+ libraries: [sqlitewrapp]
312
+ dependencies: [core]
313
+ requires:
314
+ - sqlite3::sqlite3
315
+ sraread:
316
+ libraries: [srareadx, sraread]
317
+ dependencies: [seqext]
318
+ requires: []
319
+ xmlwrapp:
320
+ libraries: [xmlreaders, xmlwrapp]
321
+ dependencies: [core]
322
+ requires:
323
+ - libxml2::libxml2
324
+ - libxslt::libxslt
325
+ web:
326
+ libraries: [xsoap_server, xsoap, ncbi_web, xcgi_redirect, xcgi, xhtml]
327
+ dependencies: [core]
328
+ requires: []
@@ -0,0 +1,55 @@
1
+ sources:
2
+ "30.6.0":
3
+ url: "https://github.com/ncbi/ncbi-cxx-toolkit-public/archive/refs/tags/release/30.6.0.tar.gz"
4
+ sha256: "406967c139e66c4974c6cbe5279ecf5d620a8dfd6ac495eb9ee99145efbbe50b"
5
+ "30.4.0":
6
+ url: "https://github.com/ncbi/ncbi-cxx-toolkit-public/archive/refs/tags/release/30.4.0.tar.gz"
7
+ sha256: "d9937d0a0b495c63b46c94918d4538e32039c9076fe956c606e6659fecd6b4a2"
8
+ "30.3.0":
9
+ url: "https://github.com/ncbi/ncbi-cxx-toolkit-public/archive/refs/tags/release/30.3.0.tar.gz"
10
+ sha256: "fb06cdedea6bbea47b2cf893f34f0dbe935b7529c62f1f14ee5dbc2a7c81addc"
11
+ "30.2.0":
12
+ url: "https://github.com/ncbi/ncbi-cxx-toolkit-public/archive/refs/tags/release/30.2.0.tar.gz"
13
+ sha256: "17294b30dfbdef7bc4fc3785e2b6e43e7166c61a22df22874ff28e2876de50ec"
14
+ "30.1.0":
15
+ url: "https://github.com/ncbi/ncbi-cxx-toolkit-public/archive/refs/tags/release/30.1.0.tar.gz"
16
+ sha256: "5e016ef02d7aed4233215f97aedccec6436376798a04a4efa68f0a38c37f5cd9"
17
+ "30.0.0":
18
+ url: "https://github.com/ncbi/ncbi-cxx-toolkit-public/archive/refs/tags/release/30.0.0.tar.gz"
19
+ sha256: "cde821b44c4f9711b464c56b66b61c5ff419e13b759cc88896154114da6d41a3"
20
+ "29.10.0":
21
+ url: "https://github.com/ncbi/ncbi-cxx-toolkit-public/archive/refs/tags/release/29.10.0.tar.gz"
22
+ sha256: "08b460edcc0de32d176bcf2b6134e3e4ded5df1dce15ff1111c44cd355358bca"
23
+ "29.9.0":
24
+ url: "https://github.com/ncbi/ncbi-cxx-toolkit-public/archive/refs/tags/release/29.9.0.tar.gz"
25
+ sha256: "d65585ebbf27ba4ba5397804298e5362d405cbb927ec050f74c9eeb9d2beae26"
26
+ "29.8.0":
27
+ url: "https://github.com/ncbi/ncbi-cxx-toolkit-public/archive/refs/tags/release/29.8.0.tar.gz"
28
+ sha256: "a5e5a08f6028b68fd61b0fe28ecff8d55e4398a1156913b53efeef5bce848b0a"
29
+ "29.7.0":
30
+ url: "https://github.com/ncbi/ncbi-cxx-toolkit-public/archive/refs/tags/release/29.7.0.tar.gz"
31
+ sha256: "44ea47f5f725568dadc5a149134d7e6be47a4b86f0c2a7ba5a9bc2a21bcc68a7"
32
+ "29.6.0":
33
+ url: "https://github.com/ncbi/ncbi-cxx-toolkit-public/archive/refs/tags/release/29.6.0.tar.gz"
34
+ sha256: "c370ede357471dfb8872c13b128ea9c16040511ad90d6bce700880a463351792"
35
+ "29.5.0":
36
+ url: "https://github.com/ncbi/ncbi-cxx-toolkit-public/archive/refs/tags/release/29.5.0.tar.gz"
37
+ sha256: "7c841361e68b5974b66a9548b8cfca765bf22177179ee567236fa5368ffcbb6d"
38
+ "29.4.0":
39
+ url: "https://github.com/ncbi/ncbi-cxx-toolkit-public/archive/refs/tags/release/29.4.0.tar.gz"
40
+ sha256: "9a2ae471c9799ff663293c96940a7ccf2e43816fdcd71a07708796a713e809d1"
41
+ "29.3.0":
42
+ url: "https://github.com/ncbi/ncbi-cxx-toolkit-public/archive/refs/tags/release/29.3.0.tar.gz"
43
+ sha256: "1c229854f974054e62c7ca6247ebf64c95aed65c31a03ff4c886328e2168376a"
44
+ "29.2.0":
45
+ url: "https://github.com/ncbi/ncbi-cxx-toolkit-public/archive/refs/tags/release/29.2.0.tar.gz"
46
+ sha256: "4bb2701b2cc8b4b29b5cde10088142d3c71c0ffd59e5f3402a1a6eec3d07db7e"
47
+ "29.1.0":
48
+ url: "https://github.com/ncbi/ncbi-cxx-toolkit-public/archive/refs/tags/release/29.1.0.tar.gz"
49
+ sha256: "183871e7c96e69bb72f09b174037c909f99f785e510aa13d9e8e437513722e02"
50
+
51
+ patches:
52
+ "30.2.0":
53
+ - patch_file: "patches/30.2.0-fix-export-single-config-win.patch"
54
+ "29.10.0":
55
+ - patch_file: "patches/29.10.0-ncbiptb.patch"