Felix
Felix
```js import * as math from "mathjs" const d = math.matrix([ [1, 2], [3, 4], ]) var res = math.dotPow(d, 2) console.log(res.subset(math.index(1, 1))) ``` run js code, get the expected...
## Compiler version scala 3.1.3 If you're not sure what version you're using, run `print scalaVersion` from sbt (if you're running scalac manually, use `scalac -version` instead). ## Output ```...
## The Problem I try to build RPM packages in my Fedora linux machine. I can make rpm packges from the [latest release source code](https://github.com/rakudo/rakudo/releases/tag/2022.06), but failed in source code...
the source code: https://github.com/ianlancetaylor/libbacktrace/commit/14818b7783eeb9a56c3f0fca78cefd3143f8c5f6 used the patch of https://github.com/ianlancetaylor/libbacktrace/pull/99 detaild build log: https://kojipkgs.fedoraproject.org/work/tasks/3313/111733313/build.log
Also suggestion on tag release for [libquentier](https://github.com/d1vanov/libquentier)
Close #48
@MrAnno I recently attempt to package Criterion for Fedora, and the BoxFort is a dependency of it. The fedora packaging guidelines recommended using shared libraries instead of static libraries. Is...
In some Linux distribution, like Fedora, openSUSE or Gentoo, shared libraries are more prefered. Static libraries are suggested to be avoided to be included in packaging. It may be better...
It may be more proper to install cmake config files into `${CMAKE_INSTALL_LIBDIR}/cmake/draco` to follow the current pratice, which is adopted by CMake documentation example and many c++ libraries. Ref: https://gitlab.kitware.com/cmake/cmake/-/merge_requests/8111...
# Description Please describe the scope of the fix or feature addition. - fix the install destination of the library - enable tests with CTest - fix pkgconfig file #...