Skip to content

Commit

Permalink
Another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
jojoelfe committed Nov 16, 2022
1 parent 392c6f4 commit d9a5daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# This code pulls come key compile info out of the config.log file
__version__ = "0.0.1"
__compiler__ = "icpc"
__WX_FLAGS__ = wxflags + " -DwxUSE_GUI=0 -I/workspaces/pycistem/cisTEM/build/icpc"
__WX_FLAGS__ = wxflags + " -DwxUSE_GUI=0 -IcisTEM/build/icpc"
__CPP_FLAGS__ = "-fPIC -O3 -no-prec-div -no-prec-sqrt -w2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DEXPERIMENTAL -DMKL -mkl=sequential -fopenmp"
__WX_LIBS_BASE__ = wxlibflags

Expand Down

0 comments on commit d9a5daf

Please sign in to comment.