Skip to content

Commit

Permalink
Merge pull request #1514 from bam241/conda_fix_news
Browse files Browse the repository at this point in the history
News for the conda fix PRs
  • Loading branch information
gonuke committed Jun 11, 2019
2 parents 4b2d80a + cf6a065 commit 24c60b7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions news/conda_fix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
**Added:** None

**Changed:** None
- `cycpp.py` now takes advantage of the `$CPP` environment variable if defined,
falls back on `cpp` if not defined
- `cyclus_deps` docker container built now on debian9, removed gcc from apt-get
package, build the full list of conda package (don't rely on cyclus-deps conda
package as it is temporary broken), define CXX CC and CPP environment variable
- `cython` compatibility limited to >=0.25 and <0.27

**Deprecated:** None

**Removed:** None

**Fixed:** None
- `boost/uuid/sha1.hpp` include now varies according to the Boost version
installed due to its deprecation in boost > 1.67

**Security:** None

0 comments on commit 24c60b7

Please sign in to comment.