Dima Pasechnik

Results 143 comments of Dima Pasechnik

I personally spent many hours figuring this out, and I have been packaging software for 20+ years. `cmake` docs don't provide ready to use instructions of this sort, and their...

> beginners and intermediate devs can get started quickly No, if you are a primecount beginner wanting to run it without a root access, e.g. a student with access to...

@isuruf - the question is whether it is well-documented elsewhere how to correctly install dynamic libs and executables built with cmake if the user does not have root. I propose...

This seems to come from pre-libgap times. pkg-config's .pc file has an advantage of being more or less standard nowadays (e.g. GMP has it, MPFR has it), and it has...

an advantage of pkg-config is that interfaces to it exist in autoconf, in python, etc. (besides the ability to call it from shell). while one can replicate this functionality by...

I get the same error with "same" BLAS, too.

No, I mean the same error with libR/rpy2 and scipy linked to the same (open)blas library. scipy people wrote that they suspect that libR/rpy2 do some kind of non-standard initialisation...

I'm using an (lib)R build from the system, linked to lib(open)blas, and build Python3, rpy2 and scipy linked to lib(open)blas and libR. Note that libblas is the same as libopenblas...

Note that the "Using the package" instructions in https://package.elm-lang.org/packages/ianmackenzie/elm-geometry/latest/ don't work out of the box, as `elm-units` is not in direct dependencies after `elm install ianmackenzie/elm-geometry` mentioned just before that...