Skip to content

Commit

Permalink
Updated CHANGELOG for 3.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Nov 26, 2021
1 parent a5569c4 commit 62d5114
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 73 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@ conda-smithy Change Log

.. current developments
v3.15.0
====================

**Added:**

* Conda smithy will now detect if a recipe uses ``compiler('cuda')``
and set the ``CF_CUDA_ENABLED`` environment variable to ``True`` if
so. This can for example be useful to distinguish different options
for builds with or without GPUs in ``conda_build_config.yaml``.
* Introduce utility function to facilitate the use case of running conda smithy
commands from any sub-directory in the git repo checkout of a feedstock.

**Fixed:**

* Fixed typo in GitHub Actions template, where ``DOCKERIMAGE`` was wrongly specified in the matrix configuration. The CI step and its corresponding script expect ``DOCKER_IMAGE``.

**Authors:**

* Isuru Fernando
* Jaime Rodríguez-Guerra
* H. Vetinari
* Nehal J Wani



v3.14.3
====================

Expand Down
26 changes: 0 additions & 26 deletions news/add-CF_CUDA_ENABLED.rst

This file was deleted.

23 changes: 0 additions & 23 deletions news/fix-docker-image-typo.rst

This file was deleted.

24 changes: 0 additions & 24 deletions news/get_repo_root.rst

This file was deleted.

0 comments on commit 62d5114

Please sign in to comment.