Skip to content

Commit 3570641

Browse files
committed
newchanges
1 parent df8bcfb commit 3570641

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/maintainer/knowledge_base.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,10 +230,13 @@ Core Dependency Tree Packages (CDTs)
230230
------------------------------------
231231

232232
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
237240
packages using a centralized repo, `conda-forge/cdt-builds <https://github.com/conda-forge/cdt-builds>`_,
238241
as opposed to generating feedstocks for them. (Note that historically we did use feedstocks but this
239242
practice has been deprecated.) To add a new CDT, make a PR on the

0 commit comments

Comments
 (0)