Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fikovnik committed Dec 3, 2024
1 parent 60e177a commit a230bd8
Show file tree
Hide file tree
Showing 13 changed files with 133 additions and 2,400 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ compile_commands.json

### IntelliJ IDEA ###
/.idea/uiDesigner.xml
.idea/modules.xml
.idea/workspace.iml
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 4 additions & 7 deletions client/rsh/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ build:
install:
$(LLVM_R) CMD INSTALL --install-tests --use-LTO .

.PHONY: dependencies
dependencies:
.PHONY: setup
setup:
$(R) -e 'install.packages(c("microbenchmark"), repos="https://cloud.r-project.org", Ncpus=4)'

.PHONY: setup
setup: dependencies
.PHONY: compile_commands.json
compile_commands.json:
$(BEAR) -- $(MAKE) clean install

TEST_DIR = $(RSH_HOME)/tests
Expand Down Expand Up @@ -82,6 +82,3 @@ benchmark:
echo "$(TXT_RED)FAIL$(NO_NORM) $$exit$(TXT_NORM)"; \
fi; \
done

test6:
$(LLVM_R) -f test6.R
Loading

0 comments on commit a230bd8

Please sign in to comment.