-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build on Windows #3
Comments
Maybe we can get some help from those in that issue? It would be time well spent for everybody's benefit. |
We are now using Ping @gillins, @patricksnape, and @mingwandroid for your opinions and comments on the Fortran issue. |
IMHO |
I will play with that. I believe that having |
Not really difficult, it's just a question of time, something I've not got a lot of. Originally I was pushing for them to be part of The recipes are just unpack / repack scripts. They could be imported without much bother. Because of the rolling nature of I haven't managed to find time to tidy up my script that talks to |
👍 Can you point me to your recipes? I might give it a try... |
Sure, they are here: https://github.com/conda/conda-recipes/tree/master/msys2 |
ping. |
Is there any progress here? It would be really nice having windows support. |
looks like not. If you want to try it, please do! Simply fork the repo and make a PR. Lot's of people on this thread can help solve problems as they arise! |
I am trying my best on #52 with the msys2 compilers. Apparently it's missing some symbols:
This is the same issue observed in this other attempt. As in that case, our CMake does not find -- edit: If I enable CFLAGS/LDFLAGS, CMake finds set "LDFLAGS=-L%LIBRARY_PREFIX%/lib -Wl,-rpath,%LIBRARY_PREFIX%/lib"
:: Left out: `-lcurl -lhdf5 -lhdf5_hl -ldf -lmfhdf`
set "CFLAGS=-fPIC -I%LIBRARY_PREFIX%/include" |
The referenced issue is marked for |
Maybe the new release helps: |
Thanks for the heads up! I'll wait until the regro PR is merged before integrating those changes. |
Unfortunately the same error is still present on |
Some new hope: |
It was merged, so now it's a matter of time until v4.5.4! |
I'm building 4.5.4 without Windows first: #69. Feel free to follow up with a PR to add Windows. |
See Unidata/netcdf-fortran#48 (comment)
The text was updated successfully, but these errors were encountered: