Skip to content

Commit

Permalink
windows + macos shell scripts updates
Browse files Browse the repository at this point in the history
  • Loading branch information
peekxc committed Dec 5, 2023
1 parent f1b6942 commit ce0da50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/cibw_macos.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash

brew install libomp llvm openblas
export CC=/usr/bin/clang
export CXX=/usr/bin/clang++
export CC=/usr/local/opt/llvm/bin/clang
export CXX=/usr/local/opt/llvm/bin/clang++
export CPPFLAGS="$CPPFLAGS -Xpreprocessor -fopenmp"
export CFLAGS="$CFLAGS -I$PREFIX/include"
export CXXFLAGS="$CXXFLAGS -I$PREFIX/include"
Expand Down
4 changes: 4 additions & 0 deletions tools/cibw_windows.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash

choco install rtools -y --no-progress --force --version=4.0.0.20220206"
echo "c:\rtools40\ucrt64\bin;" >> $PATH

0 comments on commit ce0da50

Please sign in to comment.