Skip to content

Commit

Permalink
nah, remove it after all coz of #89
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed May 13, 2019
1 parent 45248e4 commit 4a4a9c0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 193 deletions.
2 changes: 1 addition & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PKG_CPPFLAGS=-I.
PKG_LIBS += $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
PKG_LIBS += $(shell ${R_HOME}/bin/Rscript -e "RcppParallel::RcppParallelLibs()")

OBJ_HEAPS = heaps/bheap.o heaps/bheap_int.o heaps/fheap.o heaps/heap23.o \
OBJ_HEAPS = heaps/bheap.o heaps/fheap.o heaps/heap23.o \
heaps/radixheap.o heaps/triheap_ext.o heaps/triheap.o
OBJ_SRC = dgraph.o pathfinders.o dodgr-to-sf.o fund-cycles.o graph-contract.o \
graph.o graph-sample.o RcppExports.o run_sp.o \
Expand Down
2 changes: 1 addition & 1 deletion src/Makevars.win
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PKG_LIBS += $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
PKG_LIBS += $(shell "${R_HOME}/bin${R_ARCH_BIN}/Rscript.exe" \
-e "RcppParallel::RcppParallelLibs()")

OBJ_HEAPS = heaps/bheap.o heaps/bheap_int.o heaps/fheap.o heaps/heap23.o \
OBJ_HEAPS = heaps/bheap.o heaps/fheap.o heaps/heap23.o \
heaps/radixheap.o heaps/triheap_ext.o heaps/triheap.o
OBJ_SRC = dgraph.o pathfinders.o dodgr-to-sf.o fund-cycles.o graph-contract.o \
graph.o graph-sample.o RcppExports.o run_sp.o \
Expand Down
191 changes: 0 additions & 191 deletions src/heaps/bheap_int.cpp

This file was deleted.

0 comments on commit 4a4a9c0

Please sign in to comment.