Skip to content

Commit 4a4a9c0

Browse files
committed
nah, remove it after all coz of #89
1 parent 45248e4 commit 4a4a9c0

File tree

3 files changed

+2
-193
lines changed

3 files changed

+2
-193
lines changed

Diff for: src/Makevars

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PKG_CPPFLAGS=-I.
44
PKG_LIBS += $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
55
PKG_LIBS += $(shell ${R_HOME}/bin/Rscript -e "RcppParallel::RcppParallelLibs()")
66

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 \
88
heaps/radixheap.o heaps/triheap_ext.o heaps/triheap.o
99
OBJ_SRC = dgraph.o pathfinders.o dodgr-to-sf.o fund-cycles.o graph-contract.o \
1010
graph.o graph-sample.o RcppExports.o run_sp.o \

Diff for: src/Makevars.win

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PKG_LIBS += $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
55
PKG_LIBS += $(shell "${R_HOME}/bin${R_ARCH_BIN}/Rscript.exe" \
66
-e "RcppParallel::RcppParallelLibs()")
77

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 \
99
heaps/radixheap.o heaps/triheap_ext.o heaps/triheap.o
1010
OBJ_SRC = dgraph.o pathfinders.o dodgr-to-sf.o fund-cycles.o graph-contract.o \
1111
graph.o graph-sample.o RcppExports.o run_sp.o \

Diff for: src/heaps/bheap_int.cpp

-191
This file was deleted.

0 commit comments

Comments
 (0)