-
Hi
I am trying to convert my project (www.github.com/zerothi/sisl) to scikit-build. And I have some problems when running on the ci system (testing the build-system).
First, the root cause seems…
-
There is interest in developing a native C++ implementation of the algorithms in prima. While there are C bindings for the Fortran library, being able to incorporate the algorithms into C++ projects n…
-
Dear Johannes,
I failed to `mingw32-make` with gcc/gfortran compiler on Windows. I ran the test with the commands:
```cmd
mkdir build
cd build
cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Debug …
-
https://github.com/llvm/llvm-project/commit/9d6837d595719904720e5ff68ec1f1a2665bdc2f removed the ability to link to `Fortran_main` by default when building `-shared` libraries. However, building such …
-
**Describe the bug**
Meson does not correctly handle `ifx` when linking to a dynamic library, which results in segmentation fault.
**To Reproduce**
My goal is to interface this [library](http…
-
Hi Zhang, first thank you for the great library. I'm using LINCOA as it's giving me good results compared to other optimization algorithms, but when I start Prima with LINCOA in several different thre…
-
### Motivation
I have had a look through the `stdlib_io` module and cannot find the following procedures implemented. But I could be wrong.
Should stdlib contain some more `io` features present in…
-
Once we fix the following issues:
* [x] CI (#15)
* [ ] Runtime library (#10)
And generally fix the most basic bugs (let's update the above list with everything that needs fixing), we should:
…
-
Hi,
I am unable to run pySCENIC on ubuntu 16.04 LTS edition, 64 bit.
I have created a conda environment called `pysenic` using below command
`conda create -n pysenic python=3.6`
then, I a…
-
I'm trying to compile CGNS 2.3 and 2.4 on the ARSC Cray
X1, Klondike. I get errors in "fortran\_macros.h" even
though I'm configuring with the --without-fortran flag
and --with-system=CRAY. Has a…