-
Hi,
I have some problem installing the package from SATnano folder. I used cmake, but I got nothing in the bin folder after compiling. I also tried to use the sat-query_ubuntu14 on a Linux machine,…
cwbcm updated
4 years ago
-
Hi,
I am not able to install the recent versions of packages required for analysis of flow data (Bioc 3.13).
Namely the installation of package `RProtoBufLib` fails with following error:
```
i…
-
If someone interested to run it on Mac m1 chip maybe it will work on m2 too, this is the changed Make file:
make legacy
```
CC = clang
CXX = clang++
CFLAGS = -Ofast -target arm64-apple-mac…
-
After I clone the repository and run `cmake CMakeLists.txt`, I get:
```
-- Building for: Visual Studio 17 2022
-- Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.19045.
-- The C…
-
When creating a static build for Mac I'm running into a few issues. The first set of issues involved building a few dependencies myself (not a problem).
I was able to run: cmake -D BUILD_STATIC=1 …
-
Hi there,
we are trying to compile on Ubuntu 22.04 with all dependencies (USD, openexr, imath) installed but still get an error:
```
~/RadeonProRenderUSD/build$ cmake ..
-- The C compiler iden…
-
I have got a problem with make:
$ make
> Scanning dependencies of target warpctc
> [ 14%] Building CXX object CMakeFiles/warpctc.dir/src/ctc_entrypoint.cpp.o
> [ 28%] Linking CXX shared library …
-
jemalloc version - 5.2.1
-------------------------
jemalloc build process:
- built from source
- jemalloc build config
```
CC=cl CXX=cl --with-jemalloc-prefix= --prefix=${install_dir} --with-i…
-
Hi there,
I'm currently trying to build a small test app with Odil on Windows 10 using clang-cl (VS 2022) but I get linking issue due to unresolved external symbols.
The issue also appears when …
-
**1. 环境(environment)**
- Build OS and Version: Ubuntu
- RunTime OS Version: Linux
- RunTime DEVICE: OPENCL
**2. Github版本**
- branch:master
- commit(optional): 1c27f2000539870cbbc21f43…