Daniel Bischof

Results 30 comments of Daniel Bischof

I second this, I just got the same error in the same setup. Removing and re-adding the same branch did not work. Started showing up for me about 7h ago.

I didn't really change something in my setup. I'm also just reporting that I got a pop-up telling me that this is something I should open an issue about in...

When was that? Looking at their `package.json`, the current version references 1.24.2, so that is somewhat recent.

Correct - but it's empty (0B). If you check the middle of the log you'll see that the part you contributed somehow doesn't compile because of "unknown options (/fpp etc)...

True. So the Fortran part seems to work so the differences between the make files could be it. @zaikunzhang I think you wrote the Fortran part - any ideas? You...

Okay, apologies, then I was indeed at the right address first. The tests did also help initially to figure out how to set up the Intel compiler for me, they...

So, I got a little further. I installed the Intel oneAPI C and Fortran compilers and, after setting the environment variables correctly (by using the "oneAPI command prompt", which sets...

> It looks fine, you can try to compile and run the tests to be sure So I can now at least confirm that your example successfully compiles! Starting from...

Building with ```powershell C:\MyWS\prima>cmake -DCMAKE_INSTALL_PREFIX=install -GNinja -DBUILD_SHARED_LIBS=1 -B build -S . -- The Fortran compiler identification is IntelLLVM 2023.2.0 with MSVC-like command-line -- Detecting Fortran compiler ABI info -- Detecting...

Same issue. ```powershell In [7]: lib = CDLL(os.path.join(os.getcwd(), 'primaf.dll')) --------------------------------------------------------------------------- FileNotFoundError Traceback (most recent call last) Cell In[7], line 1 ----> 1 lib = CDLL(os.path.join(os.getcwd(), 'primaf.dll')) File C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1776.0_x64__qbz5n2kfra8p0\Lib\ctypes\__init__.py:376, in...