Skip to content

Commit

Permalink
my makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGrayson committed Jun 4, 2021
1 parent ec31144 commit ba7fb7d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions M2/BUILD/dan/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ ifeq ($(MACOSX),yes)
# i8 : currentLayout#"factory gftables"
# o8 = /usr/local/Cellar/singular/4.1.3p2_2/share/factory/
BUILDLIBS += gftables nauty factory csdp 4ti2 gfan normaliz topcom

# brew install tbb@2020
LDFLAGS += "-L/usr/local/opt/tbb@2020/lib"
CPPFLAGS += "-I/usr/local/opt/tbb@2020/include"

endif

DIRECTORY ?= $(shell hostname)$(DIRSUFF)
Expand Down

0 comments on commit ba7fb7d

Please sign in to comment.