File tree 3 files changed +2
-193
lines changed
3 files changed +2
-193
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ PKG_CPPFLAGS=-I.
4
4
PKG_LIBS += $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
5
5
PKG_LIBS += $(shell ${R_HOME}/bin/Rscript -e "RcppParallel::RcppParallelLibs()")
6
6
7
- OBJ_HEAPS = heaps/bheap.o heaps/bheap_int.o heaps/ fheap.o heaps/heap23.o \
7
+ OBJ_HEAPS = heaps/bheap.o heaps/fheap.o heaps/heap23.o \
8
8
heaps/radixheap.o heaps/triheap_ext.o heaps/triheap.o
9
9
OBJ_SRC = dgraph.o pathfinders.o dodgr-to-sf.o fund-cycles.o graph-contract.o \
10
10
graph.o graph-sample.o RcppExports.o run_sp.o \
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ PKG_LIBS += $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
5
5
PKG_LIBS += $(shell "${R_HOME}/bin${R_ARCH_BIN}/Rscript.exe" \
6
6
-e "RcppParallel::RcppParallelLibs()")
7
7
8
- OBJ_HEAPS = heaps/bheap.o heaps/bheap_int.o heaps/ fheap.o heaps/heap23.o \
8
+ OBJ_HEAPS = heaps/bheap.o heaps/fheap.o heaps/heap23.o \
9
9
heaps/radixheap.o heaps/triheap_ext.o heaps/triheap.o
10
10
OBJ_SRC = dgraph.o pathfinders.o dodgr-to-sf.o fund-cycles.o graph-contract.o \
11
11
graph.o graph-sample.o RcppExports.o run_sp.o \
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments