Skip to content

Commit

Permalink
CIBW_ENVIRONMENT_MACOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaf-tahmid-chowdhury committed Jun 8, 2024
1 parent c33fb68 commit c88796f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# hdf5 is needed for building tables
brew install hdf5
# ISSUE: DYLD_LIBRARY_PATH for gcc is not set on Intel macOS
echo "DYLD_LIBRARY_PATH=$(echo /usr/local/Cellar/gcc/*/lib/gcc/current/):$DYLD_LIBRARY_PATH" >> $CIBW_ENVIRONMENT_MACOS
CIBW_ENVIRONMENT_MACOS: DYLD_LIBRARY_PATH=$$(echo /usr/local/Cellar/gcc/*/lib/gcc/current/)
CIBW_BUILD_FRONTEND: "build"
with:
package-dir: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quick_wheel_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Install PyNE
shell: bash -l {0}
run: |
pip install dist/pyne*.whl
pip install -vvv dist/pyne*.whl
- name: Nuc data make
shell: bash -l {0}
Expand Down

0 comments on commit c88796f

Please sign in to comment.