Skip to content

Commit

Permalink
Verbose output for cmake, show hdf5 lib
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarupilla committed Apr 6, 2021
1 parent a79a3e7 commit 077c2ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ before_install:
HOMEBREW_NO_AUTO_UPDATE=1 brew install szip
HOMEBREW_NO_AUTO_UPDATE=1 brew install [email protected]
brew info hdf5
echo 'export PATH="/usr/local/opt/[email protected]/bin:$PATH"' >> ~/.bash_profile
export LDFLAGS="-L/usr/local/opt/[email protected]/include"
export CPPFLAGS="-I/usr/local/opt/[email protected]/include"
h5cc -show
# echo 'export PATH="/usr/local/opt/[email protected]/bin:$PATH"' >> ~/.bash_profile
# export LDFLAGS="-L/usr/local/opt/[email protected]/include"
# export CPPFLAGS="-I/usr/local/opt/[email protected]/include"
ls /usr/local/opt/[email protected]/include | grep -i "hdf"
# brew install szip
rm '/usr/local/include/c++'
Expand Down
2 changes: 1 addition & 1 deletion .travis/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ then

cmake --version

cmake --debug-output \
cmake -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
-G "Unix Makefiles" \
-DCMAKE_PREFIX_PATH="/usr/local/opt/[email protected]" \
-DOPTION_TARGET_MESSAGING=OFF \
Expand Down

0 comments on commit 077c2ee

Please sign in to comment.