| Server IP : 46.101.140.223 / Your IP : 216.73.217.61 Web Server : nginx/1.22.1 System : Linux debian-s-1vcpu-1gb-fra1-01 6.1.0-49-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64 User : deploy-others ( 1001) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/lib/python3/dist-packages/numpy/distutils/command/__pycache__/ |
Upload File : |
�
���c5
� �V � d dl Z d dlZd dlmZ d dlmZ d dlmZ G d� de� � ZdS )� N)�build)�get_platform)�show_fortran_compilersc � � e Zd Zdd� fdd� fdej fgej z Zej g d�z Zej ddd efgz Zd
� Z d� Z
d� ZdS )
r � config_ccc � � dS �NT� ��argss �?/usr/lib/python3/dist-packages/numpy/distutils/command/build.py�<lambda>zbuild.<lambda> � � �D� � � config_fcc � � dS r r
r s r
r zbuild.<lambda>
r r � build_src))z
fcompiler=Nz!specify the Fortran compiler type)z
warn-errorNz'turn all warnings into errors (-Werror))z
cpu-baseline=Nz4specify a list of enabled baseline CPU optimizations)z
cpu-dispatch=Nz.specify a list of dispatched CPU optimizations)zdisable-optimizationNz1disable CPU optimized code(dispatch,simd,fast...))z
simd-test=NzMspecify a list of CPU optimizations to be tested against NumPy SIMD interfacezhelp-fcompilerNz list available Fortran compilersc � � t j | � � d | _ d| _ d| _ d| _ d| _ d| _ d S )NF�minzmax -xop -fma4zeBASELINE SSE2 SSE42 XOP FMA4 (FMA3 AVX2) AVX512F AVX512_SKX VSX VSX2 VSX3 VSX4 NEON ASIMD VX VXE VXE2)� old_build�initialize_options� fcompiler�
warn_error�cpu_baseline�cpu_dispatch�disable_optimization� simd_test��selfs r
r zbuild.initialize_options"