Nix Flake for Running EMerge #45
Replies: 3 comments 6 replies
-
|
Hey! Great work. Good to hear you could also get UMFPACK to work. Was it tricky? I don't have any Linux like systems myself so any guidance on steps required to install UMFPACK are welcome. Regarding demo12 and 17, I found a bug in the latest version of EMerge. I'm patching now to 2.3.2 which should resolve the issue. Let me know if it persists! |
Beta Was this translation helpful? Give feedback.
-
|
The latest Emerge Commit fixes demo17 for me. I seem to have the same error with demo12: |
Beta Was this translation helpful? Give feedback.
-
|
Obviously I haven't gotten to doing the manual page you asked for... Sorry about that, things have been busy. I saw you announce 2.4, exciting stuff! As a suggestion, it would help if you tagged release commits in GitHub so when I build from source I can track a specific release. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, thanks for this package. I haven't actually done any of my own simulations with it, but as a professional EE I think it's very exciting to be able to do EM simulation without a giant budget!
I use NixOS on my home computers, and have gotten EMerge to run in a flake. The repo is here.
Nixusers can runnix develop github:mayl/EMerge_Nix_Flakeand it will build everything needed to drop them in a shell with a python capable of running all the Example Pack examples (except demo12 and demo17 which I think use deprecated EMerge features? haven't looked into it yet). The only "extra" the flake supports for now isUMFPACK, but that works (I changed the solver in a couple examples).It was the first thing I tried using Claude-Code for, so there's that... I've packaged a fair amount of stuff with nix before, so I was able to keep a pretty close eye on it, but if that's not your thing be aware that's how I made it I guess.
Just wanted to share it in case it's useful to other Nix users out there who are also interested in EMerge!
Beta Was this translation helpful? Give feedback.
All reactions