Skip to content

Commit

Permalink
${F2PY_INCLUDE_DIR}/fortranobject.c
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaf-tahmid-chowdhury committed Jun 12, 2024
1 parent 4aa085f commit 5f6f016
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/quick_wheel_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run: |
choco install mingw
echo "CMAKE_GENERATOR=MinGW Makefiles" >> $GITHUB_ENV
echo "CMAKE_ARGS=-DENABLE_SPATIAL_SOLVERS=OFF" >> $GITHUB_ENV
- name: Additional macOS settings
if: matrix.os == 'macos-13' || matrix.os == 'macos-14'
Expand Down
2 changes: 1 addition & 1 deletion pyne/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ if(BUILD_SPATIAL_SOLVER)
# Set up target
python_add_library( ${f2py_module_name} MODULE WITH_SOABI
"${f2py_module_c}" # Generated
"${F2PY_INCLUDE_DIR}\\fortranobject.c" # From NumPy
"${F2PY_INCLUDE_DIR}/fortranobject.c" # From NumPy
"${fortran_src_file}" # Fortran source(s)
)

Expand Down

0 comments on commit 5f6f016

Please sign in to comment.