-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1698 from AMICI-dev/release_0.11.26
- Loading branch information
Showing
140 changed files
with
4,124 additions
and
12,838 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,11 @@ jobs: | |
- name: homebrew | ||
run: | | ||
if [[ ${{ matrix.os }} == macos* ]] ; then \ | ||
brew install hdf5 swig gcc libomp | ||
brew install [email protected] swig gcc libomp \ | ||
&& echo "/usr/local/opt/[email protected]/bin" >> $GITHUB_PATH \ | ||
&& echo LDFLAGS="-L/usr/local/lib/ -L/usr/local/opt/[email protected]/lib" >> $GITHUB_ENV \ | ||
&& echo CPPFLAGS="-I/usr/local/opt/[email protected]/include" >> $GITHUB_ENV \ | ||
&& echo HDF5_BASE="/usr/local/opt/[email protected]/" >> $GITHUB_ENV | ||
fi | ||
- name: Set up Python ${{ matrix.python-version }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -152,7 +152,13 @@ jobs: | |
# install amici dependencies | ||
- name: homebrew | ||
run: | | ||
brew install hdf5 swig gcc cppcheck libomp boost | ||
brew install [email protected] swig gcc cppcheck libomp boost \ | ||
&& brew ls -v boost \ | ||
&& brew ls -v libomp \ | ||
&& echo "/usr/local/opt/[email protected]/bin" >> $GITHUB_PATH \ | ||
&& echo LDFLAGS="-L/usr/local/lib/ -L/usr/local/opt/[email protected]/lib -L/usr/local/Cellar/boost/1.78.0_1/lib/" >> $GITHUB_ENV \ | ||
&& echo CPPFLAGS="-I/usr/local/opt/[email protected]/include -I/usr/local/Cellar/boost/1.78.0_1/include/" >> $GITHUB_ENV \ | ||
&& echo HDF5_BASE="/usr/local/opt/[email protected]/" >> $GITHUB_ENV | ||
- name: Build AMICI | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.