Filip Dominec

Results 44 comments of Filip Dominec

Thank you, John. This appears as a fundamental incompatibility which should be fixed upstream, i.e. by actual MEEP developers, and they should be aware of it now. If nothing changes...

John (and all folks bitten by the update of Guile and obsoleteness of Swig), as I promised, I added a workaround that detects that package ```Guile1.8``` is not available, and...

As I think about it - perhaps your approach of cleanly installing Guile into the /usr/local/bin is preferable. Could you please post the code that does the job here? So...

Hi, John, thanks for your message. As you probably assume, ``` error: command 'x86_64-linux-gnu-gcc' failed with exit status 1. ``` is actually fatal for python-meep compilation. It however means that...

Hi, I can positively state that the installer script and both the simulations finish successfully with Guile 2.0.13 installed from the Ubuntu-17.04 repository. So it seems that the original issue...

Hi, as I already mentioned in my recent post under #10, I made a new test over different Ubuntu versions. In short, the script finishes correctly in all of them...

On Linux, I use the following procedure: 1. get the image, e.g. `wget http://releases.ubuntu.com/16.04/ubuntu-16.04.3-desktop-amd64.iso` 1. `qemu-img create ubuntu-16.04.3-desktop-amd64.img 10G` 1. run the virtual machine `qemu-system-x86_64 -m 1000 -smp cpus=2 -enable-kvm...

Dear John, I fixed the line in the README.md file. Actually, in my last tests, also your current Ubuntu version worked well with guile-2.0.13 which we know to have caused...

Hi, this is really puzzling, since I tested my script successfully also on 17.04 without any error in using python-meep. What can be the difference of your setup and the...

I understand and fully acknowledge that you are now using MEEP for science and engineering and have not much time to trace back the obsolescence of guile API. Actually I...