Skip to content

Commit

Permalink
unpin?
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Mar 25, 2022
1 parent 40137f4 commit 177e804
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,8 @@ jobs:
- name: homebrew
run: |
if [[ ${{ matrix.os }} == macos* ]] ; then \
brew install hdf5@1.10 swig gcc libomp \
&& echo "/usr/local/opt/hdf5@1.10/bin" >> $GITHUB_PATH \
&& echo LDFLAGS="-L/usr/local/lib/ -L/usr/local/opt/hdf5@1.10/lib" >> $GITHUB_ENV \
&& echo CPPFLAGS="-I/usr/local/opt/hdf5@1.10/include" >> $GITHUB_ENV \
&& echo HDF5_BASE="/usr/local/opt/hdf5@1.10/" >> $GITHUB_ENV
brew install hdf5 swig gcc libomp \
&& echo LDFLAGS="-L/usr/local/lib/" >> $GITHUB_ENV
fi
- name: Set up Python ${{ matrix.python-version }}
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/test_python_cplusplus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,11 @@ jobs:
# install amici dependencies
- name: homebrew
run: |
brew install hdf5@1.10 swig gcc cppcheck libomp boost \
brew install hdf5 swig gcc cppcheck libomp boost \
&& brew ls -v boost \
&& brew ls -v libomp \
&& echo "/usr/local/opt/hdf5@1.10/bin" >> $GITHUB_PATH \
&& echo LDFLAGS="-L/usr/local/lib/ -L/usr/local/opt/hdf5@1.10/lib -L/usr/local/Cellar/boost/1.78.0_1/lib/" >> $GITHUB_ENV \
&& echo CPPFLAGS="-I/usr/local/opt/hdf5@1.10/include -I/usr/local/Cellar/boost/1.78.0_1/include/" >> $GITHUB_ENV \
&& echo HDF5_BASE="/usr/local/opt/hdf5@1.10/" >> $GITHUB_ENV
&& echo LDFLAGS="-L/usr/local/lib/ -L/usr/local/Cellar/boost/1.78.0_1/lib/" >> $GITHUB_ENV \
&& echo CPPFLAGS="-I/usr/local/Cellar/boost/1.78.0_1/include/" >> $GITHUB_ENV
- name: Build AMICI
run: |
Expand Down

0 comments on commit 177e804

Please sign in to comment.