Skip to content

Commit

Permalink
Add CircleCI changes
Browse files Browse the repository at this point in the history
Add information about changes to CircleCI
  • Loading branch information
gonuke committed Feb 15, 2019
1 parent b63653c commit 1d5287c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions news/pymoab_cleanup.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
**Added:** None
**Added:**

* Testing PyNE build without PyMOAB using Python 2 & 3
* Testing PyNE with PyMOAB (and DAGMC) using Python 2
* Added FindDAGMC.cmake file
* Dockerfile to build many variations of PyNE docker image, with python script CLI

**Changed:**

* PyNE can be built with PyMOAB whitout DAGMC with limited capabilities

* "--dagmc" flag added to `setup.py` in order to build PyNE against DAGMC

* Add Test to check PyNE build with PyMOAB (and DAGMC) using Python 2

* pyne.mesh now takes advantage of PyMOAB instead of PyTAPS:
- IMeshTag changed to NativeMeshTag, with according tagetype name change:
from 'imesh' to 'nat_mesh'
Expand Down Expand Up @@ -38,6 +38,8 @@

* utils.py: updated the download timeout time to 120sec (from 30sec)

* updated CI to use CircleCI 2.1 workflows: now build separately from tests with state saved between runs

**Deprecated:** None

**Removed:** None
Expand Down

0 comments on commit 1d5287c

Please sign in to comment.