Closed certik closed 1 year ago
Thank you @certik, I will look into it
For reference, some progress and discussion here: https://github.com/interkosmos/fortran-curl/issues/11
With fortran-curl.git set to the master branch, it now works again on macOS ARM64.
diff --git a/fpm.toml b/fpm.toml
index 5eff75d..302a265 100644
--- a/fpm.toml
+++ b/fpm.toml
@@ -19,5 +19,5 @@ implicit-external = false
source-form = "free"
[dependencies]
-fortran-curl = {git = "https://github.com/interkosmos/fortran-curl.git", tag = "0.5.0"}
-stdlib = "*"
\ No newline at end of file
+fortran-curl = {git = "https://github.com/interkosmos/fortran-curl.git", tag = "master"}
+stdlib = "*"
Just waiting for a release version I guess.
@interkosmos if you'd like to release fortran-curl-0.5.1 (assuming no API changes in master since 0.5.0), I think it'd be better to point to that rather than the master branch. Alternatively, we can point to the specific commit we need.
@milancurcic The version 0.6.0 has been released, including the latest fixes.
Steps to reproduce:
I am using: