-
forking discussion from #4
Today `node-gyp` is bundled with `npm` (which is bundled with Node.js), therefore we don't provide a build toolchain for native addons on our own. I wonder if as part of…
-
I think this qualifies as a legitimate issue, but feel free to close if you don't wish to support Windows as a target. I managed to build Thorin on Windows 7, 64-bit, using VS Community 2015 (version …
-
```
; make
cd build; cmake ../ -DCMAKE_BUILD_TYPE=Release
-- The C compiler identification is Clang 13.0.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for w…
-
I'd like to be able to build without fips for Emscripten and the Mobile platforms. But fips is so tightly integrated that I'm finding it hard to do a basic Makefiles. Could you add this to the documen…
frink updated
3 years ago
-
We would like to share our proposal for modernizing Taichi's CMake-based build system. By embracing the target-based approach, we can enforce a good modular design in our code base. This brings us ben…
-
`brew upgrade` is failing to upgrade Cadabra.
```shell
% brew upgrade
==> Upgrading 1 outdated package:
kpeeters/repo/cadabra2 2.4.2.4 -> 2.4.4.1
==> Fetching kpeeters/repo/cadabra2
==> Downlo…
-
Menu bar, Tools, Database, Database Check and Debug..., OK, Yes
1. Please allow `MMDBG Files` to be translatable. Perhaps the string should be `MMEX Debug Files` or just `MMEX Debug` (as this is the …
ovari updated
6 months ago
-
**Project description**
From the GitHub page:
> Orbit, the Open Runtime Binary Instrumentation Tool, is a standalone C/C++ profiler for Windows and Linux. Its main purpose is to help developers vi…
-
**Describe the bug**
HDF5 1.14.5 cannot compile to WebAssembly as Emscripten does not support the `FE_*` macros.
**Expected behavior**
The compilation should succeed.
**Platform (please complete t…
-
Hi!
Is it currently possible to manually include Google OR-tools in the compilation of minizinc-js?