Skip to content

Commit

Permalink
testing compiling for elim
Browse files Browse the repository at this point in the history
  • Loading branch information
seanbsu committed Mar 7, 2024
1 parent 4586f15 commit e963d64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

# Exit script on error
set -e
# Compile 'elim' library
g++ -O3 -Wall -shared -std=c++11 -fPIC `python3 -m pybind11 --includes` bindings.cpp cySampleElim.h -o elim`python3-config --extension-suffix`

# Lint with flake8
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
Expand Down

0 comments on commit e963d64

Please sign in to comment.