This repository was archived by the owner on Nov 17, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 153
Failure to link with MLK_RT under Windows #1228
Copy link
Copy link
Closed
Labels
C-backendMWE neededThis issue needs a minimum working example that demonstrates the issueThis issue needs a minimum working example that demonstrates the issueWindows
Description
Description of your problem or feature request
There is a report on Discourse about an issue from a Windows user regarding a linking problem. @lucianopaz believes the issue is related to #947:
@opherdonchin , if it’s anything like the issue that I mentioned, you won’t be able to fix it using ldflags. Those will get a -l prepend and won’t link properly. The PR where I had fixed the old issue did some things to link to the full path of the dynamic link library, but it had to do so in aesara itself. I think that you’ll have to open an issue in aesara to get this fixed. I can help out with this after Monday
Versions and main components
- Aesara version: 2.8.2
- Aesara config (
python -c "import aesara; print(aesara.config)") - Python version: 3.10.6
- Operating system: Windows 10
- How did you install Aesara: mamba
Metadata
Metadata
Assignees
Labels
C-backendMWE neededThis issue needs a minimum working example that demonstrates the issueThis issue needs a minimum working example that demonstrates the issueWindows