-
Hi,
When importing dpnp I get this error: ImportError: libintlc.so.5: cannot open shared object file: No such file or directory
Here is the full message.
import dpnp
Traceback (most recent ca…
-
Hi all.
I'm rebuilding `freefem-4.12` against `SuperLU-6.0.0` but i get these errors:
```
In file included from SuperLu.cpp:32:
/usr/include/SuperLU/slu_zdefs.h: At global scope:
/usr/include…
-
### Steps to reproduce
```
> spack env create test
> spack env activate -p test
> cat spack/var/spack/environments/test/spack.yaml
spack:
specs:
- nco ^netcdf-c ~~mpi
> spack spec
```
…
-
[Describe your issue]
I am trying to compile my program using cmake .. and I got the following error:
CMake Error at CMakeLists.txt:35 (add_executable):
Target "tyf_bin" links to target "igl:…
-
Hi,
I started using libigl for mesh deformation applications and I encountered some problem. I am trying to calculate the bbw for the arm example in tutorial 404, however all my weights are all equ…
-
Hi,
I'm trying to build libigl in windows 10 and Visual Studio 2015.
From the `libigl` root folder I simply run
```
mkdir build && cd build
cmake ../ -G "Visual Studio 14 2015 Win64"
```
…
-
#### Describe your issue
Hi everyone,
Pls kindly help I am trying to run Cmake and gave me undelisted error.
Thank you.
Ajayi
#### Check all that apply (change to `[x]`)
- [ ] Windows…
-
Hi Alec,
I have been following libigl for sometime now, trying to use and experiment with it. I wanted to clarify with you if this paper is already implemented in libigl :
[Zhou et a…
-
**Submitting author:** @schuhmaj (Jonas Schuhmacher)
**Repository:** https://github.com/esa/polyhedral-gravity-model
**Branch with paper.md** (empty if default branch): main
**Version:** v2.1.0
**Edit…
-
After using Gibbon code to mesh an stl file, please how do I correctly copy out the information of the nodes and elements I need for an Abaqus simulation. I already tried to do so but the shape of the…