-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
enable OSX ARM64 #73
enable OSX ARM64 #73
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
…a-forge-pinning 2021.08.22.15.08.21
After applying this patch, the build process itself goes through (native), but then the packaging process fails. Patch: diff --git a/recipe/Makefile.conda.SEQ b/recipe/Makefile.conda.SEQ
index 1143b4a..3a32d51 100755
--- a/recipe/Makefile.conda.SEQ
+++ b/recipe/Makefile.conda.SEQ
@@ -32,7 +32,7 @@ RM = /bin/rm -f
CC ?= gcc
CC := $(CC) -fPIC $(CFLAGS)
FC ?= gfortran
-FC := $(FC) -fPIC $(FFLAGS)
+FC := $(FC) -fPIC $(FFLAGS) -fallow-argument-mismatch
FL := $(FC) $(LDFLAGS)
AR = ar vr #
RANLIB = ranlib Error:
|
Hi @isuruf - sorry to bother you, but could you please have a look at this? If you have any hint where the issue could be this would be great. Thanks! |
What's the error? |
The error is that I found in #75 that when I change |
@conda-forge-admin, rerender |
…nda-forge-pinning 2022.02.15.20.00.46
This fails with a solve error. |
See #75 instead |
Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)