Skip to content

Commit b637448

Browse files
using C-software submodule for selectiveInference/src
1 parent 5393dcd commit b637448

File tree

11 files changed

+7
-1801
lines changed

11 files changed

+7
-1801
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "C-software"]
2+
path = C-software
3+
url = https://github.com/selective-inference/C-software.git

C-software

Submodule C-software added at a3d9a17

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ Rcpp:
44
Rscript -e "library(Rcpp); Rcpp::compileAttributes('selectiveInference')"
55

66
install: Rcpp
7+
cp C-software/src/* selectiveInference/src
78
R CMD INSTALL selectiveInference
89

910
build:
11+
cp C-software/src/* selectiveInference/src
1012
R CMD build selectiveInference
1113

12-
check: Rcpp build
14+
check: Rcpp build
1315
R CMD build selectiveInference
1416
R CMD check selectiveInference_1.2.2.tar.gz # fix this to be a script variable

selectiveInference/src/debias.h

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

selectiveInference/src/matrixcomps.c

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

selectiveInference/src/matrixcomps.h

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

0 commit comments

Comments
 (0)