Skip to content

Commit a41cc80

Browse files
committed
Don't include Sapporo2 into default AMUSE libs
1 parent 039123b commit a41cc80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.PHONY: Makefile
2-
AMUSE_LIBS = $(filter-out Makefile sapporo_light, $(wildcard *))
2+
AMUSE_LIBS = $(filter-out Makefile sapporo_light sapporo_2, $(wildcard *))
33

44

55
# We build sapporo_light separately and only on demand, because it needs CUDA and we

0 commit comments

Comments
 (0)