Skip to content

Commit

Permalink
<sigh>
Browse files Browse the repository at this point in the history
  • Loading branch information
crisluengo committed Mar 18, 2024
1 parent 19c9f45 commit e633dde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
- name: Configure
run: |
if [ "$RUNNER_OS" == "macOS" ]; then
export LDFLAGS = "-L/usr/local/opt/libomp/lib"
export CPPFLAGS = "-I/usr/local/opt/libomp/include"
export LDFLAGS="-L/usr/local/opt/libomp/lib"
export CPPFLAGS="-I/usr/local/opt/libomp/include"
fi
cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ${{matrix.dip_cmake_opts}} -DDIP_ENABLE_ASSERT=ON -DDIP_PYDIP_WHEEL_INCLUDE_LIBS=ON
Expand Down
4 changes: 2 additions & 2 deletions tools/build/deploy_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ cd build
wget -nv https://downloads.openmicroscopy.org/bio-formats/7.0.0/artifacts/bioformats_package.jar

# Basic configuration
export LDFLAGS = "-L$HOMEBREW_DIR/opt/libomp/lib"
export CPPFLAGS = "-I$HOMEBREW_DIR/opt/libomp/include"
export LDFLAGS="-L$HOMEBREW_DIR/opt/libomp/lib"
export CPPFLAGS="-I$HOMEBREW_DIR/opt/libomp/include"
cmake .. -DDIP_PYDIP_WHEEL_INCLUDE_LIBS=On -DBIOFORMATS_JAR=`pwd`/bioformats_package.jar -DDIP_BUILD_DIPIMAGE=Off

# Build all wheels
Expand Down

0 comments on commit e633dde

Please sign in to comment.