Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
564ec8d5
Unverified
Commit
564ec8d5
authored
Aug 27, 2021
by
Matthew Brett
Committed by
GitHub
Aug 27, 2021
Browse files
Merge pull request #424 from isuruf/f90
Set F90 and F77 for numpy.distutils
parents
cd3f2e06
29980d21
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
osx_utils.sh
osx_utils.sh
+2
-0
No files found.
osx_utils.sh
View file @
564ec8d5
...
...
@@ -484,6 +484,8 @@ function macos_arm64_cross_build_setup {
export
ARCHFLAGS+
=
" -arch arm64"
export
FCFLAGS+
=
" -arch arm64"
export
FC
=
$FC_ARM64
export
F90
=
${
F90_ARM64
:-${
FC
}}
export
F77
=
${
F77_ARM64
:-${
FC
}}
export
MACOSX_DEPLOYMENT_TARGET
=
"11.0"
export
CROSS_COMPILING
=
1
export
LDFLAGS+
=
" -arch arm64 -L
$BUILD_PREFIX
/lib -Wl,-rpath,
$BUILD_PREFIX
/lib
${
FC_ARM64_LDFLAGS
:-}
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment