1
- ## Use the R_HOME indirection to support installations of multiple R version
1
+ ## Use the R_HOME indirection to support installations of multiple R version
2
2
PKG_LIBS = `$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"`
3
3
4
4
## As an alternative, one can also add this code in a file 'configure'
5
5
##
6
6
## PKG_LIBS=`${R_HOME}/bin/Rscript -e "Rcpp:::LdFlags()"`
7
- ##
7
+ ##
8
8
## sed -e "s|@PKG_LIBS@|${PKG_LIBS}|" \
9
9
## src/Makevars.in > src/Makevars
10
- ##
10
+ ##
11
11
## which together with the following file 'src/Makevars.in'
12
12
##
13
13
## PKG_LIBS = @PKG_LIBS@
@@ -18,7 +18,7 @@ PKG_LIBS = `$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"`
18
18
##
19
19
## rm src/Makevars
20
20
##
21
- ## which removes the autogenerated file src/Makevars.
21
+ ## which removes the autogenerated file src/Makevars.
22
22
##
23
23
## Of course, autoconf can also be used to write configure files. This is
24
24
## done by a number of packages, but recommended only for more advanced users
@@ -49,29 +49,30 @@ OBJECTS.drivers = \
49
49
cyclops/drivers/HierarchyAutoSearchCrossValidationDriver.o \
50
50
cyclops/drivers/HierarchyGridSearchCrossValidationDriver.o \
51
51
cyclops/drivers/ProportionSelector.o
52
-
52
+
53
53
OBJECTS.priors = \
54
54
cyclops/priors/CovariatePrior.o
55
-
55
+
56
56
OBJECTS.io = \
57
57
cyclops/io/InputReader.o
58
-
58
+
59
59
OBJECTS.engine = \
60
60
cyclops/engine/AbstractModelSpecifics.o
61
-
61
+
62
62
OBJECTS.utils = \
63
63
utils/HParSearch.o
64
64
65
65
OBJECTS.thread = \
66
66
tinythread/tinythread.o
67
-
67
+
68
68
OBJECTS.R = \
69
69
IsSorted.o \
70
+ BySum.o \
70
71
RcppExports.o \
71
72
RcppModelData.o \
72
73
RcppCyclopsInterface.o \
73
74
RcppIsSorted.o
74
-
75
+
75
76
OBJECTS = $(OBJECTS.cyclops) $(OBJECTS.drivers) \
76
77
$(OBJECTS.engine) $(OBJECTS.utils) \
77
78
$(OBJECTS.threads) $(OBJECTS.R) \
0 commit comments