Thomas Ferreira de Lima

Results 68 comments of Thomas Ferreira de Lima

@lukasc-ubc I've built the current master branch for klayout. If you'd like to test a fresh new version... There are versions with python 3.7 and also system's python. https://www.dropbox.com/sh/al4a36sryc0vc7g/AADzHicpL6EUEB2gik-Keb1La?dl=0 You...

@lukasc-ubc sorry to hear! If you can produce a minimal test case without connection to INTERCONNECT, I can give it a try.

FYI @klayoutmatthias Travis just granted us a build-time extension, so the macOS builds should finish normally on travis. I think Azure can deal with windows builds (32 and 64-bit), but...

To my knowledge Python 3 isn't a standard almost anywhere. But at least on Macs, which I know best, we're not bound by the system's python. My build downloads and...

Thank you. That sounds like a good idea. For Python, it is enough to use x.y.* versions because they don’t change any syntax between minor releases. But the problem with...

Dear @Kazzz-S I have made some progress in refactoring build4mac.py and makeDMG4mac.py. I would like to invite you to take a look at my changes at this stage (you can...

@Kazzz-S Take your time. This is opensource! :) I have changed the hardcode directory for Catalina SDK (changed from 10.15 version of xcode to 11.0). This might have caused your...

I have figured out item number 1 and 3 in the tasklist. Bringing python's documentation https://docs.python.org/3.6/library/site.html to the context of this issue, the installed packages location is based on `sys.prefix...