File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -230,10 +230,13 @@ Core Dependency Tree Packages (CDTs)
230
230
------------------------------------
231
231
232
232
Dependencies outside of the ``conda-forge `` channel should be avoided (see :ref: `no_external_deps `).
233
- However, there are a few exceptions: some dependencies are so close to the system
234
- that they are not packaged with ``conda-forge ``. These dependencies have to be satisfied with
235
- *Core Dependency Tree * (CDT) packages. A CDT package consists of repackaged CentOS binaries from the
236
- appropriate version, either 6 or 7 depending on user choice and platform. We manage the build of CDT
233
+ However, there are a few exceptions:
234
+
235
+ Some dependencies are so close to the system that they are not packaged with ``conda-forge ``.
236
+ These dependencies have to be satisfied with *Core Dependency Tree * (CDT) packages.
237
+
238
+ A CDT package consists of repackaged CentOS binaries from the appropriate version,
239
+ either 6 or 7 depending on user choice and platform. We manage the build of CDT
237
240
packages using a centralized repo, `conda-forge/cdt-builds <https://github.com/conda-forge/cdt-builds >`_,
238
241
as opposed to generating feedstocks for them. (Note that historically we did use feedstocks but this
239
242
practice has been deprecated.) To add a new CDT, make a PR on the
You can’t perform that action at this time.
0 commit comments