-
When building shared libs on windows, using cmake and `-DBUILD_SHARED_LIBS=On`, no .lib file is produced, which in turn doesn't allow a consumer to link against cctz.
Ideally, symbols should be pr…
-
### Your current environment
Collecting environment information...
PyTorch version: 2.2.0
Is debug build: False
CUDA used to build PyTorch: 12.2
ROCM used to build PyTorch: N/A
OS: Ubuntu 22.0…
-
scipy, scikit-image and apparently numpy are moving to meson build system
Shall we try as well ? @timdewhirst @ErichZimmer
https://labs.quansight.org/blog/2021/07/moving-scipy-to-meson
-
```
What steps will reproduce the problem?
1. Change from static_library into shared_library in pdfium.gyp
2. Add each library dependency into link_settings : libraries and
AdditionalLibraryDirectori…
-
After dynamic tracker landed, we started seeing some of these undefined symbols problems:
```
ld.lld: error: undefined symbol: __kmpc_dispatch_deinit
>>> referenced by
```
https://github.com…
-
after I run "pip install submodules/diff-gaussian-rasterization" I get failed building wheels for error.
same for "pip install submodules/simple-knn" as well...any trouble shoot?
Error-
(ra…
-
I don't know what caused it. Some update maybe (it happened after I tried to install GDAM.jl) but now I have this error that prevents me, for example, to use Pluto
```
[ Info: Precompiling Pluto […
-
```
I've got a new patch to loosen the inlining defined for MingW64 compilers.
It's just a workaround though, so it needs more investigation.
According to the C++ standard, methods that are defined i…
-
### 🐛 Describe the bug
When using libtorch of c++, I got a vtable duplication error in c10::intrusive_ptr_target and c10::VariableVersion::VersionCounter.
This is because the implementation of non…
-
### QtAV, Qt version and platform
QtAV :
QtAV-Qt5.9-VS2017x64-release-2a470d2
from
https://sourceforge.net/projects/qtav/files/ci/
Qt version :
Qt Creator 4.10.1
Based on Qt 5.13.1 (MSVC…