Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Zilong-Li committed Dec 11, 2023
1 parent 529ac78 commit fea378e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 16 deletions.
2 changes: 1 addition & 1 deletion cleanup
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

rm -f src/*.o src/*.so src/*.dll src/*.dylib
rm -f src/htslib-1.18/config.h src/*.o src/*.so src/*.dll src/*.dylib
cd src/htslib-1.18/ && make clean && cd -
2 changes: 1 addition & 1 deletion cleanup.win
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

rm -f src/*.o src/*.so src/*.dll src/*.dylib
rm -f src/htslib-1.18/config.h src/*.o src/*.so src/*.dll src/*.dylib
cd src/htslib-1.18/ && make clean && cd -
23 changes: 9 additions & 14 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
## R CMD check results


❯ checking top-level files ... WARNING
A complete check needs the 'checkbashisms' script.
See section ‘Configure and cleanup’ in the ‘Writing R Extensions’
manual.
New submission

❯ checking for GNU extensions in Makefiles ... NOTE
GNU make is a SystemRequirements.
* Possibly misspelled words in DESCRIPTION:
BCF (7:162)
htslib (7:84, 7:133)
VCF (2:55, 7:158)
vcfpp (7:209)

❯ checking pragmas in C/C++ headers and code ... NOTE
File which contains pragma(s) suppressing diagnostics:
‘src/htslib-1.18/htscodecs/htscodecs/fqzcomp_qual.c’
Size of tarball: 5132553 bytes

❯ checking compilation flags used ... NOTE
Compilation used the following non-portable flag(s):
‘-mavx2’ ‘-mavx512f’ ‘-mpopcnt’

0 errors ✔ | 1 warning ✖ | 3 notes ✖
* checking for GNU extensions in Makefiles ... NOTE
GNU make is a SystemRequirements.

0 comments on commit fea378e

Please sign in to comment.