File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -343,6 +343,7 @@ if [ $is_conda -eq 1 ]; then
343
343
${CXX} -c ${CPPFLAGS} ${CXXFLAGS} ${extras} " $code_path /PartitionRandomBoosting.cpp" -o " $tmp_path /PartitionRandomBoosting.o"
344
344
${CXX} -c ${CPPFLAGS} ${CXXFLAGS} ${extras} " $code_path /PartitionTwoDimensionalBoosting.cpp" -o " $tmp_path /PartitionTwoDimensionalBoosting.o"
345
345
${CXX} -c ${CPPFLAGS} ${CXXFLAGS} ${extras} " $code_path /PartitionTwoDimensionalInteraction.cpp" -o " $tmp_path /PartitionTwoDimensionalInteraction.o"
346
+ ${CXX} -c ${CPPFLAGS} ${CXXFLAGS} ${extras} " $code_path /Purify.cpp" -o " $tmp_path /Purify.o"
346
347
${CXX} -c ${CPPFLAGS} ${CXXFLAGS} ${extras} " $code_path /RandomDeterministic.cpp" -o " $tmp_path /RandomDeterministic.o"
347
348
${CXX} -c ${CPPFLAGS} ${CXXFLAGS} ${extras} " $code_path /random.cpp" -o " $tmp_path /random.o"
348
349
${CXX} -c ${CPPFLAGS} ${CXXFLAGS} ${extras} " $code_path /sampling.cpp" -o " $tmp_path /sampling.o"
@@ -380,6 +381,7 @@ if [ $is_conda -eq 1 ]; then
380
381
" $tmp_path /PartitionRandomBoosting.o" \
381
382
" $tmp_path /PartitionTwoDimensionalBoosting.o" \
382
383
" $tmp_path /PartitionTwoDimensionalInteraction.o" \
384
+ " $tmp_path /Purify.o" \
383
385
" $tmp_path /RandomDeterministic.o" \
384
386
" $tmp_path /random.o" \
385
387
" $tmp_path /sampling.o" \
You can’t perform that action at this time.
0 commit comments