Antoine Beyeler

Results 303 comments of Antoine Beyeler

Good to hear 👍🏻

@dhermes I have a M1 MacBook Pro and I'm happy to assist with the testing if this helps.

The build seemed to run flawlessly. My preference goes for MacPorts, so I used their version of gcc: ```bash $ gfortran --version GNU Fortran (MacPorts gcc-devel 12-20211120_0) 12.0.0 20211120 (experimental)...

Do they have arm VM? I thought they didn't: https://github.com/actions/virtual-environments/issues/2187

This is what I get when passing `-march x86_64` to `gfortran`: ``` f951: Error: unknown value 'x86_64' for '-march' f951: note: valid arguments are: armv8-a armv8.1-a armv8.2-a armv8.3-a armv8.4-a armv8.5-a...

I'm quite ignorant on these matters, but is it a requirement that the compiler be itself "fat" to cross-compile?

What about using [cibuildwheel](https://pypi.org/project/cibuildwheel/)? Edit: nvm, I'm assuming this project create universal binaries from Intel-based mac using Apple compilers, so that would exclude support for Fortran.

@chalin though it's a start, it appears that this simple lexer requires the `$` to be at the beginning of the line. This precludes scenario like: ``` ~/src $ cd...

Did you update vsketch recently? Such a bug has been fixed recently: https://github.com/abey79/vsketch/issues/238

I'm not sure I understand what you mean. Do you mean this? ![image](https://user-images.githubusercontent.com/49431240/178528611-07d7cc94-478a-41a2-83a8-c550b9248fde.jpeg)