Skip to content

Commit

Permalink
updating compilation of macos x86_64 to remove openmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Socrats committed Sep 30, 2023
1 parent 84787a8 commit 7f695dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions build_tools/github/before_build_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ if [[ $(uname) == "Darwin" ]]; then
echo "MACOSX_DEPLOYMENT_TARGET=12.0" >>"$GITHUB_ENV"

else
brew reinstall libomp
export MACOSX_DEPLOYMENT_TARGET=10.15
export EGTTOOLS_EXTRA_CMAKE_ARGS="${EGTTOOLS_EXTRA_CMAKE_ARGS} -DMACOSX_DEPLOYMENT_TARGET=10.15"
export EGTTOOLS_EXTRA_CMAKE_ARGS="-DSKIP_OPENMP=TRUE -DMACOSX_DEPLOYMENT_TARGET=10.15"
echo "MACOSX_DEPLOYMENT_TARGET=10.15" >>"$GITHUB_ENV"
fi
fi
Expand Down
2 changes: 1 addition & 1 deletion cpp/src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
#ifndef EGTTOOLS_VERSION_H
#define EGTTOOLS_VERSION_H

#define EGTTOOLS_VERSION 0.1.13
#define EGTTOOLS_VERSION 0.1.13.1

#endif//EGTTOOLS_VERSION_H

0 comments on commit 7f695dd

Please sign in to comment.