Releases: ColdGrub1384/fortran-ios
Releases · ColdGrub1384/fortran-ios
Fortran iOS
Changes:
- Fixed an error with Docker on arm64 Macs
This build contains:
- gfortran (the script to use as the compiler)
- llc (from https://github.com/flang-compiler/classic-flang-llvm-project)
- flang (for Linux to be used on a Docker container)
- ios_flang_runtime.framework (to be linked in apps using this compiler)
Fortran iOS
Changes:
- Don't ignore ARCHFLAGS and LDFLAGS environment variables
- Use the "ubuntu" container on Intel Macs
This build contains:
- gfortran (the script to use as the compiler)
- llc (from https://github.com/flang-compiler/classic-flang-llvm-project)
- flang (for Linux to be used on a Docker container)
- ios_flang_runtime.framework (to be linked in apps using this compiler)
Fortran iOS
Changes:
- llc binary for M1 Macs
- Fixed build issues with M1 Macs
- Removed
/Library
from shared paths (should fix #2) - If object files are passed, the script now assumes we want to link them and not compile them
- Included Fortran sources in the source code. I gitignored them my mistake but that doesn't change anything on the release (fixes #3)
This build contains:
- gfortran (the script to use as the compiler)
- llc (from https://github.com/flang-compiler/classic-flang-llvm-project)
- flang (for Linux to be used on a Docker container)
- ios_flang_runtime.framework (to be linked in apps using this compiler)
Fortran iOS
Changes:
- Modified
ios_flang_runtime
to include missing symbols. SciPy imported successfully with when running simple math operations from Fortran it crashed. It now works and also provides accurate results (unlike http://github.com/goodclass/scipy_arm64/).
This build contains:
- gfortran (the script to use as the compiler)
- llc (from https://github.com/flang-compiler/classic-flang-llvm-project)
- flang (for Linux to be used on a Docker container)
- ios_flang_runtime.framework (to be linked in apps using this compiler)
Fortran iOS
Changes:
- Support Python 3.7 and earlier
- Fixed the minimum OS version of the
ios_flang_runtime
framework to match the version in theInfo.plist
This build contains:
- gfortran (the script to use as the compiler)
- llc (from https://github.com/flang-compiler/classic-flang-llvm-project)
- flang (for Linux to be used on a Docker container)
- ios_flang_runtime.framework (to be linked in apps using this compiler)
Fortran iOS
This build contains:
- gfortran (the script to use as the compiler)
- llc (from https://github.com/flang-compiler/classic-flang-llvm-project)
- flang (for Linux to be used on a Docker container)
- ios_flang_runtime.framework (to be linked in apps using this compiler)