From 9e80ed4933c50d70768af93f7f488ccce55c6261 Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Tue, 13 Jul 2021 14:29:09 +0100 Subject: [PATCH] moved nuclear data to seperate dir --- Dockerfile | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 89054ec..911b450 100755 --- a/Dockerfile +++ b/Dockerfile @@ -159,10 +159,10 @@ RUN git clone --recurse-submodules --single-branch --branch dagmc_universe --de RUN pip install vtk && \ pip install neutronics_material_maker && \ pip install openmc_data_downloader && \ - openmc_data_downloader -e all -i H3 -l ENDFB-7.1-NNDC TENDL-2019 -p neutron photon + openmc_data_downloader -d nuclear_data -e all -i H3 -l ENDFB-7.1-NNDC TENDL-2019 -p neutron photon # setting enviromental varibles -ENV OPENMC_CROSS_SECTIONS=/cross_sections.xml +ENV OPENMC_CROSS_SECTIONS=/nuclear_data/cross_sections.xml ENV PATH="/MOAB/build/bin:${PATH}" ENV PATH="/DAGMC/bin:${PATH}" diff --git a/setup.py b/setup.py index 173766d..978a92d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="paramak_neutronics", - version="0.0.4", + version="0.0.5", author="The Paramak Development Team", author_email="mail@jshimwell.com", description="Perform neutronics simulations on models generated with the Paramak",