-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Availability of ifx? #15
Comments
Hi @h-vetinari,
Compiler:
This wouldn't be fast... |
Hi @napetrov, thanks for the reply!
I wasn't aware how the new Fortran compiler is called, but this would be hugely helpful! Please let me know what I can do to make that case (including gathering feedback or support from conda-forge/core) For context: We've had big problems serving packages with Fortran components (mainly on windows), because we have no compilers available for that in conda-forge, except gfortran-through-MinGW, which comes with a long list of headaches though. Having a production grade compiler available in our infrastructure would be incredibly beneficial. |
+1. I'd also add that this would make it a lot easier to use ifx in CI of mainstream packages like SciPy, especially on Windows. The separate installers and |
@h-vetinari Any news on adding support for We've been working on adding windows support for the Code Aster feedstock, and right now it seems like a MSVC compatible Fortran compiler is the only missing piece. I have managed to compile locally with |
Since the compiler sources are not available, only intel can provide |
Thank you for the response! Okay, then I'll shift my efforts to the flang compiler. (A really interesting article btw.) Best Regards |
Note: it appears that Intel now has the |
Windows as well at
|
Hey all
Since this feedstock repacks
intel-fortran-rt
, or:I'm wondering if it's also planned to repack
ifort
for conda-forge? For scipy, we've been stuck with using an unholy combination of MSVC+gfortran because there's no other available fortran compiler on windows in conda-forge. Now that scipy is switching to meson (which enforces a cleaner toolchain than this hack; details), we're really in need of a fortran compiler, and llvm-flang resp. LFortran aren't ready for primetime yet.The reason I'm asking is that I cannot really imagine the usefulness of the intel fortran runtime in conda-forge, unless there are packages that require it, which would presumably be those that have been compiled with
ifort
.Thanks!
The text was updated successfully, but these errors were encountered: