-
Here are the steps I use to build
|
Beta Was this translation helpful? Give feedback.
Answered by
martin-g
Sep 22, 2023
Replies: 2 comments 31 replies
-
l use bioconda-utils to build |
Beta Was this translation helpful? Give feedback.
20 replies
-
That's cool, l've built it successfully. l want to know why, could you ask the principle of this? |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://github.com/UBod/msa/blob/33868780db208908d9dbbac04a626e05fb31d4e1/src/Makevars#L1
Here the logic sets the special
PKG_LIBS
environment variable that is used by R to add the linker options, see https://cran.r-project.org/doc/manuals/r-devel/R-exts.html#Using-Makevars:With
I just set the same linker options as the original ones and added
-lpthread
. This way CentOS 7 aarch64 also adds thelibpthread
lib…