-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
112 additions
and
56 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
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
on: | ||
push: | ||
tags: | ||
- '*.*.*.*' | ||
- '*.*-*' | ||
workflow_dispatch: | ||
|
||
name: binary-build | ||
|
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
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,14 @@ | ||
TARBALL = $(wildcard *.tar.gz) | ||
|
||
rchk: rchk.sif | ||
singularity run rchk.sif $(PWD)/$(TARBALL) | tee rchk.out | ||
|
||
rchk.sif: | ||
singularity pull rchk.sif shub://kalibera/rchk:def | ||
|
||
clean: | ||
$(RM) $(TARBALL) | ||
$(RM) -r build lib libsonly | ||
|
||
fresh: clean | ||
$(RM) rchk.sif |
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,27 @@ | ||
|
||
Note: Setting PKG_ROOT variable to the current directory. | ||
Output will be in ./lib, ./build and ./libsonly subdirectories. | ||
If it is not, maybe your local singularity configuration does | ||
not allow singularity container to access your current directory; | ||
it may help to try with PKG_ROOT=/tmp or check the configurarion. | ||
|
||
source("/opt/rchk/scripts/utils.r"); install_package_libs("/home/kingaa/ouch/ouch_2.19-2.tar.gz") | ||
make[2]: Entering directory '/home/kingaa/ouch/rchk/build/FGnwTni7/ouch/src' | ||
/usr/local/bin/wllvm -I"/opt/R-devel/include" -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O0 -fPIC -c covar-matrix.c -o covar-matrix.o | ||
/usr/local/bin/wllvm -I"/opt/R-devel/include" -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O0 -fPIC -c init.c -o init.o | ||
/usr/local/bin/wllvm -I"/opt/R-devel/include" -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O0 -fPIC -c weight-matrix.c -o weight-matrix.o | ||
/usr/local/bin/wllvm -shared -L/usr/local/lib -o ouch.so covar-matrix.o init.o weight-matrix.o | ||
make[2]: Leaving directory '/home/kingaa/ouch/rchk/build/FGnwTni7/ouch/src' | ||
Installed libraries of package ouch | ||
[1] "/home/kingaa/ouch/rchk/libsonly/ouch/libs/ouch.so" | ||
|
||
ERROR: too many states (abstraction error?) in function strptime_internal | ||
Analyzed 7 functions, traversed 133 states. | ||
Library name (usually package name): ouch | ||
Initialization function: R_init_ouch | ||
Functions: 2 | ||
Checked call to R_registerRoutines: 1 | ||
|
||
Rchk version: 3d653b7c8f92dac912532856b55f44d2986c6553 | ||
R version: 79896/R Under development (unstable) (2021-01-28 r79896) | ||
LLVM version: 10.0.0 |
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
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
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
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
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
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
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