-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include Ldflag to apple cmake list, list all in hdf5 dir
- Loading branch information
1 parent
1f57eaf
commit 02db57f
Showing
2 changed files
with
6 additions
and
0 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 |
---|---|---|
|
@@ -39,6 +39,10 @@ before_install: | |
# export LDFLAGS="-L/usr/local/Cellar/[email protected]/1.8.21_1/include" | ||
# export CPPFLAGS="-I/usr/local/Cellar/[email protected]/1.8.21_1/include" | ||
ls /usr/local/opt/[email protected]/include | grep -i "hdf" | ||
echo "##########################" | ||
echo "##########################" | ||
echo "##########################" | ||
ls -la /usr/local/Cellar/hdf5/1.10.5_1/lib | ||
# brew install szip | ||
rm '/usr/local/include/c++' | ||
#brew install --verbose --debug --force [email protected] --c++11 | ||
|
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