Skip to content

Commit d33ff93

Browse files
Removed starComplexity project.
1 parent 2458743 commit d33ff93

File tree

9 files changed

+3
-1201
lines changed

9 files changed

+3
-1201
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,3 @@
77
[submodule "Ouroboros-SYCL"]
88
path = Ouroboros-SYCL
99
url = https://github.com/highperformancecoder/Ouroboros-SYCL.git
10-
[submodule "models/abc"]
11-
path = models/abc
12-
url = https://github.com/berkeley-abc/abc.git

models/Makefile

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@ ifdef DPCPP
1919
FLAGS+=-DUSE_FLOAT
2020
endif
2121

22-
FLAGS+=-Iabc/src -DABC_USE_STDINT_H -DABC_NAMESPACE=abc
23-
2422
#MODELS=ecolab shadow newman jellyfish webworld netcomplexity
25-
MODELS=ecolab_model starComplexity
23+
MODELS=ecolab_model
2624

2725
#chmod command is to counteract AEGIS removing execute privelege from scripts
2826
all: $(MODELS:=.so)
@@ -39,19 +37,13 @@ endif
3937
$(MODELS:=.o): %.o: %.cc
4038

4139
# how to build a model
42-
$(MODELS:=.so): %.so: %.o ../lib/libecolab$(ECOLIBS_EXT).a abc/libabc.a
43-
$(LINK) $(FLAGS) -shared -Wl,-rpath $(ECOLAB_HOME)/lib $*.o $(LIBS) abc/libabc.a -o $@
44-
45-
abc/libabc.a:
46-
env CC=$(CPLUSPLUS) $(MAKE) -C abc ABC_USE_PIC=1 ABC_NAMESPACE=abc libabc.a
40+
$(MODELS:=.so): %.so: %.o ../lib/libecolab$(ECOLIBS_EXT).a
41+
$(LINK) $(FLAGS) -shared -Wl,-rpath $(ECOLAB_HOME)/lib $*.o $(LIBS) -o $@
4742

4843
#make MacOS application bundles
4944
$(MODELS:=.app): %.app: %
5045
$(ECOLAB_HOME)/utils/mkmacapp $<
5146

52-
# required because gcc builds do not inlcude vecBitSet.h
53-
starComplexity.o: vecBitSet.cd
54-
5547
ifneq ($(MAKECMDGOALS),clean)
5648
include $(MODELS:=.d)
5749
endif

models/abc

Lines changed: 0 additions & 1 deletion
This file was deleted.

models/abc.h

Lines changed: 0 additions & 122 deletions
This file was deleted.

0 commit comments

Comments
 (0)