Skip to content

Commit a5c0c6f

Browse files
Adjust doc and add release note for the macOS ARCHFLAGS change.
1 parent 33bf863 commit a5c0c6f

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

doc/src/release_notes.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ Thick Mode Changes
3434
Common Changes
3535
++++++++++++++
3636

37+
#) The compiler flag ``-arch x86_64`` no longer needs to be explicitly
38+
specified when building from source code on macOS (Intel x86) without
39+
Universal Python binaries.
3740
#) Improved samples and documentation.
3841

3942

doc/src/user_guide/installation.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -757,11 +757,6 @@ code:
757757

758758
- C Compiler: A C99 compiler is needed.
759759

760-
On macOS, use a Python Universal 2 binary, or set an explicit architecture to
761-
match your environment. For example, execute ``export ARCHFLAGS="-arch
762-
x86_64"`` before building the source code on macOS Intel x86. Without this,
763-
the build may succeed but the package will fail to import in Python.
764-
765760
Install Using GitHub
766761
--------------------
767762

0 commit comments

Comments
 (0)