Skip to content

Commit

Permalink
CI: Initial work on openmc integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed Jan 22, 2025
1 parent 170b73b commit 52574b3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/openmc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@ jobs:
run: |
mkdir build
mkdir install
#FIXME need PR upstream:
export CMAKE_MODULE_PATH="$(ncrystal-config --show cmakedir):${CMAKE_MODULE_PATH:-}"
cmake -S ./src_openmc -B ./build -DCMAKE_INSTALL_PREFIX=./install -DOPENMC_USE_NCRYSTAL=ON
#FIXME need PR upstream to avoid NCrystal_DIR here:
cmake -S ./src_openmc -B ./build \
-DCMAKE_INSTALL_PREFIX=./install \
-DOPENMC_USE_NCRYSTAL=ON \
-DNCrystal_DIR="$(ncrystal-config --show cmakedir)"
- name: Build OpenMC
run: cmake --build ./build
Expand Down

0 comments on commit 52574b3

Please sign in to comment.