-
Trying to build on my Linux and Mac system. So I will investigate how much effort is required to get a build working using CMake.
-
Currently, nbflow only supports scons, but there's not really any reason why it can't in principle support other build systems. For example, I could support [waf](https://waf.io/) and then there would…
-
Hello, dont really know is it Onion-Docs, source repository issue or I just missing something simple. Section `Advanced->Cross-Compiling->Build System Root` describe setup build system process, but `m…
-
The cmake build system is not functional...
```
cd build/
cmake ..
CMake Warning (dev) at CMakeLists.txt:31 (find_package):
Policy CMP0074 is not set: find_package uses _ROOT variables.
Ru…
-
We have received interest in building ResInsight for Mac. This issue is intended to bundle known build efforts on Mac. The timeline for this activity is unknown.
Previous efforts by @atgeirr
http…
-
In the build section, it could be useful to add the `git submodule update --init --recursive` command before `cmake -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo`. Also, maybe list system dependencies, I…
-
While working on a package for ollama built with a ROCm runner, I noticed that by default the build scripts include all the dependencies in dist archive. It makes sense in case of a standalone build, …
-
Hi @exeldro,
When trying to build from source the version 0.1.4 over Intel x86 (Debian i386), I got the following error:
```
/usr/lib/ccache/cc -DHAVE_OBSCONFIG_H -Dsource_clone_EXPORTS -isyste…
-
This issue has appeared in our internal CI since 68ef461c8a3af6b04267053deed4f3fb116f715e.
When building the repo with this command:
```
./build.sh /p:NoPgoOptimize=true --portablebuild false /p:DotN…
-
Currently, building SMPSPlay requires some odd shenanigans with having to build libvgm separately, and having to pass in the include directory into the main CMake command. Since the SMPSPlay libvgm is…