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
7ce20127
Unverified
Commit
7ce20127
authored
Jan 20, 2021
by
Andrew Murray
Committed by
GitHub
Jan 20, 2021
Browse files
Fixed typo
parent
6a18b36d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.rst
README.rst
+1
-1
No files found.
README.rst
View file @
7ce20127
...
@@ -444,7 +444,7 @@ To use these scripts
...
@@ -444,7 +444,7 @@ To use these scripts
not be identical which is required when building the wheel as a ``universal2``
not be identical which is required when building the wheel as a ``universal2``
wheel. If you are using Fortran, ``gfortran`` doesn't support fat binaries.
wheel. If you are using Fortran, ``gfortran`` doesn't support fat binaries.
2. Build ``arm64`` and ``x86_64`` wheels sep
e
rately and fuse them.
2. Build ``arm64`` and ``x86_64`` wheels sep
a
rately and fuse them.
For this to work, we need to build the C/C++ libraries twice. Therefore,
For this to work, we need to build the C/C++ libraries twice. Therefore,
the library building is once called with ``BUILD_PREFIX=${BUILD_PREFIX:-/usr/local}``
the library building is once called with ``BUILD_PREFIX=${BUILD_PREFIX:-/usr/local}``
for ``x86_64`` and then called again with ``BUILD_PREFIX=/opt/arm64-builds``.
for ``x86_64`` and then called again with ``BUILD_PREFIX=/opt/arm64-builds``.
...
...
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