-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #79 from quanteda/add-pkg-config
Add pkg-config --libs tbb
- Loading branch information
Showing
10 changed files
with
5,710 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Fix GitHub Linguist language detection | ||
# docs/ and man/ are automatically excluded | ||
vignettes/* linguist-documentation | ||
tests/**/*.html linguist-generated | ||
|
||
# Source files | ||
# ============ | ||
*.Rdata text | ||
*.rdb binary | ||
*.rds binary | ||
*.Rd text | ||
*.Rdx binary | ||
*.Rmd text | ||
*.R text | ||
|
||
# Fix for R checks | ||
configure.ac text eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/bin/sh | ||
rm -f src/Makevars | ||
rm -rf config.log config.status confdefs.h autom4te.cache/ \ | ||
src/*.o src/*.so src/symbols.rds \ | ||
*/*~ *~ |
Oops, something went wrong.